commit 441b17ec76b721d1c22b38e942272c3daa55a482 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue Mar 19 07:13:51 2019 +0100
Fix redundant naming --- lib/layouts/acmart.layout | 2 +- lib/layouts/amsart.layout | 2 +- lib/layouts/amsbook.layout | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouts/acmart.layout b/lib/layouts/acmart.layout index 6e39a5e..52f71cd 100644 --- a/lib/layouts/acmart.layout +++ b/lib/layouts/acmart.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass[acmart]{Association for Computing Machinery (ACM) article} +# \DeclareLaTeXClass[acmart]{Association for Computing Machinery (ACM)} # \DeclareCategory{Articles} # # Layout for typesetting publications of the Association for Computing Machinery. diff --git a/lib/layouts/amsart.layout b/lib/layouts/amsart.layout index 2d3708d..b4e774b 100644 --- a/lib/layouts/amsart.layout +++ b/lib/layouts/amsart.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{American Mathematical Society (AMS) Article} +# \DeclareLaTeXClass{American Mathematical Society (AMS)} # \DeclareCategory{Articles} # AMS-Article textclass definition file. Taken from initial LyX source code # and from the Article textclass definition file, following the AMS sample diff --git a/lib/layouts/amsbook.layout b/lib/layouts/amsbook.layout index 7ce6918..a4a6a24 100644 --- a/lib/layouts/amsbook.layout +++ b/lib/layouts/amsbook.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{American Mathematical Society (AMS) Book} +# \DeclareLaTeXClass{American Mathematical Society (AMS)} # \DeclareCategory{Books} # AMS-Article textclass definition file. Taken from initial LyX source code # and from the Article textclass definition file, following the AMS sample