Skip to content

Commit cdb242b

Browse files
committed
CONFIG: Switch to C++ in reference text
1 parent 80a5566 commit cdb242b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phdthesis.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383
\begin{tikzpicture}[remember picture, overlay]
8484
\node[c-mybox,minimum height=0.66\textheight,minimum width=1cm] (box) at (current page.east)
8585
{};% % end
86-
\node[c-fancytitle,rotate=-90,minimum width=0.21\textheight,rounded corners] at (box.west) {\texttt{C Reference}};
86+
\node[c-fancytitle,rotate=-90,minimum width=0.21\textheight,rounded corners] at (box.west) {\texttt{C++ Reference}};
8787
\end{tikzpicture}%
8888
} \else { %
8989
\begin{tikzpicture}[remember picture, overlay]
9090
\node[c-mybox,minimum height=0.66\textheight,minimum width=1cm] (box) at (current page.west)
9191
{};% % end
92-
\node[c-fancytitle,rotate=90,minimum width=0.21\textheight,rounded corners] at (box.east) {\texttt{C Reference}};
92+
\node[c-fancytitle,rotate=90,minimum width=0.21\textheight,rounded corners] at (box.east) {\texttt{C++ Reference}};
9393
\end{tikzpicture}%
9494
}% End ifodd
9595
\fi

0 commit comments

Comments
 (0)