Nirmal Govind wrote: > Thanks for the link Juergen.. I checked it out and looks like I can change > the title of appendices only for classes that provide the chapter > environment. So with the article class, I wasn't able to change the title > of my appendices to have "Appendix" prefixed.. (I used the appendices > environment provided by appendix.sty with the "title" option).
You have to use the appendices environment. Try the attached example. Juergen.
#LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass article \begin_preamble \usepackage[title,toc,titletoc]{appendix} \end_preamble \language ngerman \inputencoding auto \fontscheme default \graphics default \paperfontsize default \spacing single \papersize Default \paperpackage a4 \use_geometry 0 \use_amsmath 0 \use_natbib 0 \use_numerical_citations 0 \paperorientation portrait \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \defskip medskip \quotes_language german \quotes_times 2 \papercolumns 1 \papersides 1 \paperpagestyle default \layout Standard \begin_inset LatexCommand \tableofcontents{} \end_inset \layout Section a section \layout Standard blksdk sdjsdjds jjsdjds \layout Standard \begin_inset ERT status Inlined \layout Standard \backslash begin{appendices} \layout Standard \backslash renewcommand \backslash thesection{ \backslash arabic{section}} \end_inset \layout Section first appendix \layout Standard fkfkfkf \layout Section second appendix \layout Standard jhhjhj \layout Standard \begin_inset ERT status Inlined \layout Standard \backslash end{appendices} \end_inset \the_end
