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!