Re: Consiglio su layout tesi

#60299
Up
0
Down
::


Ragazzi… un consiglio…
Com’è meglio fare un elenco in cui devo descrivere dei campi di un pacchetto dati (tesi ingegneria informatica) tra:
`1.
\begin{itemize}
\item label
\end{itemize}

2.
\begin{itemize}
\item \textbf{label}
\end{itemize}

3.
\begin{description}
\item[label]:
\end{description}

4.
\begin{description}
\item[\textbf{label}]:
\end{description}

5.
\begin{description}
\item[\textit{label}]:
\end{description}`

🙄

Go to top