latex
latex copied to clipboard
Why is pdflatex not recognizing # symbol?
Im getting error when i build PDF from latex file which has # symbol
Latex file \newcommand{\clientCompanyAddrs}{#222,Paradise}
output with Error
Generic LaTeX problem which is the need to escape certain special characters. Hashtag is one of these, so write \#
.