I have a problem, I'm writing a book with the book document class, I know it has two columns by default, but I want to write text only in one column and reserve the other just for figures. Could you tell me what to do???
It should look like this:
General ⇒ Book in two columns
Book in two columns
- Attachments
-
- I want the text at the center and the figures at side.
- Estilo.jpg (36.38 KiB) Viewed 3533 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Book in two columns
Perhaps put your figure as marginpars, with a sufficiently large marginparwidth. It's better to modify these length via the geometry package, the different layout parameters interact. The difficulty might be to have your figures exactly where you want them to be, in the right order. So hopefullly such a command as
\marginpar{\centering\includegraphics{myfigure1}\captionof{figuretitle}}
would work.
Anyway, if you try that solution, let me know if it works.
Regards,
B.A.
\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 balfonsi, it worked perfectly, just like I wanted.
Thanks again!!

Thanks again!!