Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e789ea1

Browse files
committed
Extend the list of special characters and magic markup used to produce them
to include various characters used in code samples, URLs, and other special contexts. This closes SF bug #525684.
1 parent f171ad9 commit e789ea1

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

Doc/doc/doc.tex

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,18 @@ \section{\LaTeX{} Primer \label{latex-primer}}
391391
\end{verbatim}
392392

393393
There are a number of less-used marks in \LaTeX{} which are used
394-
to enter non-\ASCII{} characters, especially those used in
395-
European names. Given that these are often used adjacent to other
396-
characters, the markup required to produce the proper character
397-
may need to be followed by a space or an empty group, or the
398-
markup can be enclosed in a group. Some which are found in Python
399-
documentation are:
394+
to enter characters which are not found in \ASCII{} or which a
395+
considered special, or \emph{active} in \TeX{} or \LaTeX. Given
396+
that these are often used adjacent to other characters, the markup
397+
required to produce the proper character may need to be followed
398+
by a space or an empty group, or the markup can be enclosed in a
399+
group. Some which are found in Python documentation are:
400400

401401
\begin{tableii}{c|l}{textrm}{Character}{Markup}
402+
\lineii{\textasciicircum}{\code{\e textasciicircum}}
403+
\lineii{\textasciitilde}{\code{\e textasciitilde}}
404+
\lineii{\textgreater}{\code{\e textgreater}}
405+
\lineii{\textless}{\code{\e textless}}
402406
\lineii{\c c}{\code{\e c c}}
403407
\lineii{\"o}{\code{\e"o}}
404408
\lineii{\o}{\code{\e o}}

0 commit comments

Comments
 (0)