*** Requires tag for classes, layouts and custom insets ***

* src/TextClass{cpp,h}:
	- implement Requires tag for class and InsetLayout.
* src/Layout.{cpp,h}:
	- implement Requires tag for layouts.
	- increase layouts format to 6.
* src/Paragraph.cpp:
	- request required features for paragraph layouts.
* src/LaTeXFeatures.cpp:
	- add some packages needed by modules.
	- remove Preamble method for InsetLayout. This is now done
	  in InsetFlex::validate.
* src/BufferParams.cpp (validate):
	- request required features for the class.
* src/insets/InsetLayout.h:
	- new member "requires".
* src/insets/InsetFlex.{cpp,h}:
	- implement validate method and request required features and preamble snippets.

* lib/layouts/*.{layout,module,inc}:
	- increase layouts format to 6.
	- use Requires tags in some modules (more can be done later).

* lib/doc/Customization.lyx:
	- document Requires tag.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-01-07 16:59:10 +00:00
parent 102638a478
commit 9e5eebc14c
140 changed files with 349 additions and 175 deletions

View File

@ -6367,7 +6367,7 @@ int
don't have an explicit file format).
The file format that is documented here is
\family typewriter
2
6
\family default
.
\end_layout
@ -6568,6 +6568,43 @@ ely not documented.
\begin_layout Description
\family typewriter
\series medium
Requires
\family default
\series default
[
\family typewriter
string
\family default
] Whether the class requires the feature
\family typewriter
string
\family default
.
A feature is in general the name of a package (amsmath, makeidx, \SpecialChar \ldots{}
) or a
macro (url, boldsymbol,\SpecialChar \ldots{}
).
Multiple features must be separated by commas.
Note that you can only request supported features; unfortunately, the complete
list of supported features is not documented (however,
\family sans
\bar under
H
\bar default
elp\SpecialChar \menuseparator
\bar under
L
\bar default
aTeX Configuration
\family default
gives an overview of the supported packages).
\end_layout
\begin_layout Description
\family typewriter
\series medium
DefaultFont
@ -8307,6 +8344,43 @@ EndPreamble
\begin_layout Description
\family typewriter
\series medium
Requires
\family default
\series default
[
\family typewriter
string
\family default
] Whether the layout requires the feature
\family typewriter
string
\family default
.
A feature is in general the name of a package (amsmath, makeidx, \SpecialChar \ldots{}
) or a
macro (url, boldsymbol,\SpecialChar \ldots{}
).
Multiple features must be separated by commas.
Note that you can only request supported features; unfortunately, the complete
list of supported features is not documented (however,
\family sans
\bar under
H
\bar default
elp\SpecialChar \menuseparator
\bar under
L
\bar default
aTeX Configuration
\family default
gives an overview of the supported packages).
\end_layout
\begin_layout Description
\family typewriter
\series medium
DependsOn
@ -8972,7 +9046,29 @@ reference "sec:style"
\end_inset
.
\end_layout
\begin_layout Description
\family typewriter
\series medium
Requires
\family default
\series default
[
\family typewriter
string
\family default
] See section\InsetSpace ~
\begin_inset CommandInset ref
LatexCommand ref
reference "sec:style"
\end_inset
.
\end_layout
\begin_layout Subsection

View File

@ -14,7 +14,7 @@
# 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.
Format 5
Format 6
Style Standard
Margin Static
LatexType Paragraph

View File

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

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
# Martin Vermeer <martin.vermeer@hut.fi>
Format 5
Format 6
Input agu_stdclass.inc
# Exclude higher, or equal, sections:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
# ftp://ftp.agu.org/journals/latex/journals
Format 5
Format 6
Input stdclass.inc
SecNumDepth 4

View File

@ -9,7 +9,7 @@
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
Format 5
Format 6
Input amsart.layout
# Change the definitions of the theorem-like environments to get unnumbered

View File

@ -13,7 +13,7 @@
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
Format 5
Format 6
Input amsart.layout
# Change the definitions of the theorem-like environments to get a

View File

@ -8,7 +8,7 @@
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
Format 5
Format 6
Columns 1
Sides 2
PageStyle Headers

View File

@ -9,7 +9,7 @@
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
Format 5
Format 6
Columns 1
Sides 2
PageStyle Headers

View File

@ -4,7 +4,7 @@
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
# Including the maths stuff
Format 5
Format 6
Input amsmaths.inc
# The AMS documentclasses use the package amsmath and provide the

View File

@ -33,7 +33,7 @@
# - Case (regular only -- defined as an enumeration)
Format 5
Format 6
Style Theorem
LatexName thm*

View File

@ -29,7 +29,7 @@
# - Assumption
# - Case (regular only -- defined as an enumeration)
Format 5
Format 6
# Use a simpler preamble.

View File

@ -32,7 +32,7 @@
# - Assumption
# - Case (regular only -- defined as an enumeration)
Format 5
Format 6
Counter

View File

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

View File

@ -3,5 +3,5 @@
# Arabic article textclass definition file.
# Author: Dekel Tsur <dekel@math.tau.ac.il>
Format 5
Format 6
Input article

View File

@ -3,7 +3,7 @@
# Arabic article textclass definition file.
# Author: Uwe Stöhr (uwestoehr@web.de)
Format 5
Format 6
Input article
Style LatinOn

View File

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

View File

@ -5,7 +5,7 @@
# $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
# Includes
Format 5
Format 6
Input stdcounters.inc
Input stdinsets.inc

View File

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

View File

@ -2,7 +2,7 @@
# Author: Uwe Stöhr <uwestoehr@web.de>
Format 5
Format 6
Preamble
\usepackage{braille}

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# Character Styles definition
Format 5
Format 6
InsetLayout Element:Filename
LyXType element
LabelString Filename

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
# DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org>
Format 5
Format 6
Input db_stdclass.inc
# Exclude higher, or equal, sections:

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#\DeclareLyXModule[endnotes.sty]{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote}
#\DeclareLyXModule{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote}
Format 5
Format 6
InsetLayout Custom:Endnote
LyXType custom
@ -11,7 +11,5 @@ InsetLayout Custom:Endnote
Size Small
EndFont
LabelString endnote
Preamble
\usepackage{endnotes}
EndPreamble
Requires endnotes
End

View File

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

View File

@ -5,7 +5,7 @@
# General textclass parameters
Format 5
Format 6
Columns 1
Sides 1
SecNumDepth -1

View File

@ -2,7 +2,7 @@
# \DeclareLaTeXClass[extarticle]{article (more font sizes)}
# Herbert Voss <voss@lyx.org>
Format 5
Format 6
Input article.layout
# change available fontsizes

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,9 @@
#\DeclareLyXModule[endnotes.sty]{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End}
#\DeclareLyXModule{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End}
Format 5
Format 6
Requires endnotes
Preamble
\usepackage{endnotes}
\let\footnote=\endnote
EndPreamble

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
#Copyright Peter R. Wilson.
#Released under the LaTeX Project Public License.
Format 5
Format 6
Style Hanging
LatexType Environment

View File

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

View File

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

View File

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

View File

@ -9,7 +9,7 @@
#
# Version 1 2006-04-09 - First version, for LyX 1.4.0.
Format 5
Format 6
Input stdclass.inc
Input numarticle.inc

View File

@ -12,7 +12,7 @@
# Version 3 2006-04-09 - Updated for LyX 1.4.0; all environments defined by
# ijmpd are now supported by LyX.
Format 5
Format 6
Input stdclass.inc
Input numarticle.inc

View File

@ -3,7 +3,7 @@
# IOP article textclass definition file.
# Author: Uwe Stöhr (uwestoehr@web.de)
Format 5
Format 6
Columns 1
Sides 1

View File

@ -8,7 +8,7 @@
# Heavily modifed and enhanced by serveral developers.
# Input general definitions
Format 5
Format 6
Input stdclass.inc
Sides 2
Columns 2

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,8 @@
#\DeclareLyXModule[covington.sty]{Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup).}{Linguistics}
#\DeclareLyXModule{Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup).}{Linguistics}
# Author: Jürgen Spitzmüller <spitz@lyx.org>
Format 5
Format 6
# single numbered example with covington.sty
Style Numbered_Example_(multiline)
@ -24,9 +24,7 @@ Style Numbered_Example_(multiline)
Shape Italic
Color Blue
EndFont
Preamble
\usepackage{covington}
EndPreamble
Requires covington
End
@ -49,9 +47,8 @@ Style Subexample
LatexName subexample
LeftMargin XSubexample:
LabelString "Subexample:"
Requires covington,enumitem
Preamble
\usepackage{covington}
\usepackage{enumitem}
\newenvironment{subexample}{%
\begin{example}\begin{enumerate}[leftmargin=1.7em]
\renewcommand\theenumi{\alph{enumi}}
@ -76,8 +73,8 @@ InsetLayout Custom:Glosse
MultiPar true
PassThru true
FreeSpacing true
Requires covington
Preamble
\usepackage{covington}
\@ifundefined{linggloss}{%
\newenvironment{linggloss}[1]{%
\gll #1}
@ -100,8 +97,8 @@ InsetLayout Custom:Tri-Glosse
MultiPar true
PassThru true
FreeSpacing true
Requires covington
Preamble
\usepackage{covington}
\@ifundefined{lingglosss}{%
\newenvironment{lingglosss}[1]{%
\glll #1}
@ -143,8 +140,8 @@ InsetLayout CharStyle:Meaning
LabelString meaning
LatexType command
LatexName lingmeaning
Requires csquotes
Preamble
\usepackage{csquotes}
\newcommand{\lingmeaning}[1]{\enquote*{#1}}
EndPreamble
End

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
# Author : Martin vermeer <martin.vermeer@hut.fi>
Format 5
Format 6
InsetLayout CharStyle:Noun
LyxType charstyle
@ -12,9 +12,7 @@ InsetLayout CharStyle:Noun
Font
Shape Smallcaps
EndFont
Preamble
\newcommand{\noun}[1]{\textsc{#1}}
EndPreamble
Requires noun
End

View File

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

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
# General textclass parameters
Format 5
Format 6
Columns 1
Sides 1
SecNumDepth -1

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# Author : André Pönitz
# This include file contains label definitions for an article-like numbering.
Format 5
Format 6
# appendix applies to sections.
Counter

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
###
# General textclass parameters
###
Format 5
Format 6
Columns 1
Sides 1
Provides url 1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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