mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Compare commits
2 Commits
561a35821a
...
01c184b987
Author | SHA1 | Date | |
---|---|---|---|
|
01c184b987 | ||
|
570ca77527 |
@ -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
|
||||||
|
@ -5,11 +5,20 @@
|
|||||||
\save_transient_properties true
|
\save_transient_properties true
|
||||||
\origin /systemlyxdir/templates/Articles/
|
\origin /systemlyxdir/templates/Articles/
|
||||||
\textclass aa
|
\textclass aa
|
||||||
\options referee, bibyear
|
\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
|
\use_default_options true
|
||||||
\maintain_unincluded_children no
|
\maintain_unincluded_children no
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package babel
|
||||||
\inputencoding utf8
|
\inputencoding utf8
|
||||||
\fontencoding auto
|
\fontencoding auto
|
||||||
\font_roman "default" "default"
|
\font_roman "default" "default"
|
||||||
@ -31,6 +40,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 +57,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 +66,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 +403,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
|
||||||
|
@ -52,6 +52,9 @@ What's new
|
|||||||
|
|
||||||
- Fix size of Logical and/or characters in LaTeX output (bug 13099).
|
- Fix size of Logical and/or characters in LaTeX output (bug 13099).
|
||||||
|
|
||||||
|
- Work around bug in aa.cls in the "Astronomy & Astrophysics" template
|
||||||
|
and example documents.
|
||||||
|
|
||||||
|
|
||||||
* USER INTERFACE
|
* USER INTERFACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user