Hello,

Pedro Andres Aranda Gutierrez <[email protected]> writes:

> Hi
>
> in order to get a better understanding of future needs in the LaTeX
> exporter, I'd ask you to answer the following survey:
>
> [x] I use org-mode and export documents to pdf using latex
> [x] I use org-mode and export presentations to pdf using latex
I mostly export beamer slides like [0] or more casual ones like [1].
Non-beamer stuff usually mean tutorials for me, but I tend to export
them to markdown/html and use LaTeX/pdf only for handouts. I have to
confess that I use LaTeX without Org for most of my other output.


> [x] My LaTeX compiler is pdflatex
> [x] My LaTeX compiler is lualatex
> [] My LaTeX compiler is xelatex
I started to test lualatex earlier this year, mainly because of its font
capabilities. But I'm not sure yet if it is worth the additional work.


> [x] I use babel to control my fonts
>   [x] \usepackage[AUTO]{babel} in LATEX_HEADER is all I need
In theory that's enough for me. I rarely use several languages in one
paper. But I have some trouble with that: for instance, inheriting the
language property to all LaTeX code blocks in an Org file. As a result
the AUTO tag doesn't get replaced and the code block doesn't compile. 


>   [] I add other languages to \usepackage[AUTO]{babel} in LATEX_HEADER
>   [] I need to add \babelprovide commands
>   [] I add more LaTeX code to be able to export correctly
> [] I use polyglossia
>   [] \usepackage[AUTO]{polyglossia} in LATEX_HEADER is all I need
>   [] I need to add more languages to \usepackage[AUTO]{polyglossia} in
> LATEX_HEADER
>   [x] I add more LaTeX code to be able to export correctly
I usually add LaTeX code. Some of it could be replaced with Org, maybe,
but I haven't figured it out yet. Some other code is to make the result
look like I want it to look. I have the gut feeling that everybody does
this and it would be hard to generalise that and provide Org
functionality.

Thank you for your work!

Regards
hmw

[0] https://www.c0t0d0s0.de/tmp/pointer_c.pdf
[1] https://www.c0t0d0s0.de/tmp/froscon-intro.pdf

Reply via email to