Fix of LaTeX template for printing out & etc. correct
This commit is contained in:
parent
a96cbdfefb
commit
7611ef6653
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ sondern aus Spaß an der Sache.
|
|||
|
||||
\begin{tabular*}{0.8\columnwidth}{@{\extracolsep{\fill}}>{\raggedright}p{0.28\columnwidth}>{\raggedright}p{0.6\columnwidth}}
|
||||
{{#events}}
|
||||
{{startdate}}: & {{heading}}
|
||||
{{startdate}}: & {{&heading}}
|
||||
|
||||
{{text}}\tabularnewline
|
||||
{{&text}}\tabularnewline
|
||||
\midrule
|
||||
{{/events}}
|
||||
\end{tabular*}
|
||||
|
|
Reference in a new issue