我是尝试使用 LaTeX 的新手。我尝试使用 \text{} 编写一个包含 % 符号的句子,但 LaTeX 中 % 符号的功能似乎阻止我在普通文本句子中使用它。
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
\maketitle
\text{I can't use the %-symbol}
\end{document}
答案1
非常简单,\
在之前使用%
:
\text{I can't use the \%-symbol}