0

When I write % in between $$ $$ it looks like this. please help me in this

enter image description here

DYZ
  • 55,249
  • 10
  • 64
  • 93
  • Does this answer your question? [How to display a percent character using SymPy and LaTeX](https://stackoverflow.com/questions/41085492/how-to-display-a-percent-character-using-sympy-and-latex) – DYZ Sep 06 '21 at 05:18
  • Please provide enough code so others can better understand or reproduce the problem. – Community Sep 11 '21 at 04:53

1 Answers1

0

Whenever you want to escape special characters in latex you can use backslash (). So, in your case you could use \%

Vasilis Lemonidis
  • 636
  • 1
  • 7
  • 25