X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fnumrevtex.inc;h=1e6396430dfde08b7bcd3fddfebe1c174f5f7685;hb=dd60e2d9f4bdf091d38590f83546147610eca9a1;hp=a1c0ec0deccea439f136c0d3024371baa5b4071f;hpb=fb0be050d192a963849cfb33d78b58345662c559;p=lyx.git diff --git a/lib/layouts/numrevtex.inc b/lib/layouts/numrevtex.inc index a1c0ec0dec..1e6396430d 100644 --- a/lib/layouts/numrevtex.inc +++ b/lib/layouts/numrevtex.inc @@ -1,38 +1,39 @@ -# Author : André Pönitz +# Author : André Pönitz # This include files contains label definitions for a article-like numbering. - + +Format 80 Style Section - LabelType Counter + LabelType Static LabelCounter section LabelString "\Roman{section}." - LabelStringAppendix " Appendix \Alph{section}:" + LabelStringAppendix "Appendix \Alph{section}:" TocLevel 1 End Style Subsection - LabelType Counter + LabelType Static LabelCounter subsection - LabelString " \Alph{subsection}." - LabelStringAppendix " \arabic{subsection}." + LabelString "\Alph{subsection}." + LabelStringAppendix "\arabic{subsection}." TocLevel 2 End Style Subsubsection - LabelType Counter + LabelType Static LabelCounter subsubsection - LabelString " \arabic{subsubsection}." - LabelStringAppendix " \alph{subsubsection}." + LabelString "\arabic{subsubsection}." + LabelStringAppendix "\alph{subsubsection}." TocLevel 3 End Style Paragraph - LabelType Counter + LabelType Static LabelCounter paragraph - LabelString " \alph{paragraph}." - LabelStringAppendix " \alph{paragraph}." + LabelString "\alph{paragraph}." + LabelStringAppendix "\alph{paragraph}." TocLevel 4 End