From 64f0b7b95d5476b59ceeb0d07609f6c8ff4d97fb Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Mon, 20 Jun 2011 23:15:27 +0000 Subject: [PATCH] * revtex4.layout : Adapt the various Affiliation styles. Also add the Collaboration style supported by REVTeX4. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39162 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/revtex4.layout | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/lib/layouts/revtex4.layout b/lib/layouts/revtex4.layout index b585f06d25..f002029053 100644 --- a/lib/layouts/revtex4.layout +++ b/lib/layouts/revtex4.layout @@ -148,13 +148,26 @@ Style Affiliation End -Style AltAffiliation +Style Affiliation_(alternate) CopyStyle Affiliation PassThru 1 ParbreakIsNewline 1 LatexName altaffiliation OptionalArgs 1 - LabelString "AltAffiliation" + LabelString "Affiliation (alternate):" +End + + +Style Affiliation_(none) + CopyStyle Affiliation + KeepEmpty 1 + LabelString "No affiliation" + LatexName noaffiliation% +End + + +Style AltAffiliation + ObsoletedBy Affiliation_(alternate) End @@ -167,6 +180,13 @@ Style Address End +Style Collaboration + CopyStyle Affiliation + LatexName collaboration + LabelString "Collaboration:" +End + + Style Thanks CopyStyle Affiliation LatexName thanks -- 2.39.5