]> git.lyx.org Git - features.git/commitdiff
a new springer journal
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Mar 2002 15:40:16 +0000 (15:40 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 1 Mar 2002 15:40:16 +0000 (15:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3628 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/doc/LaTeXConfig.lyx.in
lib/layouts/svjour.inc
lib/layouts/svprobth.layout [new file with mode: 0644]

index 806b68d74b7cc7cbac8295337756f3fe5ac64a56..1d1570a51e17613c6f699d82bfd93c9da043970d 100644 (file)
@@ -1,5 +1,12 @@
 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * doc/LaTeXConfig.lyx.in: add entry for svprothb
+
+       * layouts/svprobth.layout: new layout file, for 'Probability
+       Theory and Related Fields'
+
+       * layouts/svjour.inc: change Keywords labelstring a bit.
+
        * ui/default.ui: fix shortcut for Insert>Math>Inline formula.
 
        * chkconfig.ltx: do not check for graphics anymore, only graphicx. 
index 0069c753cc6e5b2ffe6b4e8b79a4119f0f214fcb..e3fc1852950c6bea233f2ab44f53673d5d20a286 100644 (file)
@@ -1128,6 +1128,11 @@ Notes: The Society for Industrial and Applied Mathematics, Philadelphia,
  standards by providing this LaTeX style.
 \layout Subsection
 
+
+\begin_inset LatexCommand \label{svjog}
+
+\end_inset 
+
 Springer Journal of Geodesy
 \layout Description
 
@@ -1174,6 +1179,39 @@ svjour.inc
 sv<journal>.layout
 \family default 
  to support any other Springer journals (hint, hint!)
+\layout Subsection
+
+Springer Probability Theory and Related Fields
+\layout Description
+
+Found: @chk_svprobth@
+\layout Description
+
+CTAN: 
+\family typewriter 
+macros/latex/contrib/supported/springer/svjour/prothe
+\layout Description
+
+WWW: 
+\begin_inset LatexCommand \url{http://www.springer.de/author/tex/help-journals.html}
+
+\end_inset 
+
+
+\layout Description
+
+Notes: 
+\family sans 
+Svprothe
+\family default 
+ is a format suitable for publication in the journal Probability Theory
+ and Related Fields.
+ For more information, see section 
+\begin_inset LatexCommand \ref{svjog}
+
+\end_inset 
+
+.
 \layout Section
 
 Required packages
index 496313e660ecb5a4813a9eed136f1fcb21c93890..9e8dbb59f6f3b98774cd75a14f8bb6f46576b4da 100644 (file)
@@ -307,7 +307,7 @@ Style  Keywords
   Align                        Block
   AlignPossible                Block, Left
   LabelType            Static
-  LabelString          "Key Words: " 
+  LabelString          "Key words: " 
 
   # label font definition
   LabelFont 
diff --git a/lib/layouts/svprobth.layout b/lib/layouts/svprobth.layout
new file mode 100644 (file)
index 0000000..561e122
--- /dev/null
@@ -0,0 +1,63 @@
+#% Do not delete the line below; configure depends on this
+#  \DeclareLaTeXClass[svjour,svprobth.clo]{article (Springer - svjour/PTRF)}
+# svjour/probth (article) textclass definition file. 
+# for Springer Verlag Journal of Geodesy.
+# --------
+#
+# Taken from initial LyX source code
+# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+# Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
+# Heavily modified and enhanced by serveral developers.
+#
+# --------
+# ejour2 made originally by Martin Vermeer based on article.layout.
+# Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
+#
+# Adapted to svjour/jog (new 1999 Springer LaTeX2e classes) by
+# MV in 2000.
+#
+# Adapted to Probability Theory and Related Fields by JMarc
+#
+# General textclass parameters
+# (jog) ?
+#
+# see www.springer.de/author/tex/help-journals.html for class files
+#
+# The standard Springer Journal sections
+Input svjour.inc
+
+ClassOptions
+  Other                probth
+End
+
+
+## Now, some cosmetic changes wrt the default style.
+
+# Title style definition
+Style Title
+  # standard font definition
+  Font 
+    Family             Roman
+    Series             Bold
+    Size               Larger
+  EndFont
+End
+
+# Subtitle style definition
+Style Subtitle
+  # standard font definition
+  Font 
+    Family             Roman
+    Series             Bold
+    Size               Large
+  EndFont
+End
+
+# Author style definition
+Style Author
+  # standard font definition
+  Font 
+    Series             Medium
+    Shape              Up
+  EndFont
+End