layout file converter for layout files in old format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-10-21 16:11:36 +00:00
parent 117efaee9f
commit 3e885523c3
112 changed files with 336 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2005-10-21 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* layouts/*.{inc,layout}: Add format information
* scripts/layout2layout.py: new layout file converter
* Makefile.am: install scripts/layout2layout.py
2005-10-12 Hartmut Haase <hha4491@atomstromfrei.de> 2005-10-12 Hartmut Haase <hha4491@atomstromfrei.de>
* example/de_Minipage.lyx: update. * example/de_Minipage.lyx: update.

View File

@ -848,6 +848,7 @@ dist_scripts_DATA = \
scripts/fig2pdftex.sh \ scripts/fig2pdftex.sh \
scripts/fig2pstex.sh \ scripts/fig2pstex.sh \
scripts/fig_copy.sh \ scripts/fig_copy.sh \
scripts/layout2layout.py \
scripts/legacy_lyxpreview2ppm.py \ scripts/legacy_lyxpreview2ppm.py \
scripts/listerrors \ scripts/listerrors \
scripts/lyxpreview2bitmap.py \ scripts/lyxpreview2bitmap.py \

View File

@ -14,6 +14,7 @@
# the author information area. There is a LaTeX 2.09 IEEEtran.sty available # the author information area. There is a LaTeX 2.09 IEEEtran.sty available
# also but LyX doesn't support 2.09 stuff so don't get that one. # also but LyX doesn't support 2.09 stuff so don't get that one.
Format 2
Style Standard Style Standard
Margin Static Margin Static
LatexType Paragraph LatexType Paragraph

View File

@ -11,6 +11,7 @@
# abstract is command # abstract is command
Format 2
Columns 2 Columns 2
Sides 2 Sides 2
SecNumDepth 3 SecNumDepth 3

View File

@ -5,6 +5,7 @@
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de> # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
Format 2
Style Subtitle Style Subtitle
Margin Static Margin Static
LatexType Command LatexType Command

View File

@ -14,6 +14,7 @@
# and reconfigure LyX (after running texhash, of course). # and reconfigure LyX (after running texhash, of course).
Format 2
Columns 2 Columns 2
Sides 2 Sides 2
SecNumDepth 3 SecNumDepth 3

View File

@ -30,6 +30,7 @@
# Version 1.3 5/7/04 - Updated for AASTeX 5.2 # Version 1.3 5/7/04 - Updated for AASTeX 5.2
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
#SecNumDepth 3 #SecNumDepth 3

View File

@ -5,6 +5,7 @@
# Martin Vermeer <martin.vermeer@hut.fi> # Martin Vermeer <martin.vermeer@hut.fi>
Format 2
Input agu_stdclass.inc Input agu_stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
OutputType docbook OutputType docbook
Columns 1 Columns 1

View File

@ -4,6 +4,7 @@
# This include file contains all the counters that are defined as standard # This include file contains all the counters that are defined as standard
# in AGU-Article LyX layouts. # in AGU-Article LyX layouts.
Format 2
Counter Counter
Name sect1 Name sect1
Within section Within section

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdlists.inc Input stdlists.inc

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdsections.inc Input stdsections.inc
Style Part Style Part

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdtitle.inc Input stdtitle.inc

View File

@ -4,6 +4,7 @@
# Author: Martin Vermeer <martin.vermeer@hut.fi> # Author: Martin Vermeer <martin.vermeer@hut.fi>
Format 2
Input aguplus.inc Input aguplus.inc
ClassOptions ClassOptions

View File

@ -6,6 +6,7 @@
# ftp://ftp.agu.org/journals/latex/journals # ftp://ftp.agu.org/journals/latex/journals
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -8,6 +8,7 @@
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
Format 2
Input amsart.layout Input amsart.layout
# Change the definitions of the theorem-like environments to get unnumbered # Change the definitions of the theorem-like environments to get unnumbered

View File

@ -12,6 +12,7 @@
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
Format 2
Input amsart.layout Input amsart.layout
# Change the definitions of the theorem-like environments to get a # Change the definitions of the theorem-like environments to get a

View File

@ -7,6 +7,7 @@
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
PageStyle Headers PageStyle Headers

View File

@ -8,6 +8,7 @@
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
PageStyle Headers PageStyle Headers

View File

@ -3,6 +3,7 @@
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
# Including the maths stuff # Including the maths stuff
Format 2
Input amsmaths.inc Input amsmaths.inc
# The AMS documentclasses use the package amsmath and provide the # The AMS documentclasses use the package amsmath and provide the

View File

@ -29,6 +29,7 @@
# - Conclusion # - Conclusion
Format 2
Style Theorem Style Theorem
LatexName thm* LatexName thm*
LabelString "Theorem." LabelString "Theorem."

View File

@ -28,6 +28,7 @@
# - Conclusion # - Conclusion
Format 2
Style Theorem Style Theorem
Preamble Preamble
\theoremstyle{plain} \theoremstyle{plain}

View File

@ -47,6 +47,7 @@
# - Fact # - Fact
# - Fact* # - Fact*
Format 2
Preamble Preamble
\theoremstyle{plain} \theoremstyle{plain}
\newtheorem{thm}{Theorem}[section] \newtheorem{thm}{Theorem}[section]

View File

@ -2,6 +2,7 @@
# \DeclareLaTeXClass[apa,apacite.sty]{article (APA)} # \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
# Author: Randy Gobbel <gobbel@andrew.cmu.edu> # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Headers PageStyle Headers

View File

@ -5,6 +5,7 @@
# Transposed by Pascal André <andre@via.ecp.fr> # Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -6,6 +6,7 @@
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdclass.inc Input stdclass.inc
Input numreport.inc Input numreport.inc

View File

@ -3,6 +3,7 @@
# For theater plays # For theater plays
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 2 SecNumDepth 2

View File

@ -16,6 +16,7 @@
# \vspace*{-0.5in}) # \vspace*{-0.5in})
# #
Format 2
Preamble Preamble
\usepackage[ps,mover]{lyxskak} \usepackage[ps,mover]{lyxskak}
%%% initialize board %%% initialize board

View File

@ -3,6 +3,7 @@
# Springer's cl2emult textclass definition file. # Springer's cl2emult textclass definition file.
# Author : André Poenitz # Author : André Poenitz
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 2 SecNumDepth 2

View File

@ -4,6 +4,7 @@
# Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr) # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth -1 SecNumDepth -1

View File

@ -5,6 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input lyxmacros.inc Input lyxmacros.inc
Style Code Style Code

View File

@ -2,6 +2,7 @@
# Author : José Abílio Oliveira Matos <jamatos@lyx.org> # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# Character Styles definition # Character Styles definition
Format 2
CharStyle Filename CharStyle Filename
LatexType Command LatexType Command
LatexName filename LatexName filename

View File

@ -5,6 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
OutputType docbook OutputType docbook
Columns 1 Columns 1

View File

@ -4,6 +4,7 @@
# This include file contains all the counters that are defined as standard # This include file contains all the counters that are defined as standard
# in Docbook LyX layouts. # in Docbook LyX layouts.
Format 2
Counter Counter
Name sect1 Name sect1
Within chapter Within chapter

View File

@ -5,6 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdlayouts.inc Input stdlayouts.inc
Style Literal Style Literal

View File

@ -5,6 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdlists.inc Input stdlists.inc

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdsections.inc Input stdsections.inc
Style Part Style Part

View File

@ -9,6 +9,7 @@
# modifying the style of the regular sectioning layouts. # modifying the style of the regular sectioning layouts.
Format 2
Style Part* Style Part*
CopyStyle Part CopyStyle Part
Margin Static Margin Static

View File

@ -5,6 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdstruct.inc Input stdstruct.inc
Style Abstract Style Abstract

View File

@ -6,6 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for # It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook. # related layouts in latex and docbook.
Format 2
Input stdtitle.inc Input stdtitle.inc

View File

@ -6,6 +6,7 @@
# Modifies only some things from letter.layout # Modifies only some things from letter.layout
Format 2
Input letter.layout Input letter.layout

View File

@ -4,6 +4,7 @@
# Author : Jose' Matos <jamatos@lyx.org> # Author : Jose' Matos <jamatos@lyx.org>
# hacked for books: Luc Abom <luc@abom.com> # hacked for books: Luc Abom <luc@abom.com>
Format 2
Input report Input report
Input db_stdclass.inc Input db_stdclass.inc

View File

@ -3,7 +3,8 @@
# DocBook textclass definition file. # DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org> # Author : Jose' Matos <jamatos@lyx.org>
Input stnumarticle.inc Format 2
Input stdnumarticle.inc
Input db_stdclass.inc Input db_stdclass.inc
Style Title Style Title

View File

@ -3,6 +3,7 @@
# DocBook textclass definition file. # DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org> # Author : Jose' Matos <jamatos@lyx.org>
Format 2
Input numarticle.inc Input numarticle.inc
Input db_stdclass.inc Input db_stdclass.inc

View File

@ -3,6 +3,7 @@
# DocBook textclass definition file. # DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org> # Author : Jose' Matos <jamatos@lyx.org>
Format 2
Input numarticle.inc Input numarticle.inc
Input db_stdclass.inc Input db_stdclass.inc

View File

@ -6,6 +6,7 @@
# Author : Herbert Voss <voss@lyx.org> 2001/08/13 # Author : Herbert Voss <voss@lyx.org> 2001/08/13
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
SecNumDepth -1 # no counting SecNumDepth -1 # no counting

View File

@ -8,6 +8,7 @@
# Converted article -> egs Martin Vermeer # Converted article -> egs Martin Vermeer
Format 2
Columns 2 Columns 2
Sides 1 Sides 1
PageStyle Plain PageStyle Plain

View File

@ -22,6 +22,7 @@
# numbered sections, as does the class file. # numbered sections, as does the class file.
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
PageStyle headings PageStyle headings

View File

@ -3,6 +3,7 @@
# Based on LyX article class; modified to support ENTCS class # Based on LyX article class; modified to support ENTCS class
# Reuben Thomas (rrt@sc3d.org) 27/5-2/6/01 # Reuben Thomas (rrt@sc3d.org) 27/5-2/6/01
Format 2
Input article.layout Input article.layout
# only font size 11pt is really available # only font size 11pt is really available

View File

@ -2,6 +2,7 @@
# \DeclareLaTeXClass{extarticle} # \DeclareLaTeXClass{extarticle}
# Herbert Voss <voss@lyx.org> # Herbert Voss <voss@lyx.org>
Format 2
Input article.layout Input article.layout
# change available fontsizes # change available fontsizes

View File

@ -3,6 +3,7 @@
# Extended book textclass definition file. # Extended book textclass definition file.
# Herbert Voss <voss@lyx.org> # Herbert Voss <voss@lyx.org>
Format 2
Input book.layout Input book.layout
# change available fontsizes # change available fontsizes

View File

@ -3,6 +3,7 @@
# Extended article textclass definition file. # Extended article textclass definition file.
# Herbert Voss <voss@lyx.org> # Herbert Voss <voss@lyx.org>
Format 2
Input letter.layout Input letter.layout
# change available fontsizes # change available fontsizes

View File

@ -3,6 +3,7 @@
# Extented report textclass definition file. # Extented report textclass definition file.
# Herbert Voss <voss@lyx.org> # Herbert Voss <voss@lyx.org>
Format 2
Input report.layout Input report.layout
# change available fontsizes # change available fontsizes

View File

@ -6,6 +6,7 @@
# To do: Define class specific options. # To do: Define class specific options.
Format 2
Columns 1 Columns 1
Sides 1 Sides 1

View File

@ -3,6 +3,7 @@
# Letter textclass definition file. # Letter textclass definition file.
# Author : Thomas Hartkens <thomas@hartkens.de> # Author : Thomas Hartkens <thomas@hartkens.de>
Format 2
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc

View File

@ -3,6 +3,7 @@
# Letter textclass definition file. # Letter textclass definition file.
# Author : Thomas Hartkens <thomas@hartkens.de> # Author : Thomas Hartkens <thomas@hartkens.de>
Format 2
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc

View File

@ -12,6 +12,7 @@
# General textclass parameters # General textclass parameters
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Empty PageStyle Empty

View File

@ -4,6 +4,7 @@
# Author: Dekel Tsur <dekel@math.tau.ac.il> # Author: Dekel Tsur <dekel@math.tau.ac.il>
# Few changes by Baruch Even <baruch.even@writeme.com> # Few changes by Baruch Even <baruch.even@writeme.com>
Format 2
Input article Input article
Preamble Preamble

View File

@ -3,6 +3,7 @@
# Hebrew letter textclass definition file. # Hebrew letter textclass definition file.
# Author: Dekel Tsur <dekel@math.tau.ac.il> # Author: Dekel Tsur <dekel@math.tau.ac.il>
Format 2
Input letter Input letter

View File

@ -15,6 +15,7 @@
# Based on course given by Lars Davidson # Based on course given by Lars Davidson
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 2 SecNumDepth 2

View File

@ -11,6 +11,7 @@
# Version 2 2003-03-03 - Updated for LyX 1.3.0. # Version 2 2003-03-03 - Updated for LyX 1.3.0.
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -3,6 +3,7 @@
# AGUplus JGR textclass definition file. # AGUplus JGR textclass definition file.
# Author: Martin Vermeer <martin.vermeer@hut.fi> # Author: Martin Vermeer <martin.vermeer@hut.fi>
Format 2
Input aguplus.inc Input aguplus.inc
ClassOptions ClassOptions

View File

@ -14,6 +14,7 @@
# 2003-03-03 Updated for lyx 1.3.0. # 2003-03-03 Updated for lyx 1.3.0.
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
SecNumDepth 4 SecNumDepth 4

View File

@ -3,6 +3,7 @@
# Latex8 textclass definition file. # Latex8 textclass definition file.
# Author : Allan Rae <rae@elec.uq.edu.au> # Author : Allan Rae <rae@elec.uq.edu.au>
Format 2
Preamble Preamble
\usepackage{latex8} \usepackage{latex8}
\usepackage{times} \usepackage{times}

View File

@ -4,6 +4,7 @@
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdletter.inc Input stdletter.inc
Input stdlists.inc Input stdlists.inc
Input lyxmacros.inc Input lyxmacros.inc

View File

@ -4,6 +4,7 @@
# Author : Pascal André <andre@via.ecp.fr> # Author : Pascal André <andre@via.ecp.fr>
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain

View File

@ -3,6 +3,7 @@
# literate-article textclass definition file. # literate-article textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Format 2
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble

View File

@ -3,6 +3,7 @@
# literate-book textclass definition file. # literate-book textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Format 2
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble

View File

@ -3,6 +3,7 @@
# literate-report textclass definition file. # literate-report textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Format 2
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble

View File

@ -6,6 +6,7 @@
# resembles more closely the produced paper doc (more WYSIWYG) # resembles more closely the produced paper doc (more WYSIWYG)
# #
Format 2
OutputType literate OutputType literate
Style Scrap Style Scrap

View File

@ -14,6 +14,7 @@
# Modified for LyX 12 by Jean-Marc Lasgouttes and MV. # Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain

View File

@ -5,6 +5,7 @@
# Author : Herbert Voss <voss@perce.de> 2001/08/13 # Author : Herbert Voss <voss@perce.de> 2001/08/13
Format 2
Columns 2 Columns 2
Sides 2 Sides 2
#SecNumDepth # no counting #SecNumDepth # no counting

View File

@ -8,6 +8,7 @@
# be removed later. # be removed later.
Format 2
Style LyX-Code Style LyX-Code
Margin Static Margin Static
LatexType Environment LatexType Environment

View File

@ -4,6 +4,7 @@
# Author : José Matos <jamatos@novalis.fc.up.pt> # Author : José Matos <jamatos@novalis.fc.up.pt>
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain

View File

@ -6,6 +6,7 @@
# feel free to contribute missing features! # feel free to contribute missing features!
Format 2
Columns 1 Columns 1
Sides 2 Sides 2
SecNumDepth 2 SecNumDepth 2

View File

@ -5,6 +5,7 @@
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by several developers. # Heavily modifed and enhanced by several developers.
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -5,6 +5,7 @@
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdclass.inc Input stdclass.inc
Sides 2 Sides 2

View File

@ -5,6 +5,7 @@
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdclass.inc Input stdclass.inc

View File

@ -1,6 +1,7 @@
# Author : André Pönitz # Author : André Pönitz
# This include file contains label definitions for an article-like numbering. # This include file contains label definitions for an article-like numbering.
Format 2
Style Part Style Part
LabelType Counter LabelType Counter
LabelCounter part LabelCounter part

View File

@ -1,6 +1,7 @@
# Author : André Pönitz # Author : André Pönitz
# This include file contains label definitions for a report-like numbering. # This include file contains label definitions for a report-like numbering.
Format 2
Input numarticle.inc Input numarticle.inc
Style Part Style Part

View File

@ -2,6 +2,7 @@
# This include files contains label definitions for a article-like numbering. # This include files contains label definitions for a article-like numbering.
Format 2
Style Section Style Section
LabelType Counter LabelType Counter
LabelCounter section LabelCounter section

View File

@ -4,6 +4,7 @@
# Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr) # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 3 SecNumDepth 3

View File

@ -5,6 +5,7 @@
# Transposed by Pascal André <andre@via.ecp.fr> # Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
Format 2
Input stdclass.inc Input stdclass.inc
Input numreport.inc Input numreport.inc

View File

@ -9,6 +9,7 @@
# Amir Karger (LyX v11.34 style modifications - using changes # Amir Karger (LyX v11.34 style modifications - using changes
# made by Jean-Marc Lasgouttes to amsart.layout) # made by Jean-Marc Lasgouttes to amsart.layout)
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Headers PageStyle Headers

View File

@ -10,6 +10,7 @@
# Amir Karger (RevTeX 4 beta) 9/1999, 7/2000 # Amir Karger (RevTeX 4 beta) 9/1999, 7/2000
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Headers PageStyle Headers

View File

@ -3,6 +3,7 @@
# KOMA scrartcl textclass definition file. # KOMA scrartcl textclass definition file.
# Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11. # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
Format 2
Input scrclass.inc Input scrclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -3,6 +3,7 @@
# KOMA scrbook textclass definition file. # KOMA scrbook textclass definition file.
# Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11. # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
Format 2
Input scrclass.inc Input scrclass.inc
Input numreport.inc Input numreport.inc

View File

@ -7,6 +7,7 @@
# Guenter Milde <g.milde web.de> # Guenter Milde <g.milde web.de>
Format 2
SecNumDepth 2 SecNumDepth 2
TocDepth 2 TocDepth 2
DefaultStyle Standard DefaultStyle Standard

View File

@ -3,6 +3,7 @@
# KOMA scrlettr textclass definition file. # KOMA scrlettr textclass definition file.
# Bernd Rellermeyer <100.41728@germanynet.de>, 1999/2/17. # Bernd Rellermeyer <100.41728@germanynet.de>, 1999/2/17.
Format 2
Style Standard Style Standard
LatexName dummy LatexName dummy
ParSep 0.4 ParSep 0.4

View File

@ -3,6 +3,7 @@
# KOMA scrlettr2 textclass definition file. # KOMA scrlettr2 textclass definition file.
# Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/17. # Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/17.
Format 2
Style Standard Style Standard
LatexName dummy LatexName dummy
ParSep 0.4 ParSep 0.4

View File

@ -3,6 +3,7 @@
# KOMA scrreprt textclass definition file. # KOMA scrreprt textclass definition file.
# Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11. # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
Format 2
Input scrclass.inc Input scrclass.inc
Input numreport.inc Input numreport.inc

View File

@ -3,6 +3,7 @@
# Initial attemt at makeing a LyX layout file for the seminar class. # Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes <larsbj@lyx.org> # Author : Lars Gullik Bjønnes <larsbj@lyx.org>
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -4,6 +4,7 @@
# Cut & paste from various LyX layouts plus some minor modifications # Cut & paste from various LyX layouts plus some minor modifications
# Author : Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de> # Author : Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 2 SecNumDepth 2

View File

@ -7,6 +7,7 @@
# #
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain

View File

@ -5,6 +5,7 @@
# to be used with the spie.cls LaTex-style available at # to be used with the spie.cls LaTex-style available at
# http://public.lanl.gov/kmh/spie/ # http://public.lanl.gov/kmh/spie/
Format 2
Input stdclass.inc Input stdclass.inc
Input numarticle.inc Input numarticle.inc

View File

@ -7,6 +7,7 @@
# ``standard'' layouts, like article and friends. # ``standard'' layouts, like article and friends.
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
SecNumDepth 2 SecNumDepth 2

View File

@ -4,6 +4,7 @@
# in most LyX layouts. # in most LyX layouts.
Format 2
Counter Counter
Name part Name part
End End

View File

@ -4,6 +4,7 @@
# in most LyX layouts. # in most LyX layouts.
Format 2
Float Float
Type table Type table
GuiName Table GuiName Table

View File

@ -7,6 +7,7 @@
# quotations and such. # quotations and such.
Format 2
Style Quotation Style Quotation
Margin Static Margin Static
LatexType Environment LatexType Environment

View File

@ -3,6 +3,7 @@
# Heavily modifed and enhanced by several developers. # Heavily modifed and enhanced by several developers.
Format 2
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Empty PageStyle Empty

Some files were not shown because too many files have changed in this diff Show More