The mwcls tag has no wiki summary.
2
votes
1answer
74 views
How can I include bibliography into numbering?
\documentclass[12pt,a4paper]{mwrep}
...
\chapter{First chapter}
...
\chapter{Another chapter}
...
\begin{thebibliography}{999}
...
\end{thebibliography}
I have in ToC:
1. First chapter ....... 1 ...
1
vote
2answers
125 views
How can I change the font size of headings using mwcls?
I use \documentclass mwrep.
I want to change:
chapter to have font size 14pt bold
section to have font size 13pt bold
subsection to have font size 12pt bold italic
1
vote
1answer
456 views
Changing heading of appendix
\documentclass{mwrep}
\begin{document}
\tableofcontents
\chapter{Blabla}
Aaaa
\chapter{Lablab}
Silly equation \ref{eq:silly} in appendix \ref{ap:1}.
\appendix
\chapter{Something more}\label{ap:1}
...