From fd912b1bab5b6dc9496bd5ea8513eae28ca7446b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 14 Oct 2007 11:09:26 +0000 Subject: [PATCH] add Japanese layout files, provided by Yokata-san git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20965 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 8 ++++++++ lib/Makefile.am | 8 ++++++++ lib/layouts/jarticle.layout | 10 ++++++++++ lib/layouts/jbook.layout | 10 ++++++++++ lib/layouts/jreport.layout | 10 ++++++++++ lib/layouts/jsarticle.layout | 10 ++++++++++ lib/layouts/jsbook.layout | 10 ++++++++++ lib/layouts/tarticle.layout | 10 ++++++++++ lib/layouts/tbook.layout | 10 ++++++++++ lib/layouts/treport.layout | 10 ++++++++++ 10 files changed, 96 insertions(+) create mode 100644 lib/layouts/jarticle.layout create mode 100644 lib/layouts/jbook.layout create mode 100644 lib/layouts/jreport.layout create mode 100644 lib/layouts/jsarticle.layout create mode 100644 lib/layouts/jsbook.layout create mode 100644 lib/layouts/tarticle.layout create mode 100644 lib/layouts/tbook.layout create mode 100644 lib/layouts/treport.layout diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 59e3f28736..fb519458e8 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2533,7 +2533,12 @@ lib_layouts_files = Split(''' ijmpd.layout iopart.layout isprs.layout + jarticle.layout + jbook.layout jgrga.layout + jreport.layout + jsarticle.layout + jsbook.layout kluwer.layout latex8.layout letter.layout @@ -2566,6 +2571,9 @@ lib_layouts_files = Split(''' svglobal.layout svjog.layout svprobth.layout + tarticle.layout + tbook.layout + treport.layout ''') diff --git a/lib/Makefile.am b/lib/Makefile.am index 202db63351..3d16f140f7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -955,7 +955,12 @@ dist_layouts_DATA =\ layouts/ijmpd.layout \ layouts/iopart.layout \ layouts/isprs.layout \ + layouts/jarticle.layout \ + layouts/jbook.layout \ layouts/jgrga.layout \ + layouts/jreport.layout \ + layouts/jsarticle.layout \ + layouts/jsbook.layout \ layouts/kluwer.layout \ layouts/latex8.layout \ layouts/letter.layout \ @@ -1025,6 +1030,9 @@ dist_layouts_DATA =\ layouts/theorems-std.module \ layouts/theorems-withinchap.module \ layouts/theorems-withinsec.module \ + layouts/tarticle.layout \ + layouts/tbook.layout \ + layouts/treport.layout \ layouts/url.module scriptsdir = $(pkgdatadir)/scripts diff --git a/lib/layouts/jarticle.layout b/lib/layouts/jarticle.layout new file mode 100644 index 0000000000..8b0d186799 --- /dev/null +++ b/lib/layouts/jarticle.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{article (Japanese)} +# Japanese article textclass definition file. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input article.layout diff --git a/lib/layouts/jbook.layout b/lib/layouts/jbook.layout new file mode 100644 index 0000000000..2e97c2f368 --- /dev/null +++ b/lib/layouts/jbook.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{book (Japanese)} +# Japanese book textclass definition file. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input book.layout diff --git a/lib/layouts/jreport.layout b/lib/layouts/jreport.layout new file mode 100644 index 0000000000..4979156ba2 --- /dev/null +++ b/lib/layouts/jreport.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{report (Japanese)} +# Japanese report textclass definition file. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input report.layout diff --git a/lib/layouts/jsarticle.layout b/lib/layouts/jsarticle.layout new file mode 100644 index 0000000000..28e1b23997 --- /dev/null +++ b/lib/layouts/jsarticle.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{article (Japanese New)} +# Japanese new article textclass definition file. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input article.layout diff --git a/lib/layouts/jsbook.layout b/lib/layouts/jsbook.layout new file mode 100644 index 0000000000..399687d435 --- /dev/null +++ b/lib/layouts/jsbook.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{book (Japanese New)} +# Japanese new book textclass definition file. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input book.layout diff --git a/lib/layouts/tarticle.layout b/lib/layouts/tarticle.layout new file mode 100644 index 0000000000..58fd39d226 --- /dev/null +++ b/lib/layouts/tarticle.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{article (Japanese in vertical writing)} +# Definition file of Japanese article textclass for vertical writing. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input article.layout diff --git a/lib/layouts/tbook.layout b/lib/layouts/tbook.layout new file mode 100644 index 0000000000..237a54786b --- /dev/null +++ b/lib/layouts/tbook.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{book (Japanese in vertical writing)} +# Definition file of Japanese book textclass for vertical writing. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input book.layout diff --git a/lib/layouts/treport.layout b/lib/layouts/treport.layout new file mode 100644 index 0000000000..7785642384 --- /dev/null +++ b/lib/layouts/treport.layout @@ -0,0 +1,10 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass{report (Japanese in vertical writing)} +# Definition file of Japanese report textclass for vertical writing. +# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp) + +# This style provides japanese features +Provides japanese 1 + +# Input general definitions +Input report.layout -- 2.39.5