Code: Select all
\begin{flushright}
1.appendix
\end{flushright}
- work with LaTeX standard sectioning features
- or use packages such as the mentioned titlesec package, titletoc or tocloft to customize headings and table of contents entries.
Stefan
Code: Select all
\begin{flushright}
1.appendix
\end{flushright}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\renewcommand{\appendixname}{\arabic{section}.\arabic{equation}}
\appendix
\renewcommand{\thesection}{\arabic{section}}
\titlecontents{section}
[3.5em]%
{\vspace{0.5em}}%
{\contentslabel{1.5em}}%
{\hspace*{-1.5em}}%
{\titlerule*[1pc]{.}\contentspage}
[]
\titleformat{\section}
{\normalsize\filleft}
{\thesection.}
{0em}
{}
[]
\section[Appendix. DM Matlab code]{Appendix}
\label{a:DM}
\begin{center}
{\Large{\bf{DM Matlab code}}}
\end{center}
NEW: TikZ book now 40% off at Amazon.com for a short time.