Commit a5428528 authored by Fred Drake's avatar Fred Drake

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.
parent 0a676c84
...@@ -391,14 +391,18 @@ This \UNIX\ is also followed by a space. ...@@ -391,14 +391,18 @@ This \UNIX\ is also followed by a space.
\end{verbatim} \end{verbatim}
There are a number of less-used marks in \LaTeX{} which are used There are a number of less-used marks in \LaTeX{} which are used
to enter non-\ASCII{} characters, especially those used in to enter characters which are not found in \ASCII{} or which a
European names. Given that these are often used adjacent to other considered special, or \emph{active} in \TeX{} or \LaTeX. Given
characters, the markup required to produce the proper character that these are often used adjacent to other characters, the markup
may need to be followed by a space or an empty group, or the required to produce the proper character may need to be followed
markup can be enclosed in a group. Some which are found in Python by a space or an empty group, or the markup can be enclosed in a
documentation are: group. Some which are found in Python documentation are:
\begin{tableii}{c|l}{textrm}{Character}{Markup} \begin{tableii}{c|l}{textrm}{Character}{Markup}
\lineii{\textasciicircum}{\code{\e textasciicircum}}
\lineii{\textasciitilde}{\code{\e textasciitilde}}
\lineii{\textgreater}{\code{\e textgreater}}
\lineii{\textless}{\code{\e textless}}
\lineii{\c c}{\code{\e c c}} \lineii{\c c}{\code{\e c c}}
\lineii{\"o}{\code{\e"o}} \lineii{\"o}{\code{\e"o}}
\lineii{\o}{\code{\e o}} \lineii{\o}{\code{\e o}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment