mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix conflicting inset font defaults (bug #8874)
This makes the defaults of Inset::inheritFont() and Inset::resetFontEdit() compatible. There is no user visible change except for the Chunk inset which does not produce invalid LaTeX after editing operations anymore. This is the safe version for 2.1.0, for later there are still open questions: - All insets with ResetsFont true should be audited: Is this really needed, or do they show similar editing problems as the Chunk inset? - Does inheritFont() need to be customizable in the layout file as well? - Is resetFontEdit() != !inheritFont() needed at all? I did not use change tracking for the docs, since I updated all existing translations.
This commit is contained in:
parent
e621229ee3
commit
6b49b6b129
@ -18011,7 +18011,7 @@ status collapsed
|
||||
|
||||
] Whether this inset should use the font of its surrounding environment
|
||||
or uses its own.
|
||||
Default is true: uses its own.
|
||||
Default is false: use the font of the surrounding environment.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
@ -17022,8 +17022,8 @@ status collapsed
|
||||
|
||||
\end_inset
|
||||
|
||||
] Ob die Einfügung die Schrift der benachbarten Umgebungen verwenden soll
|
||||
oder seine eigene.
|
||||
] Ob die Einfügung die Schrift der übergeordneten Umgebung verwenden soll
|
||||
oder ihre eigene.
|
||||
Voreinstellung ist
|
||||
\begin_inset Flex Code
|
||||
status collapsed
|
||||
@ -17031,12 +17031,12 @@ status collapsed
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\emph on
|
||||
1
|
||||
0
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
: verwendet seine Eigene.
|
||||
: verwendet die Schrift der übergeordneten Umgebung.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
@ -18263,7 +18263,7 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
] Si este recuadro debería usar la tipografía de su entorno o la suya propia.
|
||||
Por omisión es su propia tipografía.
|
||||
Por omisión es la tipografía de su entorno.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
@ -19600,7 +19600,7 @@ status collapsed
|
||||
|
||||
] indique si l'insert doit utiliser la police de caractères environnante
|
||||
ou bien utiliser la sienne propre.
|
||||
Valeur implicite: vrai, utiliser sa propre police.
|
||||
Valeur implicite: faux, utiliser la police de caractères environnante.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
|
||||
# Uwe Stöhr <uwestoehr@web.de>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
Input theorems-ams.module
|
||||
Input theorems-bytype.module
|
||||
|
@ -6,7 +6,7 @@
|
||||
# IEEtran Computer Society textclass definition file.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Input IEEEtran.layout
|
||||
|
||||
@ -42,6 +42,7 @@ InsetLayout Flex:Author_Footnote
|
||||
Color blue
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
# IEEtran Magnetics textclass definition file.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Input IEEEtran.layout
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
# IEEtran textclass definition file.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Sides 1
|
||||
SecNumDepth 3
|
||||
@ -100,6 +100,7 @@ InsetLayout Flex:IEEE_membership
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -151,6 +152,7 @@ InsetLayout Flex:Author_Name
|
||||
Color blue
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -188,6 +190,7 @@ InsetLayout Flex:Author_Mark
|
||||
Color latex
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -294,6 +297,7 @@ InsetLayout Flex:Paragraph_Start
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Author: Yihui Xie
|
||||
# Modified by: Scott Kostyshak
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Input stdclass.inc
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# 2013-05-26 Updated for aa.cls version 8.2
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 2
|
||||
Sides 2
|
||||
SecNumDepth 3
|
||||
@ -355,6 +355,7 @@ InsetLayout Flex:Institute
|
||||
Font
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -366,6 +367,7 @@ InsetLayout Flex:E-Mail
|
||||
Family Typewriter
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
|
@ -15,7 +15,7 @@
|
||||
# and reconfigure LyX (after running texhash, of course).
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 2
|
||||
Sides 2
|
||||
SecNumDepth 3
|
||||
|
@ -35,7 +35,7 @@
|
||||
# Version 1.5 26/11/12 - added mandatory argument for \altaffiltext
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
#SecNumDepth 3
|
||||
|
@ -4,7 +4,7 @@
|
||||
# textclass definition file for achemso 3.7c
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
@ -279,6 +279,7 @@ InsetLayout Flex:Bibnote
|
||||
Size Small
|
||||
EndFont
|
||||
MultiPar true
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -6,6 +6,6 @@
|
||||
#
|
||||
# Author: Gioele Barabucci
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input acm-sigs.inc
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Author: Gioele Barabucci
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
|
||||
Columns 2
|
||||
|
@ -6,6 +6,6 @@
|
||||
#
|
||||
# Author: Gioele Barabucci
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input acm-sigs.inc
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# ACM style files can be obtained at
|
||||
# http://www.acm.org/sigs/pubs/proceed/template.html
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input agu_stdclass.inc
|
||||
|
||||
# Exclude higher, or equal, sections:
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
OutputType docbook
|
||||
|
||||
Columns 1
|
||||
@ -44,6 +44,7 @@ InsetLayout Flex:Firstname
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Fname
|
||||
@ -58,6 +59,7 @@ InsetLayout Flex:Fname
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -73,6 +75,7 @@ InsetLayout Flex:Surname
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -88,6 +91,7 @@ InsetLayout Flex:Filename
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -103,6 +107,7 @@ InsetLayout Flex:Literal
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -119,6 +124,7 @@ InsetLayout Flex:Emph
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -130,6 +136,7 @@ InsetLayout Flex:Abbrev
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -141,6 +148,7 @@ InsetLayout Flex:Citation-number
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -152,6 +160,7 @@ InsetLayout Flex:Volume
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -163,6 +172,7 @@ InsetLayout Flex:Day
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -174,6 +184,7 @@ InsetLayout Flex:Month
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -185,6 +196,7 @@ InsetLayout Flex:Year
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -196,6 +208,7 @@ InsetLayout Flex:Issue-number
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -207,6 +220,7 @@ InsetLayout Flex:Issue-day
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -218,6 +232,7 @@ InsetLayout Flex:Issue-months
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# This include file contains all the counters that are defined as standard
|
||||
# in AGU-Article LyX layouts.
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Counter sect1
|
||||
Within section
|
||||
End
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdlists.inc
|
||||
|
||||
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdsections.inc
|
||||
|
||||
Style Part
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdtitle.inc
|
||||
|
||||
|
||||
@ -327,6 +327,7 @@ InsetLayout Flex:ISSN
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -338,6 +339,7 @@ InsetLayout Flex:CODEN
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
# Inside Special-section:
|
||||
@ -350,6 +352,7 @@ InsetLayout Flex:SS-Code
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -361,6 +364,7 @@ InsetLayout Flex:SS-Title
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
# Inside Copyright:
|
||||
@ -373,6 +377,7 @@ InsetLayout Flex:CCC-Code
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -386,6 +391,7 @@ InsetLayout Flex:Code
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -397,6 +403,7 @@ InsetLayout Flex:Dscr
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
# Inside Keywords:
|
||||
@ -409,6 +416,7 @@ InsetLayout Flex:Keyword
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
#inside Affiliation:
|
||||
@ -421,6 +429,7 @@ InsetLayout Flex:Orgdiv
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -432,6 +441,7 @@ InsetLayout Flex:Orgname
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -443,6 +453,7 @@ InsetLayout Flex:Street
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -454,6 +465,7 @@ InsetLayout Flex:City
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -465,6 +477,7 @@ InsetLayout Flex:State
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -476,6 +489,7 @@ InsetLayout Flex:Postcode
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
@ -487,6 +501,7 @@ InsetLayout Flex:Country
|
||||
LabelFont
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author: Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input aguplus.inc
|
||||
|
||||
ClassOptions
|
||||
|
@ -6,7 +6,7 @@
|
||||
# ftp://ftp.agu.org/journals/latex/journals
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
|
||||
SecNumDepth 4
|
||||
|
@ -4,7 +4,7 @@
|
||||
# AGUTeX textclass definition file.
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
#Author: Jürgen Spitzmüller
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires algorithm2e
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
|
||||
# Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 2
|
||||
|
@ -12,7 +12,7 @@
|
||||
# Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 2
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
|
||||
|
||||
# Including the maths stuff
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# the environments copied from the old amsart.layout are:
|
||||
# - Bibliography
|
||||
|
@ -3,7 +3,7 @@
|
||||
# \DeclareCategory{Articles}
|
||||
# Author: Randy Gobbel <gobbel@andrew.cmu.edu>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
|
@ -3,7 +3,7 @@
|
||||
# \DeclareCategory{Articles}
|
||||
# Author: Jacob Bishop <bishop.jacob@gmail.com> based on the apa
|
||||
# layout written by Randy Gobbel.
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
|
@ -4,5 +4,5 @@
|
||||
# Arabic article textclass definition file.
|
||||
# Author: Dekel Tsur <dekel@math.tau.ac.il>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input article
|
||||
|
@ -3,7 +3,7 @@
|
||||
# \DeclareCategory{Articles}
|
||||
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# Includes
|
||||
Input beamer.layout
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Transposed by Pascal André <andre@via.ecp.fr>
|
||||
# Heavily modifed and enhanced by serveral developers.
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
|
||||
SecNumDepth 3
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
# Author: Julien Rioux <jrioux@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
CiteEngineType default
|
||||
DefaultBiblio plain
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Richard Heck <rgheck@lyx.org>, Martin Vermeer <martin.vermeer@hut.fi> and probably others.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
#
|
||||
# GLOBAL SETTINGS
|
||||
@ -1339,6 +1339,7 @@ InsetLayout Flex:Bold
|
||||
LeftDelim <
|
||||
RightDelim >
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Emphasize
|
||||
@ -1356,6 +1357,7 @@ InsetLayout Flex:Emphasize
|
||||
LeftDelim <
|
||||
RightDelim >
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Alert
|
||||
@ -1373,6 +1375,7 @@ InsetLayout Flex:Alert
|
||||
LeftDelim <
|
||||
RightDelim >
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Structure
|
||||
@ -1390,6 +1393,7 @@ InsetLayout Flex:Structure
|
||||
LeftDelim <
|
||||
RightDelim >
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Only
|
||||
@ -1408,6 +1412,7 @@ InsetLayout Flex:Only
|
||||
RightDelim >
|
||||
AutoInsert 1
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Uncover
|
||||
@ -1426,6 +1431,7 @@ InsetLayout Flex:Uncover
|
||||
RightDelim >
|
||||
AutoInsert 1
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Visible
|
||||
@ -1444,6 +1450,7 @@ InsetLayout Flex:Visible
|
||||
RightDelim >
|
||||
AutoInsert 1
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Invisible
|
||||
@ -1462,6 +1469,7 @@ InsetLayout Flex:Invisible
|
||||
RightDelim >
|
||||
AutoInsert 1
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Alternative
|
||||
@ -1484,6 +1492,7 @@ InsetLayout Flex:Alternative
|
||||
Tooltip "Enter the default text here"
|
||||
Mandatory 1
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Beamer_Note
|
||||
@ -1506,6 +1515,7 @@ InsetLayout Flex:Beamer_Note
|
||||
LabelString "Note Options"
|
||||
Tooltip "Specifiy note options (see beamer manual)"
|
||||
EndArgument
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:ArticleMode
|
||||
@ -1516,6 +1526,7 @@ InsetLayout Flex:ArticleMode
|
||||
Decoration classic
|
||||
LabelString Article
|
||||
MultiPar true
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:PresentationMode
|
||||
@ -1526,6 +1537,7 @@ InsetLayout Flex:PresentationMode
|
||||
Decoration classic
|
||||
LabelString Presentation
|
||||
MultiPar true
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#DescriptionEnd
|
||||
#Author: Uwe Stöhr <uwestoehr@web.de>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Style "Caption setup"
|
||||
LatexType command
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Heavily modifed and enhanced by serveral developers.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
Input numreport.inc
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#DescriptionEnd
|
||||
# Author: Uwe Stöhr <uwestoehr@web.de>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
AddToPreamble
|
||||
\usepackage{braille}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# For theater plays
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 2
|
||||
|
@ -17,7 +17,7 @@
|
||||
# \vspace*{-0.5in})
|
||||
#
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires chess
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Springer's cl2emult textclass definition file.
|
||||
# Author : André Poenitz
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 2
|
||||
|
@ -2,7 +2,7 @@
|
||||
# \DeclareLaTeXClass[ctexart,savesym.sty,xeCJK.sty]{Chinese Article (CTeX)}
|
||||
# \DeclareCategory{Articles}
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# Read the definitions from article.layout
|
||||
Input article.layout
|
||||
|
@ -2,7 +2,7 @@
|
||||
# \DeclareLaTeXClass[ctexbook,savesym.sty,xeCJK.sty]{Chinese Book (CTeX)}
|
||||
# \DeclareCategory{Books}
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# Read the definitions from book.layout
|
||||
Input book.layout
|
||||
|
@ -2,7 +2,7 @@
|
||||
# \DeclareLaTeXClass[ctexrep,savesym.sty,xeCJK.sty]{Chinese Report (CTeX)}
|
||||
# \DeclareCategory{Reports}
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# Read the definitions from report.layout
|
||||
Input report.layout
|
||||
|
@ -6,7 +6,7 @@
|
||||
#DescriptionEnd
|
||||
#Author: Uwe Stöhr
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Style "Left Header"
|
||||
Category Header/Footer
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input lyxmacros.inc
|
||||
|
||||
Style Code
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
|
||||
# Character Styles definition
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
InsetLayout Flex:Filename
|
||||
LyXType element
|
||||
LabelString Filename
|
||||
@ -15,6 +15,7 @@ InsetLayout Flex:Filename
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Directory
|
||||
@ -30,6 +31,7 @@ InsetLayout Flex:Directory
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Firstname
|
||||
@ -41,6 +43,7 @@ InsetLayout Flex:Firstname
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Surname
|
||||
@ -52,6 +55,7 @@ InsetLayout Flex:Surname
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Literal
|
||||
@ -66,6 +70,7 @@ InsetLayout Flex:Literal
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Email
|
||||
@ -80,6 +85,7 @@ InsetLayout Flex:Email
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:KeyCombo
|
||||
@ -94,6 +100,7 @@ InsetLayout Flex:KeyCombo
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:KeyCap
|
||||
@ -108,6 +115,7 @@ InsetLayout Flex:KeyCap
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:GuiMenu
|
||||
@ -122,6 +130,7 @@ InsetLayout Flex:GuiMenu
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:GuiMenuItem
|
||||
@ -136,6 +145,7 @@ InsetLayout Flex:GuiMenuItem
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:GuiButton
|
||||
@ -150,6 +160,7 @@ InsetLayout Flex:GuiButton
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:MenuChoice
|
||||
@ -164,4 +175,5 @@ InsetLayout Flex:MenuChoice
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
OutputType docbook
|
||||
|
||||
Columns 1
|
||||
|
@ -4,7 +4,7 @@
|
||||
# This include file contains all the counters that are defined as standard
|
||||
# in Docbook LyX layouts.
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Counter sect1
|
||||
Within chapter
|
||||
End
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdlayouts.inc
|
||||
|
||||
Style Literal
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdlists.inc
|
||||
|
||||
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdsections.inc
|
||||
|
||||
Style Part
|
||||
|
@ -9,7 +9,7 @@
|
||||
# modifying the style of the regular sectioning layouts.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Style Part*
|
||||
CopyStyle Part
|
||||
Margin Static
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdstruct.inc
|
||||
|
||||
Style Abstract
|
||||
|
@ -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 48
|
||||
Format 49
|
||||
Input stdtitle.inc
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
# Modified by: Juergen Spitzmueller <spitz@lyx.org>
|
||||
# use English strings, localization is done by gettext!
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Input letter.layout
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author : Jose' Matos <jamatos@lyx.org>
|
||||
# hacked for books: Luc Abom <luc@abom.com>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input report
|
||||
Input db_stdclass.inc
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# DocBook textclass definition file.
|
||||
# Author : Jose' Matos <jamatos@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input db_stdclass.inc
|
||||
|
||||
Style Title
|
||||
|
@ -4,7 +4,7 @@
|
||||
# DocBook textclass definition file.
|
||||
# Author : Jose' Matos <jamatos@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input db_stdclass.inc
|
||||
|
||||
Style Title
|
||||
|
@ -4,7 +4,7 @@
|
||||
# DocBook textclass definition file.
|
||||
# Author : Jose' Matos <jamatos@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input db_stdclass.inc
|
||||
|
||||
# Exclude higher, or equal, sections:
|
||||
|
@ -6,5 +6,5 @@
|
||||
# TeX templates are found at http://www.inderscience.com/mapper.php?id=64
|
||||
#
|
||||
# Read the definitions from article.layout
|
||||
Format 48
|
||||
Format 49
|
||||
Input article.layout
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Author : Herbert Voss <voss@lyx.org> 2001/08/13
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 2
|
||||
SecNumDepth -1 # no counting
|
||||
|
@ -3,7 +3,7 @@
|
||||
# \DeclareCategory{Articles}
|
||||
# Author : Koji Yokota <yok...@res.otaru-uc.ac.jp>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input article.layout
|
||||
|
||||
TitleLatexType Environment
|
||||
@ -166,6 +166,7 @@ InsetLayout Flex:Thanks_Reference
|
||||
LabelString "Thanks Ref"
|
||||
ForcePlain 1
|
||||
BgColor background
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Internet_Address_Reference
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Converted article -> egs Martin Vermeer
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 2
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
|
@ -23,7 +23,7 @@
|
||||
# numbered sections, as does the class file.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle headings
|
||||
|
@ -4,7 +4,7 @@
|
||||
# elsarticle textclass definition file.
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
@ -4,7 +4,7 @@
|
||||
#\theendnotes in TeX-code where you want the endnotes to appear.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Counter endnotes
|
||||
PrettyFormat "Endnote ##"
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Based on LyX article class; modified to support ENTCS class
|
||||
# Reuben Thomas (rrt@sc3d.org) 27/5-2/6/01
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input article.layout
|
||||
|
||||
# only font size 11pt is really available
|
||||
|
@ -11,7 +11,7 @@
|
||||
# both KOMA and non-KOMA document classes.
|
||||
# 2011-01-12 bugfix: set elabeling label font to \normalfont.
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# The package enumitem provides user control over the layout of the three
|
||||
# basic list environments: enumerate, itemize and description. It supersedes
|
||||
|
@ -4,7 +4,7 @@
|
||||
#the section number to the equation number, as in '(2.1)'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires amsmath
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
# General textclass parameters
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth -1
|
||||
|
@ -3,7 +3,7 @@
|
||||
# \DeclareCategory{Articles}
|
||||
# Herbert Voss <voss@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input article.layout
|
||||
|
||||
# change available fontsizes
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Extended book textclass definition file.
|
||||
# Herbert Voss <voss@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input book.layout
|
||||
|
||||
# change available fontsizes
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Extended article textclass definition file.
|
||||
# Herbert Voss <voss@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input letter.layout
|
||||
|
||||
# change available fontsizes
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Extented report textclass definition file.
|
||||
# Herbert Voss <voss@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input report.layout
|
||||
|
||||
# change available fontsizes
|
||||
|
@ -4,7 +4,7 @@
|
||||
#the section number to the figure number, as in 'fig. 2.1'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires amsmath
|
||||
|
||||
|
@ -8,6 +8,6 @@
|
||||
|
||||
# Author : Patrick Atamaniuk <patrick-lyx@frobs.net>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires fix-cm
|
||||
|
@ -9,6 +9,6 @@
|
||||
|
||||
# Author : Georg Baum <baum@lyx.org>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires fixltx2e
|
||||
|
@ -7,7 +7,7 @@
|
||||
# To do: Define class specific options.
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#in TeX-code where you want the endnotes to appear.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Requires endnotes
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Layout file for the frletter class.
|
||||
# Author : Liviu Andronic and Uwe Stöhr
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
# Read the definitions from letter.layout
|
||||
Input letter.layout
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Letter textclass definition file.
|
||||
# Author : Thomas Hartkens <thomas@hartkens.de>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdinsets.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Thomas Hartkens <thomas@hartkens.de>
|
||||
|
||||
# Input general definitions
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
Input stdinsets.inc
|
||||
|
@ -11,7 +11,7 @@
|
||||
#Copyright Peter R. Wilson.
|
||||
#Released under the LaTeX Project Public License.
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Style Hanging
|
||||
LatexType Environment
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author: Dekel Tsur <dekel@math.tau.ac.il>
|
||||
# Few changes by Baruch Even <baruch.even@writeme.com>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input article
|
||||
|
||||
Preamble
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Hebrew letter textclass definition file.
|
||||
# Author: Dekel Tsur <dekel@math.tau.ac.il>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input letter
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
# Based on course given by Lars Davidson
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 2
|
||||
|
@ -12,7 +12,7 @@
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Sides 1
|
||||
Columns 1
|
||||
@ -185,6 +185,7 @@ InsetLayout Flex:Received
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Revised
|
||||
@ -202,6 +203,7 @@ InsetLayout Flex:Revised
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
@ -232,6 +234,7 @@ InsetLayout Flex:Keywords
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style Classification_Codes
|
||||
@ -256,6 +259,7 @@ InsetLayout Flex:TableCaption
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Refcite
|
||||
@ -273,6 +277,7 @@ InsetLayout Flex:Refcite
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style ItemList
|
||||
|
@ -17,7 +17,7 @@
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Sides 1
|
||||
Columns 1
|
||||
@ -175,6 +175,7 @@ InsetLayout Flex:Received
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Revised
|
||||
@ -192,6 +193,7 @@ InsetLayout Flex:Revised
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Comby
|
||||
@ -209,6 +211,7 @@ InsetLayout Flex:Comby
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
@ -259,6 +262,7 @@ InsetLayout Flex:TableCaption
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
InsetLayout Flex:Refcite
|
||||
@ -276,6 +280,7 @@ InsetLayout Flex:Refcite
|
||||
Color green
|
||||
Size Small
|
||||
EndFont
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style ItemList
|
||||
|
@ -5,7 +5,7 @@
|
||||
#DescriptionEnd
|
||||
#Authors: Pavel Sanda and Uwe Stöhr
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
AddToPreamble
|
||||
\@ifundefined{lettrine}{\usepackage{lettrine}}{}
|
||||
@ -20,6 +20,7 @@ InsetLayout Flex:Initial
|
||||
Size Large
|
||||
EndFont
|
||||
Requires lettrine
|
||||
ResetsFont true
|
||||
End
|
||||
|
||||
Style Initial
|
||||
|
@ -4,7 +4,7 @@
|
||||
# IOP article textclass definition file.
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Heavily modifed and enhanced by serveral developers.
|
||||
|
||||
# Input general definitions
|
||||
Format 48
|
||||
Format 49
|
||||
Input stdclass.inc
|
||||
Sides 2
|
||||
Columns 2
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
|
||||
|
||||
# This style provides japanese features
|
||||
Format 48
|
||||
Format 49
|
||||
Provides japanese 1
|
||||
|
||||
# Input general definitions
|
||||
|
@ -4,7 +4,7 @@
|
||||
# JASATeX textclass definition file.
|
||||
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
|
||||
|
||||
# This style provides japanese features
|
||||
Format 48
|
||||
Format 49
|
||||
Provides japanese 1
|
||||
|
||||
# Input general definitions
|
||||
|
@ -4,7 +4,7 @@
|
||||
# AGUplus JGR textclass definition file.
|
||||
# Author: Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
Format 48
|
||||
Format 49
|
||||
Input aguplus.inc
|
||||
|
||||
ClassOptions
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Author : Koji Yokota (yokota@res.otaru-uc.ac.jp)
|
||||
|
||||
# This style provides japanese features
|
||||
Format 48
|
||||
Format 49
|
||||
Provides japanese 1
|
||||
|
||||
# Input general definitions
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user