Skip to content

Commit da5fa31

Browse files
jensmaurertkoeppe
authored andcommitted
[std] Format URLs in blue regular font
See ISO/IEC Directives, Part 2, section 6.5 Supplementary content Fixes ISO/CS comment (C++23 proof)
1 parent 0680a08 commit da5fa31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/std.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
colorlinks=true,
4444
linkcolor=blue,
4545
citecolor=blue,
46+
urlcolor=blue, % ISO/IEC Directives, Part 2, section 6.5
4647
plainpages=false}
4748
\usepackage{memhfixc} % fix interactions between hyperref and memoir
4849
\usepackage[active,header=false,handles=false,copydocumentclass=false,generate=std-gram.ext,extract-cmdline={gramSec},extract-env={bnf,simplebnf}]{extract} % Grammar extraction
@@ -87,6 +88,10 @@
8788
%% turn off all ligatures inside \texttt
8889
\DisableLigatures{encoding = T1, family = tt*}
8990

91+
%%--------------------------------------------------
92+
%% select regular text font for \url
93+
\urlstyle{same}
94+
9095
\begin{document}
9196
\chapterstyle{cppstd}
9297
\pagestyle{cpppage}

0 commit comments

Comments
 (0)