mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
new class ijmpd from PAP
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5393 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
375b3e511f
commit
179642b571
@ -155,7 +155,7 @@
|
|||||||
environments. Fixed minibuffer entry of floats.
|
environments. Fixed minibuffer entry of floats.
|
||||||
@bPanayotis "PAP" Papasotiriou
|
@bPanayotis "PAP" Papasotiriou
|
||||||
@iE-mail: papasot@physics.upatras.gr
|
@iE-mail: papasot@physics.upatras.gr
|
||||||
support for kluwer document class.
|
support for kluwer and ijmpd document classes.
|
||||||
@bJoacim Persson
|
@bJoacim Persson
|
||||||
@iE-mail: sp2joap1@ida.his.se
|
@iE-mail: sp2joap1@ida.his.se
|
||||||
po-file for Swedish, a tool for picking shortcuts,
|
po-file for Swedish, a tool for picking shortcuts,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2002-10-14 Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
|
||||||
|
|
||||||
|
* layouts/ijmpd.layout:
|
||||||
|
* templates/ijmpd.lyx:
|
||||||
|
* doc/LaTeXConfig.lyx.in: new textclass for the International
|
||||||
|
Journal of Modern Physics D (usually abbreviated as IJMPD)
|
||||||
|
|
||||||
2002-10-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2002-10-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* bind/emacs.bind: add bindings for M-< and M->
|
* bind/emacs.bind: add bindings for M-< and M->
|
||||||
|
@ -906,6 +906,32 @@ ieeetran.cls
|
|||||||
to a newer version which has IEEE in capitals.
|
to a newer version which has IEEE in capitals.
|
||||||
\layout Subsection
|
\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.shtml}
|
||||||
|
|
||||||
|
\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
|
kluwer
|
||||||
\layout Description
|
\layout Description
|
||||||
|
|
||||||
|
175
lib/layouts/ijmpd.layout
Normal file
175
lib/layouts/ijmpd.layout
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
#% 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.
|
||||||
|
|
||||||
|
# Input general definitions
|
||||||
|
Input stdclass.inc
|
||||||
|
Input stdsections.inc
|
||||||
|
NoStyle Chapter
|
||||||
|
NoStyle Chapter*
|
||||||
|
NoStyle Part
|
||||||
|
Input stdlists.inc
|
||||||
|
Input stdlayouts.inc
|
||||||
|
NoStyle Verse
|
||||||
|
|
||||||
|
# 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
|
191
lib/templates/ijmpd.lyx
Normal file
191
lib/templates/ijmpd.lyx
Normal file
@ -0,0 +1,191 @@
|
|||||||
|
#LyX 1.2 created this file. For more info see http://www.lyx.org/
|
||||||
|
\lyxformat 220
|
||||||
|
\textclass ijmpd
|
||||||
|
\language english
|
||||||
|
\inputencoding auto
|
||||||
|
\fontscheme default
|
||||||
|
\graphics default
|
||||||
|
\paperfontsize default
|
||||||
|
\spacing single
|
||||||
|
\papersize Default
|
||||||
|
\paperpackage a4
|
||||||
|
\use_geometry 0
|
||||||
|
\use_amsmath 0
|
||||||
|
\use_natbib 0
|
||||||
|
\use_numerical_citations 0
|
||||||
|
\paperorientation portrait
|
||||||
|
\secnumdepth 3
|
||||||
|
\tocdepth 3
|
||||||
|
\paragraph_separation indent
|
||||||
|
\defskip medskip
|
||||||
|
\quotes_language english
|
||||||
|
\quotes_times 2
|
||||||
|
\papercolumns 1
|
||||||
|
\papersides 1
|
||||||
|
\paperpagestyle default
|
||||||
|
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status Collapsed
|
||||||
|
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
markboth{<Authors' Names>} {<Paper's short title>}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status Collapsed
|
||||||
|
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
catchline{}{}{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\layout Title
|
||||||
|
|
||||||
|
<TITLE OF THE ARTICLE>
|
||||||
|
\layout Author
|
||||||
|
|
||||||
|
<FIRST-1>.
|
||||||
|
<MIDDLE-1>.
|
||||||
|
<SURNAME-1>
|
||||||
|
\layout Address
|
||||||
|
|
||||||
|
<University Department, University Name, Address>
|
||||||
|
\newline
|
||||||
|
<City, State ZIP/Zone, Country>
|
||||||
|
\layout Author
|
||||||
|
|
||||||
|
<FIRST-2>.
|
||||||
|
<MIDDLE-2>.
|
||||||
|
<SURNAME-2>
|
||||||
|
\layout Address
|
||||||
|
|
||||||
|
<University Department, University Name, Address>
|
||||||
|
\newline
|
||||||
|
<City, State ZIP/Zone, Country>
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status Collapsed
|
||||||
|
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
pub{Received <received date>}{Revised <revised date>}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\layout Abstract
|
||||||
|
|
||||||
|
<The abstract of the paper.
|
||||||
|
Note that the abstract does not have a label.>
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<intro text>
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
The theory
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<theory text>
|
||||||
|
\layout Theorem
|
||||||
|
|
||||||
|
<theorem text>
|
||||||
|
\layout Proof
|
||||||
|
|
||||||
|
<proof text>
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
The numerical method
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<numerical method text; a citation reference is included.
|
||||||
|
\begin_inset LatexCommand \cite{PaperI}
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
>
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
Results and discussion
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<results and discussion text>
|
||||||
|
\layout Subsection
|
||||||
|
|
||||||
|
A subsection
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<subsection text>
|
||||||
|
\layout Subsubsection
|
||||||
|
|
||||||
|
A subsubsection
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<subsubsection text>
|
||||||
|
\layout Section*
|
||||||
|
|
||||||
|
Acknowledgments
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<acknowledgments text.
|
||||||
|
Note that this is only a starred section; there is no
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
acknowledgments
|
||||||
|
\begin_inset Quotes erd
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
section.>
|
||||||
|
\layout Bibliography
|
||||||
|
\bibitem {PaperI}
|
||||||
|
|
||||||
|
First-1.
|
||||||
|
Middle-1.
|
||||||
|
Surname-1, First-2.
|
||||||
|
Middle-2.
|
||||||
|
Surname-2, and First-3.
|
||||||
|
Middle-3.
|
||||||
|
Surname-3,
|
||||||
|
\emph on
|
||||||
|
Journal abbreviation
|
||||||
|
\emph default
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
volume
|
||||||
|
\series default
|
||||||
|
, page (year).
|
||||||
|
\layout Appendix
|
||||||
|
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
An Appendix section
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<appendix text; Note that appendices are placed
|
||||||
|
\shape italic
|
||||||
|
after
|
||||||
|
\shape default
|
||||||
|
the References.>
|
||||||
|
\layout Section
|
||||||
|
|
||||||
|
Another Appendix section
|
||||||
|
\layout Standard
|
||||||
|
|
||||||
|
<another appendix text>
|
||||||
|
\the_end
|
@ -30,7 +30,7 @@ What's new
|
|||||||
|
|
||||||
- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
|
- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
|
||||||
|
|
||||||
- update cl2emult textclass
|
- new class ijmpd; update cl2emult textclass
|
||||||
|
|
||||||
- small cleanup of UserGuide; update to German and French documentation
|
- small cleanup of UserGuide; update to German and French documentation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user