aa.layout: fix compilation of the templates/aa.lyx

- aa already loads inputenc
- also add a required package
This commit is contained in:
Uwe Stöhr 2013-05-26 03:34:09 +02:00
parent dd9c6364da
commit 03b93bb5bd
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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.