Skip to content

Commit 837fc82

Browse files
committed
Turn off ligature formation in \texttt. In a couple of places, we were
rendering << or >> as guillemets.
1 parent 4c21b19 commit 837fc82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/std.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
%% add special hyphenation rules
7171
\hyphenation{tem-plate ex-am-ple in-put-it-er-a-tor name-space name-spaces}
7272

73+
%%--------------------------------------------------
74+
%% turn off all ligatures inside \texttt
75+
\DisableLigatures{encoding = T1, family = tt*}
76+
7377
\begin{document}
7478
\chapterstyle{cppstd}
7579
\pagestyle{cpppage}

0 commit comments

Comments
 (0)