
我是一個嘗試使用 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}