Skip to content
Snippets Groups Projects
Unverified Commit 9c0e4d54 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Fix \thesis@lower and \thesis@upper on TeX Live 2018

parent 5d30b890
No related branches found
No related tags found
No related merge requests found
...@@ -1742,16 +1742,10 @@ ...@@ -1742,16 +1742,10 @@
% \begin{macrocode} % \begin{macrocode}
\def\thesis@lower#1{{% \def\thesis@lower#1{{%
\let\ea\expandafter \let\ea\expandafter
\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\lowercase\ea\ea\ea \ea\MakeLowercase\ea{\csname thesis@#1\endcsname}}}
\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea{\ea\ea\ea\ea\ea\ea\ea\ea\ea
\ea\ea\ea\ea\ea\ea\@gobble\ea\ea\ea\string\ea\csname\csname the%
sis@#1\endcsname\endcsname}}}
\def\thesis@upper#1{{% \def\thesis@upper#1{{%
\let\ea\expandafter \let\ea\expandafter
\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\uppercase\ea\ea\ea \ea\MakeUppercase\ea{\csname thesis@#1\endcsname}}}
\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea\ea{\ea\ea\ea\ea\ea\ea\ea\ea\ea
\ea\ea\ea\ea\ea\ea\@gobble\ea\ea\ea\string\ea\csname\csname the%
sis@#1\endcsname\endcsname}}}
% \end{macrocode} % \end{macrocode}
% The \DescribeMacro{\thesis@@lower}|\thesis@@lower| % The \DescribeMacro{\thesis@@lower}|\thesis@@lower|
% and \DescribeMacro{\thesis@@upper}|\thesis@@upper| % and \DescribeMacro{\thesis@@upper}|\thesis@@upper|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment