Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOC fix for new format requirement #10

Open
qmou opened this issue Nov 22, 2015 · 0 comments
Open

TOC fix for new format requirement #10

qmou opened this issue Nov 22, 2015 · 0 comments

Comments

@qmou
Copy link

qmou commented Nov 22, 2015

The @chapter command needs to be patched so the chapter titles in TOC are all Capitalized. The following fix in asudis.sty worked for me:

\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
                        \refstepcounter{chapter}%
                        \typeout{\@chapapp\space\thechapter.}%
                        \addcontentsline{toc}{chapter}%
                        {\protect\numberline{\thechapter}\MakeUppercase{#1}}%
                    \else
                        \addcontentsline{toc}{chapter}{\MakeUppercase{#1}}%
                    \fi
                    \chaptermark{#1}%

Ref: http://tex.stackexchange.com/questions/23558/typeset-cftchapfont-as-uppercase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant