Re: comando \hline nelle figure

#1796
Up
0
Down
::

\hline % o \hline{} le ho provate entrambe

hai provato \hrulefill o simili?
\hline è un comando per le tabelle, le righe si fanno in modo diverso.
ciao
f

p.s. se vuoi qualcosadi più personalizzato puoi anche utilizzare:

\rule
\rule[raise-height]{width}{thickness}

The \rule command is used to produce horizontal lines. The arguments are defined as follows:

raise-height – specifies how high to raise the rule (optional)

width – specifies the length of the rule (mandatory)

thickness – specifies the thickness of the rule (mandatory)

Go to top