while writing % in the sentence it is considering as a comment . Just like i wana write this sentence 25% of this bottle is empty. But texnic does not showing remaining text in the output. kindly give me some suggestion . Regards
Asked
Active
Viewed 55 times
1 Answers
2
In case you have a lot of physical quantities, use the siunitx package:
\documentclass{article}
\usepackage{siunitx}
\begin{document}
\SI{25}{\percent} of this bottle is empty.
\end{document}

Svend Tveskæg
- 31,033
25\%– Aug 26 '14 at 07:05TeXfor comment a line of code before that symbol. If you want to use it inside your text you should add a\before, i.e. type\%. Try to type25 \%for your example. – Aradnix Aug 26 '14 at 07:05