I have just begun using LaTeX. I am working in Windows and am using TeXnicCenter as my editor. When I build and output, having the following code:
documentclass{article}
egin{document}
This is a test document
end{document}
I do get a document that has the words "This is a test document". If I change the sentence in the above code to "This is a test", and build and output - the change gets reflected.
However, say after doing the above, I change the code to this:
documentclass{article}
usepackage[table]{xcolor}
egin{document}
Hello World!
end{document}
Now if I build and output, I don t get "Hello World!" in the output, I get the last thing I had before making this change ("This is a test"). Is this a bug in TeXnicCenter or LaTeX or am I missing something here? Thanks for your answers.
Edit:
I also see this line in the new output log: ("C:...size10.clo") latex.exe: GUI framework cannot be initialized and in the end of the log LaTeX results says "0 Page(s)" (were generated I guess?)