From: Kornel Benko Date: Sun, 30 Dec 2018 08:16:47 +0000 (+0100) Subject: Amend 031d1c86: Add support for aastex62 X-Git-Tag: 2.3.3~75 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=00cd6f101c4962c304116874c6306950246351f7;p=features.git Amend 031d1c86: Add support for aastex62 --- diff --git a/lib/Makefile.am b/lib/Makefile.am index e08654d3c0..95e105864d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \ diff --git a/status.23x b/status.23x index 818a628ce5..81dc9487f5 100644 --- a/status.23x +++ b/status.23x @@ -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).