General ⇒ old tex file won't update via save/new files won't compile
old tex file won't update via save/new files won't compile
I have a tex file that is complete and I am able to view it as a pdf, Latex -> ps -> pdf, or dvi. I have recently tried to edit this file and I obtain a message that says: "Cannot create a file when that file already exists". I looked in previous threads and people have mentioned that this error message can occur if there are multiple identical file names. This tex file is unique.
I then tried saving the tex file as something else and tried compiling that, but it did not compile and so no auxiliary files were made.
I would like to get back to work on this project and I've been stuck for 2 days. I finally decided to uninstall my older 7.5 beta version of TexnicCenter and download the latest stable version (latest GS and Miktex remained installed and in the same pathway as always). The TexnicCenter configuration seems complete because I am able to view my existing tex file via the various outputs (except Latex -> PS). However, FYI: all new projects did not compile. For example, I tried a simple example given on a LateX website. It did not compile. It seems that something is amiss, but I don't know what it could be. I have all the components (GS, MikTex, TexnicCenter) and they seem to all be communicating with the older tex files, but not newer ones. My new laptop uses Vista. The old tex files were written in XP on a different computer.
If someone could shed some light on this, I would appreciate it. Thanks!
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
Re: old tex file won't update via save/new files won't compile
Thanks in advance to anyone who can help.
Re: old tex file won't update via save/new files won't compile
I had the same problem where I would build and view my tex file and but the PDF file would not change. What I found my problem to be was I had just inserted the WrapFigure (\usepackage{wrapfig}) into my document when I started having problems. So if I took out that package things seemed to work. However, I wanted to wrap text around my figure so I went to the MiKTex package manager and installed the 'wrapfig' package. After that things seem to work well for me.
Hopefully this helps someone some day,
Jerm