File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments