mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fix A&A template
This commit is contained in:
parent
f88ee87d1c
commit
c0f785e366
@ -5,7 +5,7 @@
|
|||||||
\save_transient_properties true
|
\save_transient_properties true
|
||||||
\origin /systemlyxdir/templates/Articles/
|
\origin /systemlyxdir/templates/Articles/
|
||||||
\textclass aa
|
\textclass aa
|
||||||
\options referee, bibyear
|
\options referee, bibauthoryear
|
||||||
\use_default_options true
|
\use_default_options true
|
||||||
\maintain_unincluded_children no
|
\maintain_unincluded_children no
|
||||||
\language english
|
\language english
|
||||||
@ -31,6 +31,8 @@
|
|||||||
\output_sync 0
|
\output_sync 0
|
||||||
\bibtex_command default
|
\bibtex_command default
|
||||||
\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
|
||||||
@ -46,8 +48,8 @@
|
|||||||
\use_package stackrel 1
|
\use_package stackrel 1
|
||||||
\use_package stmaryrd 1
|
\use_package stmaryrd 1
|
||||||
\use_package undertilde 1
|
\use_package undertilde 1
|
||||||
\cite_engine basic
|
\cite_engine natbib
|
||||||
\cite_engine_type default
|
\cite_engine_type authoryear
|
||||||
\biblio_style plain
|
\biblio_style plain
|
||||||
\use_bibtopic false
|
\use_bibtopic false
|
||||||
\use_indices false
|
\use_indices false
|
||||||
@ -55,6 +57,7 @@
|
|||||||
\suppress_date false
|
\suppress_date false
|
||||||
\justification false
|
\justification false
|
||||||
\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
|
||||||
@ -391,13 +394,25 @@ bla.
|
|||||||
A citation:
|
A citation:
|
||||||
|
|
||||||
\begin_inset CommandInset citation
|
\begin_inset CommandInset citation
|
||||||
LatexCommand cite
|
LatexCommand citet
|
||||||
key "book-full"
|
key "article-minimal"
|
||||||
literal "true"
|
literal "true"
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Note:
|
||||||
|
the citations are hardcoded by the package options;
|
||||||
|
all selections give the same style
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Acknowledgments
|
\begin_layout Acknowledgments
|
||||||
|
Loading…
Reference in New Issue
Block a user