From: Juergen Spitzmueller Date: Tue, 19 Mar 2019 06:13:51 +0000 (+0100) Subject: Fix redundant naming X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2450 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=441b17ec76b721d1c22b38e942272c3daa55a482;p=lyx.git Fix redundant naming --- diff --git a/lib/layouts/acmart.layout b/lib/layouts/acmart.layout index 6e39a5ec89..52f71cd9d3 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 2d3708d03f..b4e774b4a4 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 7ce6918ecd..a4a6a240b1 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