mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
Work around bug in aa.cls
This commit is contained in:
parent
112c2c3d0e
commit
67d3c6f8b3
@ -5,6 +5,15 @@
|
||||
\save_transient_properties true
|
||||
\origin /systemlyxdir/templates/Articles/
|
||||
\textclass aa
|
||||
\begin_preamble
|
||||
% work around bug in the class
|
||||
% see https://tex.stackexchange.com/questions/690753
|
||||
\usepackage[colorlinks=true,
|
||||
linkcolor=blue,
|
||||
citecolor=blue,
|
||||
filecolor=blue,
|
||||
urlcolor=blue]{hyperref}
|
||||
\end_preamble
|
||||
\options referee, bibauthoryear
|
||||
\use_default_options true
|
||||
\maintain_unincluded_children no
|
||||
|
Loading…
Reference in New Issue
Block a user