mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Work around bug in aa.cls
This commit is contained in:
parent
67d3c6f8b3
commit
c56bad8a6e
@ -5,6 +5,15 @@
|
|||||||
\save_transient_properties true
|
\save_transient_properties true
|
||||||
\origin /systemlyxdir/examples/Articles/
|
\origin /systemlyxdir/examples/Articles/
|
||||||
\textclass aa
|
\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
|
||||||
\use_default_options true
|
\use_default_options true
|
||||||
\maintain_unincluded_children no
|
\maintain_unincluded_children no
|
||||||
\language english
|
\language english
|
||||||
@ -30,6 +39,8 @@
|
|||||||
\output_sync 0
|
\output_sync 0
|
||||||
\bibtex_command bibtex
|
\bibtex_command bibtex
|
||||||
\index_command default
|
\index_command default
|
||||||
|
\float_placement class
|
||||||
|
\float_alignment class
|
||||||
\paperfontsize default
|
\paperfontsize default
|
||||||
\spacing single
|
\spacing single
|
||||||
\use_hyperref false
|
\use_hyperref false
|
||||||
@ -54,6 +65,7 @@
|
|||||||
\suppress_date false
|
\suppress_date false
|
||||||
\justification true
|
\justification true
|
||||||
\use_refstyle 0
|
\use_refstyle 0
|
||||||
|
\use_formatted_ref 0
|
||||||
\use_minted 0
|
\use_minted 0
|
||||||
\use_lineno 0
|
\use_lineno 0
|
||||||
\index Index
|
\index Index
|
||||||
|
Loading…
Reference in New Issue
Block a user