General ⇒ Book in two columns
Book in two columns
It should look like this:
- Attachments
-
- I want the text at the center and the figures at side.
- Estilo.jpg (36.38 KiB) Viewed 3629 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Book in two columns
\marginpar{\centering\includegraphics{myfigure1}\captionof{figuretitle}}
would work.
Anyway, if you try that solution, let me know if it works.
Regards,
B.A.
Re: Book in two columns

Thanks again!!