Skip to content

[localization] Change bold-slanted font, removes warning #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1006,14 +1006,14 @@

\pnum
Each of these functions
\tcode{is\textbf{\textit{F}}}
\tcode{is\textit{F}}
returns the result of the expression:

\begin{codeblock}
use_facet< ctype<charT> >(loc).is(ctype_base::@\textbf{\textit{F}}@, c)
use_facet< ctype<charT> >(loc).is(ctype_base::@\textit{F}@, c)
\end{codeblock}

where \textbf{\textit{F}} is the
where \tcode{\textit{F}} is the
\tcode{ctype_base::mask}
value corresponding to that function~(\ref{category.ctype}).\footnote{When
used in a loop, it is faster to cache the
Expand Down Expand Up @@ -1514,7 +1514,7 @@
namespace std {
class ctype_base {
public:
typedef @\textbf{\textit{T}}@ mask;
typedef @\textit{T}@ mask;

// numeric values are for exposition only.
static const mask space = 1 << 0;
Expand Down Expand Up @@ -5289,10 +5289,10 @@
\end{codeblock}

\pnum
Each of these functions \tcode{F}
Each of these functions \tcode{\textit{F}}
returns the result of calling the corresponding
virtual member function
\tcode{do_}\textbf\textit{{F}}\tcode{()}.
\tcode{do_\textit{F}()}.

\rSec4[locale.moneypunct.virtuals]{\tcode{moneypunct} virtual functions}

Expand Down