]> git.lyx.org Git - features.git/commitdiff
Amend 031d1c86: Add support for aastex62
authorKornel Benko <kornel@lyx.org>
Sun, 30 Dec 2018 08:16:47 +0000 (09:16 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 30 Dec 2018 08:22:55 +0000 (09:22 +0100)
lib/Makefile.am
status.23x

index e08654d3c030f05b3c1e4adfe3ef6e262d38e34a..95e105864dcb8d25a0a9f7d1c2e9d52a641e1d78 100644 (file)
@@ -304,6 +304,7 @@ dist_examples_DATA = \
        examples/Literate.lyx \
        examples/aa_sample.lyx \
        examples/aas_sample.lyx \
+       examples/aas_sample62.lyx \
        examples/achemso.lyx \
        examples/addressExample.adr \
        examples/amsart-test.lyx \
@@ -2100,6 +2101,7 @@ dist_layouts_DATA =\
        layouts/aapaper.layout \
        layouts/aastex.layout \
        layouts/aastex6.layout \
+       layouts/aastex62.layout \
        layouts/achemso.layout \
        layouts/acm-sigs.layout \
        layouts/acm-sigs-alt.layout \
@@ -2373,6 +2375,7 @@ templatesdir = $(pkgdatadir)/templates
 dist_templates_DATA = \
        templates/aa.lyx \
        templates/aastex6.lyx \
+       templates/aastex62.lyx \
        templates/acmart.lyx \
        templates/AEA.lyx \
        templates/APA.lyx \
index 818a628ce5172412216d738006d259e0b255889d..81dc9487f5c1b796fc83b7452c3e1e8ffd02bbcc 100644 (file)
@@ -64,6 +64,8 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Added support for aastex62 (bug 11397)
+
 - Fix problems with non-ASCII characters in path with recent LaTeX versions
   (bug 11146).