Hi Bob, thank you for your comment. Bob Newell <bobnew...@bobnewell.net> writes:
> Aloha, > > Thank you for your interesting and useful post. > > I must really look into your examples and process. I have > published quite a number of books with LaTeX but my process > has been to write in org-mode, then export, and do all the > design and typesetting directly in LaTeX. I end up with a good > result but I would really rather work more in org-mode. > > Layouts require a lot of fine-tuning, particularly complex > layouts with multiple columns. If some or most of that could > be accomplished in org-mode, it would be a great benefit. Multiple column layout, for example, can be achieved from Org with a special block (and loading the multicol package). For example: #+LaTeX_Header: \usepackage{multicol} #+ATTR_LaTeX: :options {2} #+begin_multicols ... #+end_multicols As I mentioned in a previous message, I have to organize and clean all the code in those two books of my samples, and upload it to GitLab, in case it could be useful to someone... Best regards, Juan Manuel