fix a couple of layouts in llncs (Bug 1068)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6903 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-04-30 15:34:05 +00:00
parent 70b4c785d2
commit 6a71cbb04e
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-04-30 Michael Schmitt <Michael.Schmitt@teststep.org>
* layouts/llncs.layout: remove Chapter and Mail layouts (did not
work). Add Email layout
2003-04-30 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (dist-hook): get documentation from BRANCH_1_3_X

View File

@ -97,6 +97,7 @@ Input stdstarsections.inc
# Remove the ones that we do not want
NoStyle Part
NoStyle Part*
NoStyle Chapter
# Some standard things
Input stdlayouts.inc
@ -224,7 +225,7 @@ End
Style TOC_Author
CopyStyle "Running LaTeX Title"
LatexName tocauthor
LeftMargin "TOC Author :xxx"
LeftMargin "TOC Author:xxx"
LabelString "TOC Author: "
End
@ -253,11 +254,11 @@ End
#
#
# Correspondence address style definition
Style Mail
Style Email
CopyStyle "Running LaTeX Title"
LatexName mail
LeftMargin "Corr Author:xx."
LabelString "Corr Author: "
LatexName email
LeftMargin "Email:xxx"
LabelString "Email: "
End
# Abstract style definition

View File

@ -90,6 +90,8 @@ What's new
- fix document class for mwbk textclass
- fix a couple of layouts in llncs [Bug #1068]
- fix building of xforms dialogs' source on SMP machines [Bug #944,
xforms only]