Bianca Schöne wrote:
> So basically, I want the naming (A and B instead of A1 and A2) of
> chapters, but the formatting of sections. (A minimal file is
> included.)

Here's a hackish solution (note that this only affects the output, not the 
display in the LyX window):

\usepackage{chngcntr}
\renewcommand*\appendix{\par\clearpage%
 \thispagestyle{plain}
  \setcounter{chapter}{0}%
  \setcounter{section}{0}%
  \gdef\@chapapp{\appendixname}%
  \gdef\thechapter{\@Alph\c@chapter}%
  \csname appendixmore\endcsname
\gdef\thesection{\@Alph\c@section}%
\renewcommand*\thefigure{%
  \thesection.%
  \@arabic\c@figure
 }
\counterwithin{figure}{section}
}

HTH,
Jürgen

Reply via email to