Open cavo789 opened 4 years ago
Hello
Is it already possible to extend the titlepage to add a version info property (defined in the yaml block)?
Actually, if I'm not wrong, we've the title, subtitle, author and date (https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/eisvogel.tex#L883)
On my local copy of eisvogel.tex, I've added this block:
$if(version)$ \vskip 1em {\Large \textsf{$version$}} $endif$
and it's works ;) (damned it's easy ;) )
My markdown source contains this YAML block:
title: "My title" subtitle: "a subtitle" version: "v2.0.0"
Is there any other ways that the one I've done : hack your .tex file and add lines at the right place?
Thanks.
A similar issue was discussed in #112 and it seems something generic might be implemented.
Hello
Is it already possible to extend the titlepage to add a version info property (defined in the yaml block)?
Actually, if I'm not wrong, we've the title, subtitle, author and date (https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/eisvogel.tex#L883)
On my local copy of eisvogel.tex, I've added this block:
and it's works ;) (damned it's easy ;) )
My markdown source contains this YAML block:
Is there any other ways that the one I've done : hack your .tex file and add lines at the right place?
Thanks.