KWARC / LaTeX-proposal

The Proposal package for LaTeX
66 stars 34 forks source link

Empty acro init #29

Closed romangrothausmann closed 7 years ago

romangrothausmann commented 7 years ago

It seems the acronym token \prop@gen@acronym was not initialized to \empty such that later comparisons lead to errors like:

! Undefined control sequence.
\prop@proposal ...RGE Acronym: {\prop@gen@acronym 

if the acronym was not specified to be empty by the user like:

\begin{proposal}[
    acronym= {},

This PR initializes the token such that no error occurs if the user does not specify the acronym at all.

kohlhase commented 7 years ago

ah, nice fix. I had been wanting to do it differently, but this is better.