GeneralEdits on input Files show no Changes in Document

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Bornin1992
Posts: 7
Joined: Thu Dec 20, 2012 7:34 am

Edits on input Files show no Changes in Document

Post by Bornin1992 »

Hello,

I created a document class and have attached it, but do not think it is the culprit, as I receive no error messages.

I am copying my notes using Latex and decided to separate the files by class dates.

I used \input{File Name} and it worked perfectly, but when I went to make changes to the day's .tex file, I clicked save, and compiled in the master document. It still works, and the document appears, but the changes I made do not appear.

I tried using the \input{File Name} command, and it compiles, but does not show the changes.

What could be going wrong?

Thanks!
Attachments
ClassNotes.cls
(958 Bytes) Downloaded 352 times
Last edited by cgnieder on Thu Jan 10, 2013 11:38 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Edits on input Files show no Changes in Document

Post by Stefan Kottwitz »

Have a look at the .log file, to see if the changed file was really used.

Perhaps add further information, such as example code, which shows the problem, and the corresponding .log file as attachment.

Stefan
LaTeX.org admin
Bornin1992
Posts: 7
Joined: Thu Dec 20, 2012 7:34 am

Re: Edits on input Files show no Changes in Document

Post by Bornin1992 »

Hi Stefan,

It turns out I had been editing the file that was in a different directory!

Thanks for your help, again!
Post Reply