]> 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:06:52 +0000 (09:06 +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 ecb64740c981959f9747a4d9f1183616f707cb14..61da28c1a35fec197d17ab3c69020d83f7a2ce95 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 64
index 4a230f22c4f26efdf42cd494d2f117241de5dae6..da975bca2777f77dd8c3f3ac8d6aa4776fa22604 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 64
index e8ac8ecb09c8888ebc9ef22e6b5bf962cccba6ca..ffadc98b5d79b6b77b0e497516e2a2bea3afc062 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 64
index 562eeac7a61f7a79df554d237dbd59f068cadbac..d1bcd5f7d6a08e4df3e64c296b03d1ada18370c9 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 64
index 9cf9c580ad09197eead29548a6eaceff3ac67e09..d9bfabf174053daa2d1ca846ae1f127f71934ab9 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 64
index d252630cb56b781beca8ee5d753377baf881c062..f74ae98f54e5891361212cc605e4621544f6d9fd 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 64
index 1be93492cb514e2616ab5771cc6099da563fb723..0ca1520dad5561aa9206a63339c92be63506d054 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 64