From e5533c552edf5313d1f20fd6f491475e422a2fff Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 4 Oct 2009 12:54:59 +0000 Subject: [PATCH] * New layout files for Inderscience journals, contributed by Koji Yokota. The old layout file is marked deprecated. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31506 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 2 ++ lib/Makefile.am | 2 ++ lib/layouts/doublecol-new.layout | 8 ++++++++ lib/layouts/singlecol-new.layout | 8 ++++++++ lib/layouts/singlecol.layout | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 lib/layouts/doublecol-new.layout create mode 100644 lib/layouts/singlecol-new.layout diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 96d1bd3b85..5f62fed4b5 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2657,6 +2657,7 @@ lib_layouts_files = Split(''' docbook-chapter.layout docbook-section.layout docbook.layout + doublecol.layout dtk.layout egs.layout elsart.layout @@ -2716,6 +2717,7 @@ lib_layouts_files = Split(''' sigplanconf.layout simplecv.layout singlecol.layout + singlecol-new.layout slides.layout spie.layout svglobal.layout diff --git a/lib/Makefile.am b/lib/Makefile.am index 9a34b6051f..d51ccafd09 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1026,6 +1026,7 @@ dist_layouts_DATA =\ layouts/docbook-chapter.layout \ layouts/docbook-section.layout \ layouts/docbook.layout \ + layouts/doublecol.layout \ layouts/dtk.layout \ layouts/egs.layout \ layouts/elsart.layout \ @@ -1099,6 +1100,7 @@ dist_layouts_DATA =\ layouts/sigplanconf.layout \ layouts/simplecv.layout \ layouts/singlecol.layout \ + layouts/singlecol-new.layout \ layouts/slides.layout \ layouts/spie.layout \ layouts/stdclass.inc \ diff --git a/lib/layouts/doublecol-new.layout b/lib/layouts/doublecol-new.layout new file mode 100644 index 0000000000..798880ce37 --- /dev/null +++ b/lib/layouts/doublecol-new.layout @@ -0,0 +1,8 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass[doublecol-new, natbib.sty]{article (Inderscience A4 journals)} +# Layout file for journals with double columns published by Inderscience +# Publishers Ltd. +# TeX templates are found at http://www.inderscience.com/mapper.php?id=64 +# +# Read the definitions from article.layout +Input article.layout diff --git a/lib/layouts/singlecol-new.layout b/lib/layouts/singlecol-new.layout new file mode 100644 index 0000000000..7decab3e0f --- /dev/null +++ b/lib/layouts/singlecol-new.layout @@ -0,0 +1,8 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass[singlecol-new, natbib.sty]{article (Inderscience 9.5 x 6.5 journals)} +# Layout file for journals with single column published by Inderscience +# Publishers Ltd. +# TeX templates are found at http://www.inderscience.com/mapper.php?id=64 +# +# Read the definitions from article.layout +Input article.layout diff --git a/lib/layouts/singlecol.layout b/lib/layouts/singlecol.layout index 5902731796..4cf82e3a2e 100644 --- a/lib/layouts/singlecol.layout +++ b/lib/layouts/singlecol.layout @@ -1,5 +1,5 @@ #% Do not delete the line below; configure depends on this -# \DeclareLaTeXClass[singlecol, natbib.sty]{article (Inderscience SC)} +# \DeclareLaTeXClass[singlecol, natbib.sty]{article (Inderscience SC, old version)} # Read the definitions from article.layout Input article.layout -- 2.39.5