General ⇒ Multiple Occurence of invalid Characters
Multiple Occurence of invalid Characters
The error is "text line contains invalid character." It's repeated over 100 times.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Multiple Occurence of invalid Characters
Our board rules clearly state that a link to cross posts has to be given:
Regards and welcome to the LaTeX community.A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Multiple Occurence of invalid Characters
welcome to the board!
Look for a file with the extension .bak in the same directory as your original main document. It could be an automatically made backup. It seems that it's supported, when I open the menu Tools/ Options.
Make a copy of it, rename the copy to the .tex extension, and open it. Before you do anything, better make a copy of the whole directory first as a backup.
Stefan
Re: Multiple Occurence of invalid Characters
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Multiple Occurence of invalid Characters
In the same directory as your defective file.supaman5 wrote:Does anyone know where the .bak files would be located if any exist?
It could help in rebuilding. If recovery fails, you could copy & paste the text from the PDF document into a new document. The information in the logfile gives helpful information for recreating your preamble:supaman5 wrote:Also, I still have a log file of when the files were working properly if that helps me at all?
- document class and settings
- used packages, possibly options and settings
- margins and layout information, since the geometry package writes that to the .log file
- font information, and more.