My Compiler gives hundreds of “invalid character” like this:
> !ltext line contains an invalid character pfdlatex
> 1.1
Can anyone please help me to solve this matter.
My Compiler gives hundreds of “invalid character” like this:
> !ltext line contains an invalid character pfdlatex
> 1.1
Can anyone please help me to solve this matter.
Make sure the file is in the encoding you are trying to use, and that the right \usepackage[...]{inputenc} (or whatever other magic is required) is at hand.
I've had cases where the .aux or other LaTeX-written files contained cruft from earlier runs, or just were plain corrupt, and gave symptoms as you describe. Starting with a clean slate might help.
é? If so, you need to use theinputencpackage. Another possible cause can occur if you copy and paste text that includes symbols such as em-dashes—or curly quote marks“ ”. We can't really help any further without a minimal working example (MWE) (as already noted in the previous comment). – Nicola Talbot Feb 26 '14 at 15:09\documentclass{...}and ending with\end{document}. – Martin Schröder Feb 27 '14 at 13:17utf-8encoding in editor. May be copy all.texsource and paste in newly creatednew-file.texin editor withutf-8encoding, Remove any.aux.logfiles and then compile. – texenthusiast Feb 27 '14 at 14:17