mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 17:09:41 +00:00
layout files changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2690 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e95c44f542
commit
80f82c5c20
@ -1,4 +1,12 @@
|
|||||||
|
2001-09-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* layouts/entcs.layout: renamed from encts.layout (stupid typo!);
|
||||||
|
restrict font size to `11pt'
|
||||||
|
|
||||||
|
* layouts/cv.layout: rename SubSection layout to Subsection
|
||||||
|
|
||||||
2001-09-03 Yves Bastide <stid@libd-pc11.univ-bpclermont.fr>
|
2001-09-03 Yves Bastide <stid@libd-pc11.univ-bpclermont.fr>
|
||||||
|
|
||||||
* reLyX/reLyX.in: fix initialization before BEGIN block.
|
* reLyX/reLyX.in: fix initialization before BEGIN block.
|
||||||
|
|
||||||
2001-09-02 Dekel Tsur <dekelts@tau.ac.il>
|
2001-09-02 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
@ -46,7 +46,7 @@ Style Section
|
|||||||
End
|
End
|
||||||
|
|
||||||
# Section style definition
|
# Section style definition
|
||||||
Style SubSection
|
Style Subsection
|
||||||
CopyStyle Section
|
CopyStyle Section
|
||||||
LatexName subsection
|
LatexName subsection
|
||||||
Margin Static
|
Margin Static
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
#% Do not delete the line below; configure depends on this
|
#% Do not delete the line below; configure depends on this
|
||||||
# \DeclareLaTeXClass{article (ENTCS)}
|
# \DeclareLaTeXClass{article (ENTCS)}
|
||||||
# Based on LyX article class; modified to support ENTCS class
|
# Based on LyX article class; modified to support ENTCS class
|
||||||
# R.R.T. 27/5-2/6/01
|
# Reuben Thomas (rrt@sc3d.org) 27/5-2/6/01
|
||||||
|
|
||||||
Input article.layout
|
Input article.layout
|
||||||
|
|
||||||
|
# only font size 11pt is really available
|
||||||
|
ClassOptions
|
||||||
|
FontSize 11
|
||||||
|
End
|
||||||
|
|
||||||
Style Title
|
Style Title
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName settitle
|
LatexName settitle
|
Loading…
x
Reference in New Issue
Block a user