mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
various small fixes to layout files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9933 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9af734ff8a
commit
d33531c567
@ -1,3 +1,11 @@
|
||||
2005-05-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* layouts/llncs.layout: fix some font sizes; change description;
|
||||
fix subsection counter.
|
||||
|
||||
* layouts/apa.layout:
|
||||
* layouts/seminar.layout: fix numbering; change description
|
||||
|
||||
2005-05-09 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* ui/classic.ui:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass[apa,apacite.sty]{APA style}
|
||||
# \DeclareLaTeXClass[apa,apacite.sty]{article (APA)}
|
||||
# Author: Randy Gobbel <gobbel@andrew.cmu.edu>
|
||||
|
||||
Columns 1
|
||||
@ -340,6 +340,9 @@ Style Seriate
|
||||
ParSep 0.0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumII
|
||||
LabelType Counter
|
||||
LabelCounter enumii
|
||||
LabelString "(\alph{enumii})"
|
||||
LabelStringAppendix "(\alph{enumii})"
|
||||
End
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass{Springer - Lecture Notes in Comp. Sci.}
|
||||
# \DeclareLaTeXClass{article (LNCS)}
|
||||
# llncs (article) textclass definition file.
|
||||
# --------
|
||||
#
|
||||
@ -42,10 +42,6 @@ End
|
||||
|
||||
|
||||
Style Section
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
@ -54,8 +50,7 @@ End
|
||||
|
||||
|
||||
Style Subsection
|
||||
LabelType Counter_Subsection
|
||||
LabelFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
@ -63,7 +58,7 @@ End
|
||||
|
||||
|
||||
Style Subsubsection
|
||||
LabelFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
@ -1,16 +1,16 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass{seminar}
|
||||
# \DeclareLaTeXClass{slides (seminar)}
|
||||
# Initial attemt at makeing a LyX layout file for the seminar class.
|
||||
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
Input stdclass.inc
|
||||
Input numarticle.inc
|
||||
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
Sides 1
|
||||
Columns 1
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user