File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 46
46
\setkomafont {subsection}{\normalsize\itshape }
47
47
\renewcommand *\thesection {\upshape\arabic {section}}
48
48
49
- % Use uppercase numbers for numbered lists.
50
- % (We're using lowercase ones for the body text.)
51
- % See http://tex.stackexchange.com/a/133186
52
49
\usepackage {enumitem }
53
- \setlist [enumerate]{font=\addfontfeatures {Numbers=LowercaseOff}}
54
50
55
51
% Custom footer
56
52
\usepackage {scrlayer-scrpage }
123
119
124
120
% C++ looks nicer if the ++ is in a monospace font and raised a bit.
125
121
% Also, use uppercase numbers to match the capital C.
126
- \newcommand {\cplusplus }[1]{C\kern -0.1ex\raisebox {0.15ex}{\texttt {++ }}{ \addfontfeature {Numbers=LowercaseOff}#1} }
127
- \newcommand {\clang }[1]{C{ \addfontfeature {Numbers=LowercaseOff}#1} }
122
+ \newcommand {\cplusplus }[1]{C\kern -0.1ex\raisebox {0.15ex}{\texttt {++ }}}
123
+ \newcommand {\clang }[1]{C}
128
124
\newcommand {\csharp }{C\raisebox {0.25ex}{\# }}
129
125
130
126
\newcommand {\fig }[1]{Figure~\ref {#1 }}
You can’t perform that action at this time.
0 commit comments