Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Titre avant tableau dans les balises secret #139

Open
StaloneLab opened this issue Nov 12, 2022 · 0 comments
Open

Titre avant tableau dans les balises secret #139

StaloneLab opened this issue Nov 12, 2022 · 0 comments

Comments

@StaloneLab
Copy link
Member

Salut salut,

le problème reporté ici semble être un soucis de template : zestedesavoir/zmarkdown#464 .

En résumé, un titre dans un bloc secret ayant un tableau en Markdown :

Du texte

[[secret]]
| ### Title before table in secret block
|
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| Text | Text | Text |

Donne le LaTeX suivant avec ZMd :

Du texte

\begin{Spoiler}
\levelThreeTitle{Title before table in secret block}
\begin{longtabu} spread 0pt {|X[-1]|X[-1]|X[-1]|} \hline
\rowfont[l]{\bfseries}
Column 1 & Column 2 & Column 3 \\ \hline
\rowfont[l]{}
Text & Text & Text \\ \hline
\end{longtabu}
\end{Spoiler}

Bien que la balise levelThreeTitle soit au début du secret, le titre apparaît après le tableau dans la version PDF, comme illustré sur cette image de philippemilink :

bug-titre-tableau-secret-pdf

On s'attend ici à ce que le titre soit bien avant le tableau et non après, et il n'y a pas moyen apparent de résoudre le soucis via ZMd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant