Re: Aiuto inserimento testo-immagine

#60625
Up
0
Down
::

Ci ho provato dopo aver postato ma non funge… se me lo dici tu, però, ci riprovo con più impegno! 😀

`\documentclass[a4paper]{article}
\usepackage{bytefield}
\begin{document}
\begin{figure}
\centering
\begin{bytefield}[bitwidth=0.031\columnwidth]{32}
\bitheader{0-31}\\
\bitbox{8}{Type} &
\bitbox{1}{\footnotesize J} &
\bitbox{1}{\footnotesize R} &
\bitbox{1}{\footnotesize G} &
\bitbox{1}{\footnotesize D} &
\bitbox{1}{\footnotesize U} &
\bitbox{11}{Reserved} &
\bitbox{8}{Hop Count} \\
\wordbox{1}{RREQ ID} \\
\wordbox{1}{Destination IP Address} \\
\wordbox{1}{Destination Sequence Number} \\
\wordbox{1}{Originator IP Address} \\
\wordbox{2}{Originator Sequence Number blah blah blah blah blah x\\blah blah blah blah blah blah blah}
\end{bytefield}
\caption{Byte field}\label{bf}
\end{figure}
\end{document}`
Funziona senza problemi; perché mai non dovrebbe?

Ciao
Enrico

Go to top