mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix kluwer layout and re-introduce ijmpd layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1644a68eb
commit
d9c0fe1ccd
@ -161,7 +161,7 @@
|
||||
environments. Fixed minibuffer entry of floats.
|
||||
@bPanayotis "PAP" Papasotiriou
|
||||
@iE-mail: papasot@physics.upatras.gr
|
||||
support for kluwer document class.
|
||||
support for kluwer and ijmpd document classes.
|
||||
@bJoacim Persson
|
||||
@iE-mail: sp2joap1@ida.his.se
|
||||
po-file for Swedish, a tool for picking shortcuts,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2003-03-03 PAP <papasot@pythagoras.physics.upatras.gr>
|
||||
|
||||
* layouts/kluwer.layout: update for 1.3.x compatibility
|
||||
|
||||
* layouts/ijmpd.layout: re-add, since it only made it to 1.2.x.
|
||||
|
||||
* doc/LaTeXConfig.lyx.in: add ijmpd
|
||||
|
||||
2003-02-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* layouts/llncs.layout: do not forget to define floats too
|
||||
|
@ -978,6 +978,33 @@ ieeetran.cls
|
||||
to a newer version which has IEEE in capitals.
|
||||
\layout Subsection
|
||||
|
||||
ijmpd
|
||||
\layout Description
|
||||
|
||||
Found: @chk_ijmpd@
|
||||
\layout Description
|
||||
|
||||
CTAN: N/A
|
||||
\layout Description
|
||||
|
||||
WWW: available from the site
|
||||
\begin_inset LatexCommand \url{http://www.worldscinet.com/ijmpd/mkt/guidelines.sh
|
||||
tml}
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\layout Description
|
||||
|
||||
Notes: The document class
|
||||
\family sans
|
||||
ijmpd
|
||||
\family default
|
||||
can be used to write articles for submission to the International Journal
|
||||
of Modern Physics D (usually abbreviated as IJMPD), published by World
|
||||
Scientific.
|
||||
\layout Subsection
|
||||
|
||||
kluwer
|
||||
\layout Description
|
||||
|
||||
|
179
lib/layouts/ijmpd.layout
Normal file
179
lib/layouts/ijmpd.layout
Normal file
@ -0,0 +1,179 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass[ws-ijmpd]{article (ijmpd)}
|
||||
#
|
||||
# Textclass definition file for ws-ijmpd.cls
|
||||
# For publications in the International Journal of Modern Physics D
|
||||
# (usually abbreviated as IJMPD).
|
||||
#
|
||||
# Author: Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
|
||||
#
|
||||
# Version 1 2002-09-24 - First version from scratch.
|
||||
# Version 2 2003-03-03 - Updated for LyX 1.3.0.
|
||||
|
||||
# Input general definitions
|
||||
Input stdclass.inc
|
||||
Input stdsections.inc
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Part
|
||||
Input stdlists.inc
|
||||
Input stdlayouts.inc
|
||||
NoStyle Verse
|
||||
Input stdstruct.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# General class settings
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
ProvidesAmsmath 0
|
||||
ProvidesNatbib 0
|
||||
ProvidesUrl 0
|
||||
ClassOptions
|
||||
FontSize ""
|
||||
PageStyle ""
|
||||
End
|
||||
|
||||
# Title style redefinition
|
||||
Style Title
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style redefinition
|
||||
Style Author
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
LatexType Environment
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section style redefinition
|
||||
Style Section
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section* style redefinition
|
||||
Style Section*
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style redefinition
|
||||
Style Subsection
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubection style redefinition
|
||||
Style Subsubsection
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Theorem style definition
|
||||
Style Theorem
|
||||
LatexType Environment
|
||||
LatexName theorem
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Theorem:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Proof style definition
|
||||
Style Proof
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Proof:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style redefinition
|
||||
Style Bibliography
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelFont
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Appendix style definition
|
||||
Style Appendix
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName appendix
|
||||
KeepEmpty 1
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Appendix
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
@ -11,6 +11,7 @@
|
||||
# 2001-06-15 First version from scratch (due to "Pit").
|
||||
# 2001-09-09 Enhanced version (due to "PAP").
|
||||
# Need of ERT is considerably minimized.
|
||||
# 2003-03-03 Updated for lyx 1.3.0.
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
@ -45,7 +46,10 @@ End
|
||||
Input stdsections.inc
|
||||
NoStyle Chapter
|
||||
NoStyle Part
|
||||
Input stdstruct.inc
|
||||
Input stdlists.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
|
Loading…
Reference in New Issue
Block a user