mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
fix output of authorlist to support unlimited authors
This commit is contained in:
committed by
Karolin Varner
parent
838f700a74
commit
955d57ea49
@@ -177,7 +177,11 @@ version={4.0},
|
|||||||
\titlehead{\centerline{\includegraphics[width=4cm]{RosenPass-Logo}}}
|
\titlehead{\centerline{\includegraphics[width=4cm]{RosenPass-Logo}}}
|
||||||
\title{\inserttitle}
|
\title{\inserttitle}
|
||||||
}
|
}
|
||||||
\author{\csname insertauthor\endcsname}
|
\ifx\csname insertauthor\endcsname\relax
|
||||||
|
\author{}
|
||||||
|
\else
|
||||||
|
\author{\parbox{\linewidth}{\centering\insertauthor}}
|
||||||
|
\fi
|
||||||
\subject{\csname insertsubject\endcsname}
|
\subject{\csname insertsubject\endcsname}
|
||||||
\date{\vspace{-1cm}}
|
\date{\vspace{-1cm}}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user