Tagged Questions
5
votes
2answers
171 views
\StrMid and \MakeUppercase problem
What's wrong with this:
\documentclass{minimal}
\usepackage{xstring}
\begin{document}
\newcommand{\cim}{c1095}
\StrMid{\MakeUppercase{\cim}}{1}{1}
\StrMid{\cim}{2}{100}
\end{document}
...
2
votes
2answers
572 views
Error when trying to use \MakeTextUppercase to customize the table of contents
I get the following error when trying to use \MakeTextUppercase to customize the table of contents:
! Undefined control sequence.
\find@pdflink ...ode \protected@edef \Hy@testname
...
5
votes
2answers
561 views
Centering and \MakeUppercase with linebreaks
I wish to make the list of authors show up as centered, uppercase and listed vertically on my titlepage. My documentclass contains a section like this
\begin{center}
...
...