Skip to content

Commit

Permalink
Don't use real example environment for examples containing \pnums.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Jun 20, 2017
1 parent b04a409 commit fa55f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/locales.tex
Expand Up @@ -5088,7 +5088,7 @@
write a data file in a fixed format, regardless of a user's preference.

\pnum
\begin{example}
\noteintro{Example}
Here is an example of the use of locales in a library interface.

\begin{codeblock}
Expand Down Expand Up @@ -5147,7 +5147,7 @@
return s;
}
\end{codeblock}
\end{example}
\noteoutro{example}

\pnum
A locale object may be extended with a new facet simply by constructing
Expand All @@ -5158,7 +5158,7 @@
which identifies your class interface as a new facet.

\pnum
\begin{example}
\noteintro{Example}
Classifying Japanese characters:

\begin{codeblock}
Expand Down Expand Up @@ -5195,7 +5195,7 @@

\pnum
The new facet is used exactly like the built-in facets.
\end{example}
\noteoutro{example}

\pnum
\begin{example}
Expand Down

0 comments on commit fa55f74

Please sign in to comment.