我正在处理一个包含一些特殊字符的文件。
König IR : KA}unig ,K ~ A}unig
% : Comment in latex (so no text after this %)
- : escape
我得到了不同的输出,这看起来很有趣。我该如何在 LaTeX 中处理这些字符?
答案1
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
%\makeatletter
%\def\verbatim@font{\normalfont\fontfamily{ua1}\selectfont} % verbatim in Arial
%
\makeatother
\begin{document}
\begin{verbatim}
König IR : KA}unig ,K ~ A}unig
% : Comment in latex (so no text after this %)
- : escape
\end{verbatim}
\noindent
\begin{tabular}{@{} p{2cm} @{\,:\,} l }
König IR & KA\}unig ,K \textasciitilde\ A\}unig \\
\% & Comment in latex (so no text after this \%)\\
- & escape
\end {tabular}
\end{document}
对于 arial 格式,逐字翻译也一样: