I'm a beginner trying to use LaTeX. I tried to write a sentence which includes the %-symbol using \text{}, but the function that the %-symbol has in LaTeX seems to block me from using it in a normal text sentence.
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
\maketitle
\text{I can't use the %-symbol}
\end{document}
\%(backslash percent) to get a percent sign. – gernot Nov 14 '16 at 23:14\text{}. You are already in the text mode. – CroCo Nov 14 '16 at 23:33\text. – Werner Nov 15 '16 at 01:01