]> git.lyx.org Git - features.git/commitdiff
Support for Japanese BX classes, by K. Yokota
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 2 Sep 2017 07:06:52 +0000 (09:06 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 2 Sep 2017 07:08:22 +0000 (09:08 +0200)
Fixes: #10746
12 files changed:
lib/Makefile.am
lib/layouts/bxjsarticle.layout [new file with mode: 0644]
lib/layouts/bxjsbook.layout [new file with mode: 0644]
lib/layouts/bxjsreport.layout [new file with mode: 0644]
lib/layouts/bxjsslide.layout [new file with mode: 0644]
lib/layouts/jarticle.layout
lib/layouts/jbook.layout
lib/layouts/jreport.layout
lib/layouts/jsarticle.layout
lib/layouts/jsbook.layout
lib/layouts/tarticle.layout
lib/layouts/tbook.layout

index 90986e301ec957d31b91ce72dab3c80c6c5fc43c..aa90e83eab3a0dfe7a85dfd01c7cea7cd65a91b0 100644 (file)
@@ -2128,6 +2128,10 @@ dist_layouts_DATA =\
        layouts/book.layout \
        layouts/braille.module \
        layouts/broadway.layout \
+       layouts/bxjsarticle.layout \
+       layouts/bxjsbook.layout \
+       layouts/bxjsreport.layout \
+       layouts/bxjsslide.layout \
        layouts/changebars.module \
        layouts/chess.layout \
        layouts/cl2emult.layout \
diff --git a/lib/layouts/bxjsarticle.layout b/lib/layouts/bxjsarticle.layout
new file mode 100644 (file)
index 0000000..81ab0bd
--- /dev/null
@@ -0,0 +1,17 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass{Japanese Article (BXJS Class)}
+#  \DeclareCategory{Articles}
+# Japanese BXJS article textclass is an extension of JS textclass
+# to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
+# Author : Koji Yokota (yokota6@gmail.com)
+
+# This style provides japanese features 
+Format 63
+Provides japanese 1
+
+# Input general definitions
+Input article.layout
+
+ClassOptions
+       Other "autodetect-engine, dvi=dvipdfmx, ja=standard"
+End
diff --git a/lib/layouts/bxjsbook.layout b/lib/layouts/bxjsbook.layout
new file mode 100644 (file)
index 0000000..e8749e4
--- /dev/null
@@ -0,0 +1,17 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass{Japanese Book (BXJS Class)}
+#  \DeclareCategory{Books}
+# Japanese BXJS book textclass is an extension of JS textclass 
+# to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
+# Author : Koji Yokota (yokota6@gmail.com)
+
+# This style provides japanese features 
+Format 63
+Provides japanese 1
+
+# Input general definitions
+Input book.layout
+
+ClassOptions
+       Other "autodetect-engine, dvi=dvipdfmx, ja=standard"
+End
diff --git a/lib/layouts/bxjsreport.layout b/lib/layouts/bxjsreport.layout
new file mode 100644 (file)
index 0000000..5cfcd99
--- /dev/null
@@ -0,0 +1,17 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass{Japanese Report (BXJS Class)}
+#  \DeclareCategory{Reports}
+# Japanese BXJS report textclass is an extension of JS textclass 
+# to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
+# Author : Koji Yokota (yokota6@gmail.com)
+
+# This style provides japanese features 
+Format 63
+Provides japanese 1
+
+# Input general definitions
+Input report.layout
+
+ClassOptions
+       Other "autodetect-engine, dvi=dvipdfmx, ja=standard"
+End
diff --git a/lib/layouts/bxjsslide.layout b/lib/layouts/bxjsslide.layout
new file mode 100644 (file)
index 0000000..e774a34
--- /dev/null
@@ -0,0 +1,17 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass{Japanese Slide (BXJS Class)}
+#  \DeclareCategory{Presentations}
+# Japanese BXJS slide textclass is an extension of JS textclass 
+# to incorporate other TeX engines than (u)pLaTeX, e.g. XeLaTeX.
+# Author : Koji Yokota (yokota6@gmail.com)
+
+# This style provides japanese features 
+Format 63
+Provides japanese 1
+
+# Input general definitions
+Input article.layout
+
+ClassOptions
+       Other "autodetect-engine, dvi=dvipdfmx, ja=standard"
+End
index 1d23307c56c7b66bf7489d61ecd42abbaf628ccb..1a16158039f3da013b3aa2813ae74e88bf57c075 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[jarticle]{Japanese Article (jarticle)}
+#  \DeclareLaTeXClass[jarticle]{Japanese Article (Standard Class)}
 #  \DeclareCategory{Articles}
 # Japanese article textclass definition file.
-# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features
 Format 63
index abf090c17ea927d13148dc28a8a7db451d3d8570..7b7f532129b8b87b04c6b3853460fb505957292b 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[jbook]{Japanese Book (jbook)}
+#  \DeclareLaTeXClass[jbook]{Japanese Book (Standard Class)}
 #  \DeclareCategory{Books}
 # Japanese book textclass definition file.
-# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features 
 Format 63
index 97b4f40ff1257fa1f85532ea6deb2d23cb4db497..96a251b55a6d198dcdb4c53b26e338f78ccee486 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[jreport]{Japanese Report (jreport)}
+#  \DeclareLaTeXClass[jreport]{Japanese Report (Standard Class)}
 #  \DeclareCategory{Reports}
 # Japanese report textclass definition file.
-# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features 
 Format 63
index bd99175655e6d7ff7e6f59c5d2b4fbcbfdfbc620..6c9e019aa50ec5e0ed13e9e980acf3edb6a6d2e6 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Article (jsarticle)}
+#  \DeclareLaTeXClass{Japanese Article (JS Class)}
 #  \DeclareCategory{Articles}
-# Japanese new article textclass definition file.
-# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
+# Japanese new standard article textclass definition file.
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features 
 Format 63
index ca6b3e426397512631f7e87615ebe8e8f5d9a7ca..1fcc7c6c16873580d077180713ef22ef8e0ab087 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{Japanese Book (jsbook)}
+#  \DeclareLaTeXClass{Japanese Book (JS Class)}
 #  \DeclareCategory{Books}
-# Japanese new book textclass definition file.
-# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
+# Japanese new standard book textclass definition file.
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features 
 Format 63
index bcd14cb8afe2ea413e48e52f42fb87d73bb3d362..afbbdef3555d2c2ac8ab5c33b7f68fb660f10c11 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[tarticle,plext.sty]{Japanese Article (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 (yokota@res.otaru-uc.ac.jp)
+# Author : Koji Yokota (yokota6@gmail.com)1
 
 # This style provides japanese features 
 Format 63
index 6ee6be20c323c4d69b8b1b809f6b63747edab642..ef6c122c63d041596b2a576a4a7d55c87095d36d 100644 (file)
@@ -1,8 +1,8 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[tbook,plext.sty]{Japanese Book (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 (yokota@res.otaru-uc.ac.jp)
+# Author : Koji Yokota (yokota6@gmail.com)
 
 # This style provides japanese features 
 Format 63