uation.
>
> I have found a reference in the math manual in section "19.4. User-defined
> Numbering" but don't know how to implement that in LYX.
>
In the equation, type "\tag" and then, in the box that appears, type
"Program 1".
Richard
le of what I would like in the output file:
[start]
x = 2 (Program 1)
[end]
I would like the PDF file to display "(Program 1)" next to the equation.
I have found a reference in the math manual in section "19.4. User-defined
Numbering" but don't know how to implement
> and I'd prefer it was:
>
> I Chapter dfg
> 1 Section dhd
> a) Subsection sfgh
> b) Subsection dfds
> i) Subsubsection fjkf
>
> Is this possible?
In Latex preamble:
\renewcommand*{\thechapter...@roman\c@chapter}
\renewcommand*{\thesection...@arabic\c@section}
\renewcommand*{\thesubsection...@alph
?? 15.10.2010 22:19, Paul Rubin ??:
Try the titlesec package.
/Paul
Well, I have some progress. I managed to change the numbering of chapter
from arabic to roman with
\usepackage{sectsty}
\renewcommand{\thechapter}{\Roman{chapter}}
which is good. But, when I try
\renewcommand{\t
On 10/15/2010 02:57 PM, Emil Pavlov wrote:
I am using the Koma book class and I want to change the numbering
style of chapter, sections, etc. It is currently:
1 Chapter dfg
1.1 Section dhd
1.1.1 Subsection sfgh
1.1.2 Subsection dfds
1.1.2.1 Subsubsection fjkf
and I'd prefer it was:
I Chapter
Try the titlesec package.
/Paul
I am using the Koma book class and I want to change the numbering style
of chapter, sections, etc. It is currently:
1 Chapter dfg
1.1 Section dhd
1.1.1 Subsection sfgh
1.1.2 Subsection dfds
1.1.2.1 Subsubsection fjkf
and I'd prefer it was:
I Chapter dfg
1 Section dhd
a) Subsection sfgh
b) Subs