Closed porst17 closed 9 years ago
The fix is two-fold.
hyperref
package which currently has a bug causing the usage of LaTeX environments in PDF meta data to fail. The bug has been reported to the author of hyperref
and is also discussed here (by me).Many useful LaTeX environments cause paragraph breaks (like quote
) which are entirely unsupported by hyperref
. Therefore, I added an optional parameter to the abstract
environment where you (or the author himself) can place the plain text version of the abstract. In template.tex
, it now looks like this:
\begin{abstract}[Plain text abstract used as PDF meta data (optional)]
This is your abstract. It should give ...
\end{abstract}
This should be self-explaining, i.e. we don't need further comments.
@RufT: Do you think this is a sufficient solution?
Excellent! Thank you!
The abstract
won't compile since
hyperref
is unable to strip away LaTeX environment code from the text.