mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
aa.layout: fix compilation of the templates/aa.lyx
- aa already loads inputenc - also add a required package
This commit is contained in:
parent
dd9c6364da
commit
03b93bb5bd
@ -1,5 +1,5 @@
|
|||||||
#% Do not delete the line below; configure depends on this
|
#% Do not delete the line below; configure depends on this
|
||||||
# \DeclareLaTeXClass[aa]{article (A&A)}
|
# \DeclareLaTeXClass[aa,answers.sty]{article (A&A)}
|
||||||
#
|
#
|
||||||
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
|
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
|
||||||
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
||||||
@ -23,6 +23,8 @@ SecNumDepth 3
|
|||||||
TocDepth 0
|
TocDepth 0
|
||||||
PageStyle Plain
|
PageStyle Plain
|
||||||
|
|
||||||
|
# Pre-loaded packages
|
||||||
|
Provides inputenc 1
|
||||||
|
|
||||||
Style Standard
|
Style Standard
|
||||||
Margin Static
|
Margin Static
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
\maintain_unincluded_children false
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding auto
|
\inputencoding default
|
||||||
\fontencoding global
|
\fontencoding global
|
||||||
\font_roman times
|
\font_roman default
|
||||||
\font_sans default
|
\font_sans default
|
||||||
\font_typewriter default
|
\font_typewriter default
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
|
@ -70,6 +70,7 @@ What's new
|
|||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
- Make the AA template file compilable.
|
||||||
- Make the AEA template file compilable.
|
- Make the AEA template file compilable.
|
||||||
- Make the landslide example file compilable.
|
- Make the landslide example file compilable.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user