From 882f7387921078af1ae72c8d31566d3d53d61e79 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 8 Feb 2023 11:26:54 +0100 Subject: [PATCH] Improve labeling of Japanese classes --- lib/layouts/bxjsarticle.layout | 2 +- lib/layouts/bxjsbook.layout | 2 +- lib/layouts/bxjsreport.layout | 2 +- lib/layouts/bxjsslide.layout | 2 +- lib/layouts/jsarticle.layout | 2 +- lib/layouts/jsbook.layout | 2 +- lib/layouts/tarticle.layout | 2 +- lib/layouts/tbook.layout | 2 +- lib/layouts/treport.layout | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/layouts/bxjsarticle.layout b/lib/layouts/bxjsarticle.layout index 6af40ce359..cfd5d52aba 100644 --- a/lib/layouts/bxjsarticle.layout +++ b/lib/layouts/bxjsarticle.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Article (BXJS Class)} +# \DeclareLaTeXClass{Japanese Article (BX Bundle)} # \DeclareCategory{Articles} # Japanese BXJS article textclass is an extension of JS textclass # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX. diff --git a/lib/layouts/bxjsbook.layout b/lib/layouts/bxjsbook.layout index 66819cb673..e69ea76654 100644 --- a/lib/layouts/bxjsbook.layout +++ b/lib/layouts/bxjsbook.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Book (BXJS Class)} +# \DeclareLaTeXClass{Japanese Book (BX Bundle)} # \DeclareCategory{Books} # Japanese BXJS book textclass is an extension of JS textclass # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX. diff --git a/lib/layouts/bxjsreport.layout b/lib/layouts/bxjsreport.layout index 00ef35a32a..21faf571ee 100644 --- a/lib/layouts/bxjsreport.layout +++ b/lib/layouts/bxjsreport.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Report (BXJS Class)} +# \DeclareLaTeXClass{Japanese Report (BX Bundle)} # \DeclareCategory{Reports} # Japanese BXJS report textclass is an extension of JS textclass # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX. diff --git a/lib/layouts/bxjsslide.layout b/lib/layouts/bxjsslide.layout index 9543feb676..94175f0fe8 100644 --- a/lib/layouts/bxjsslide.layout +++ b/lib/layouts/bxjsslide.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Slide (BXJS Class)} +# \DeclareLaTeXClass{Japanese Slides (BX Bundle)} # \DeclareCategory{Presentations} # Japanese BXJS slide textclass is an extension of JS textclass # to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX. diff --git a/lib/layouts/jsarticle.layout b/lib/layouts/jsarticle.layout index a7aee8dab4..c9ffb2ba1c 100644 --- a/lib/layouts/jsarticle.layout +++ b/lib/layouts/jsarticle.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Article (JS Class)} +# \DeclareLaTeXClass{Japanese Article (JS Bundle)} # \DeclareCategory{Articles} # Japanese new standard article textclass definition file. # Author : Koji Yokota (yokota6@gmail.com) diff --git a/lib/layouts/jsbook.layout b/lib/layouts/jsbook.layout index d9147fcb22..cd9cb475e7 100644 --- a/lib/layouts/jsbook.layout +++ b/lib/layouts/jsbook.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass{Japanese Book (JS Class)} +# \DeclareLaTeXClass{Japanese Book (JS Bundle)} # \DeclareCategory{Books} # Japanese new standard book textclass definition file. # Author : Koji Yokota (yokota6@gmail.com) diff --git a/lib/layouts/tarticle.layout b/lib/layouts/tarticle.layout index dfd6be2782..b2febe1720 100644 --- a/lib/layouts/tarticle.layout +++ b/lib/layouts/tarticle.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass[tarticle,plext.sty]{Japanese Article (Standard Class: Vertical Writing)} +# \DeclareLaTeXClass[tarticle,plext.sty]{Japanese Article (Standard Class, vertical Writing)} # \DeclareCategory{Articles} # Definition file of Japanese article textclass for vertical writing. # Author : Koji Yokota (yokota6@gmail.com)1 diff --git a/lib/layouts/tbook.layout b/lib/layouts/tbook.layout index 8f38b2ad52..2fb926ae7a 100644 --- a/lib/layouts/tbook.layout +++ b/lib/layouts/tbook.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass[tbook,plext.sty]{Japanese Book (Standard Class: Vertical Writing)} +# \DeclareLaTeXClass[tbook,plext.sty]{Japanese Book (Standard Class, vertical Writing)} # \DeclareCategory{Books} # Definition file of Japanese book textclass for vertical writing. # Author : Koji Yokota (yokota6@gmail.com) diff --git a/lib/layouts/treport.layout b/lib/layouts/treport.layout index eabb99e7d5..f69f97aa62 100644 --- a/lib/layouts/treport.layout +++ b/lib/layouts/treport.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass[treport,plext.sty]{Japanese Report (Vertical Writing)} +# \DeclareLaTeXClass[treport,plext.sty]{Japanese Report (Standard Class, vertical Writing)} # \DeclareCategory{Reports} # Definition file of Japanese report textclass for vertical writing. # Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) -- 2.39.5