[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`
From: |
Pedro Andres Aranda Gutierrez |
Subject: |
Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE` |
Date: |
Thu, 26 Dec 2024 18:15:10 +0100 |
A MWE:
——
\documentclass{article}
\title{test}
\author{paranda }
\date{December 2024}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\subsection[Sub - shown 1]{Sub intro - shown}
This section shows up with a modified heading
\subsection*{Sub intro - hidden}
This subsection doesn't show up in the ToC
\subsection{Sub intro - shown 2}
This subsection shows up as is in the ToC
\end{document}
——
> El 26 dic 2024, a las 18:08, Pedro Andres Aranda Gutierrez
> <paaguti@gmail.com> escribió:
>
> Hi Rudolf,
>
> After playing around with the generated LaTeX in overleaf, I have to conclude
> that the problem is that ALT_TITLE should be not generated for unnumbered
> chapters, sections, etc. As far as my LaTeX goes, you use the [alt_title] to
> get something different in the TOC, so it makes no sense and LaTeX doesn’t
> cater for it.
>
> Solutions from the org-mode side:
> 1. You don’t use ALT_TITLE if section is unnumbered (easier)
> 2. We make org-mode throw an error in this case (???)
>
> Discussion open ;-)
>
> Seasons greetings,
> /PA
- LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Rudolf Adamkovič, 2024/12/25
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Pedro Andres Aranda Gutierrez, 2024/12/26
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`,
Pedro Andres Aranda Gutierrez <=
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Pedro Andres Aranda Gutierrez, 2024/12/27
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Ihor Radchenko, 2024/12/27
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Pedro Andres Aranda Gutierrez, 2024/12/27
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Ihor Radchenko, 2024/12/27
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Pedro Andres Aranda Gutierrez, 2024/12/27
- Re: LaTeX export is broken with 'num:nil` and 'ALT_TITLE`, Pedro Andres Aranda Gutierrez, 2024/12/30
- [PATCH]: ox-latex.eel: handle unnumbered sections in TOC correctly, Pedro Andres Aranda Gutierrez, 2024/12/30
- Re: [PATCH]: ox-latex.eel: handle unnumbered sections in TOC correctly, Ihor Radchenko, 2024/12/30