diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a93569..2168683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.3.1] - 2021-09-29 + +### Fixed + +- fix template after font issue with oehrlis/pandoc + ## [0.3.0] - 2021-09-23 ### Added @@ -89,3 +95,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.1.0]: https://github.com/oehrlis/pandoc_template/releases/tag/v0.1.0 [0.2.0]: https://github.com/oehrlis/pandoc_template/releases/tag/v0.2.0 [0.3.0]: https://github.com/oehrlis/pandoc_template/releases/tag/v0.3.0 +[0.3.1]: https://github.com/oehrlis/pandoc_template/releases/tag/v0.3.1 diff --git a/templates/trivadis.tex b/templates/trivadis.tex index 022742f..ed0a49b 100644 --- a/templates/trivadis.tex +++ b/templates/trivadis.tex @@ -951,7 +951,7 @@ %% TVD Contact \begin{flushright} - $if(tvdwriter)$ \textit{$tvdwriter$\\} $endif$ + $if(tvdcontact)$ \textit{$tvdcontact$\\} $else$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ $if(tvdtitle)$ \textit{$tvdtitle$\\} $endif$ $if(tvdmail)$ \textit{$tvdmail$\\} $else$ \textit{info@trivadis.com\\} $endif$ $if(tvdphone)$ \textit{$tvdphone$\\} $else$ \textit{+41 58 459 55 55\\} $endif$ @@ -963,12 +963,13 @@ $if(tvdlocstreet)$ \textit{$tvdlocstreet$\\} $else$ \textit{Sägereistrasse 29\\} $endif$ $if(tvdlocplz)$ \textit{$tvdlocplz$} $else$ \textit{8152} $endif$ $if(tvdloccity)$ \textit{$tvdloccity$} $else$ \textit{Glattbrugg} $endif$ + $if(tvdloccountry)$ \textit{$tvdloccountry$} $endif$ \par \end{flushright} %% TVD Contact \begin{flushright} - $if(tvdwriter)$ \textit{$tvdwriter$\\} $endif$ + $if(tvdcontact)$ \textit{$tvdcontact$\\} $else$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ $if(tvdtitle)$ \textit{$tvdtitle$\\} $endif$ $if(tvdmail)$ \textit{$tvdmail$\\} $else$ \textit{info@trivadis.com\\} $endif$ $if(tvdphone)$ \textit{$tvdphone$\\} $else$ \textit{+41 58 459 55 55\\} $endif$