
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}