]> git.lyx.org Git - lyx.git/commitdiff
* New layout files for Inderscience journals, contributed by Koji Yokota.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 4 Oct 2009 12:54:59 +0000 (12:54 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 4 Oct 2009 12:54:59 +0000 (12:54 +0000)
  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
lib/Makefile.am
lib/layouts/doublecol-new.layout [new file with mode: 0644]
lib/layouts/singlecol-new.layout [new file with mode: 0644]
lib/layouts/singlecol.layout

index 96d1bd3b859aeb7427befff1dd902d046a5af3be..5f62fed4b56469c81d4a97505a4f4b983f7fc725 100644 (file)
@@ -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
index 9a34b6051f25671dbf2e44d78acabbdd55165bf8..d51ccafd09d72936607b50535bc8e85a088c5707 100644 (file)
@@ -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 (file)
index 0000000..798880c
--- /dev/null
@@ -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 (file)
index 0000000..7decab3
--- /dev/null
@@ -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
index 5902731796755a593f4538e963cabf95a833c82c..4cf82e3a2e929365df3bbc66f6b15b7173b3204c 100644 (file)
@@ -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