AW: Tableofcontents

2024-01-14 Thread Horst Leps
es Aranda Gutierrez Datum: Sonntag, 14. Januar 2024 um 17:38 An: Horst Leps Betreff: Re: Tableofcontents hi Horst versuch mal folgendes 1.- Exportiere Deine org Datei als LaTeX im Emacs mit C-c C-e L l 2.- Im Verzeichnis wo Du die LaTeX Datei generierst: latexmk -bibtex -pdflatex='pdflatex

Re: Tableofcontents

2024-01-13 Thread Tory S. Anderson
I was unaware of latexmk; installing now! Thanks! sad that the original problem is not helped by it, though. Ihor Radchenko writes: > web...@toryanderson.com (Tory S. Anderson) writes: > >> I don't run the cutting-edge org, but I often have to run my export twice to >> get things like page num

Re: Tableofcontents

2024-01-13 Thread Horst Leps
Ihor Radchenko schrieb: You're right. I deleted all unnecessary latex header entries from the orgmode file and then a complete table of contents was created. I have to rebuild the latex header. Thanks. Horst Horst Leps writes: Running 'pdflatex -interaction nonstopmode -recorder "orgmo

Re: Tableofcontents

2024-01-13 Thread Ihor Radchenko
web...@toryanderson.com (Tory S. Anderson) writes: > I don't run the cutting-edge org, but I often have to run my export twice to > get things like page numbers correct. Maybe it's not ideal, but if you run > the export a second time does it change the result? When available, Org mode uses late

Re: AW: AW: Tableofcontents

2024-01-13 Thread Ihor Radchenko
Horst Leps writes: > Running 'pdflatex -interaction nonstopmode -recorder "orgmode.tex"' > I can see a number of errors, likely originating from incorrect ox-latex configurations for custom packages (or #+LATEX_HEADER lines in the org file) and incorrect usage of some latex enviro

Re: Tableofcontents

2024-01-12 Thread Pedro Andres Aranda Gutierrez
Horst Leps writes: > (I use Emacs 28, Mac-Mini Apple M2, Sonoma 14.2.1) > Since a few days: Orgmode export to Latex only creates one Latex run, so that the table of contents remains empty and no longer shows any sections. - > What to do? Horst Hi, I'm running on master and my ox-latex config st

Re: Tableofcontents

2024-01-12 Thread Tory S. Anderson
Horst Leps writes: > (I use Emacs 28, Mac-Mini Apple M2, Sonoma 14.2.1) > Since a few days: Orgmode export to Latex only creates one Latex run, so that > the table of contents remains empty and no longer shows any sections. - > What to do? Horst I don't run the cutting-edge org, but I often hav

Re: Tableofcontents

2024-01-12 Thread Ihor Radchenko
Horst Leps writes: > (I use Emacs 28, Mac-Mini Apple M2, Sonoma 14.2.1) > > Since a few days: Orgmode export to Latex only creates one Latex run, so that > the table of contents remains empty and no longer shows any sections. - What > to do? Horst Thanks for reporting! What is your value of `

Tableofcontents

2024-01-12 Thread Horst Leps
(I use Emacs 28, Mac-Mini Apple M2, Sonoma 14.2.1) Since a few days: Orgmode export to Latex only creates one Latex run, so that the table of contents remains empty and no longer shows any sections. - What to do? Horst

Re: [O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Joseph Vidal-Rosset
er: > \AtBeginSection[]{\begin{frame}\frametitle{Topic}\tableofcontents[currentsection,hideothersubsections]\end{frame}} > > so no need to play with the elisp code... > > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-456-g164555 >

Re: [O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Eric S Fraga
files: #+latex_header: \AtBeginSection[]{\begin{frame}\frametitle{Topic}\tableofcontents[currentsection,hideothersubsections]\end{frame}} so no need to play with the elisp code... -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-456-g164555

[O] ox-beamer.el tableofcontents, a suggestion

2016-03-02 Thread Joseph Vidal-Rosset
Hello, With beamer presentation it is often useful to put this latex code just after \maketitle: % outline \AtBeginSection[] { \begin{frame} \frametitle{} \small \tableofcontents[currentsection,hideothersubsections] \normalsize \end{frame} } the interest is reminding the outline to