GeneralNew PC problem

LaTeX specific issues not fitting into one of the other forums of this category.
thedreamshaper
Posts: 44
Joined: Wed Aug 04, 2010 7:00 pm

New PC problem

Post by thedreamshaper »

I recently got a new PC, i then installed my dear TeXnicCenter and went to work, the problem is that when i compile and view my projekt no changes which has occured in my project takes place in the output! :)


Any one got a bright idea as to what is wrong :) ?

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

New PC problem

Post by frabjous »

Not really. You've provided us with almost no clues to go on

Some questions occur to me.
  • Did you install a latex distribution like MikTeX or TeXlive along with TXC? TXC is just an editor.
  • Does TXC show any errors when you try to compile?
  • Is a log file being produced when you try to compile something? If so, what does it say?
  • Are you using the same output profile you were before? (E.g., perhaps it is producing a DVI when you had expected a PDF, etc.?)
thedreamshaper
Posts: 44
Joined: Wed Aug 04, 2010 7:00 pm

Re: New PC problem

Post by thedreamshaper »

I have Miktex installed

It does not show any errors when i compile

I am not sure what a log is, as far as i cant see nothing called a log pops up though..

Some questions occur to me.

It is the same output file type (.Pdf)
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: New PC problem

Post by frabjous »

In Windows Explorer, look to see if any files are being created in the folder where your .tex files are. Even on an unsuccessful run, there should be a file named [yourfilename].log created when latex tries to process a file.
thedreamshaper
Posts: 44
Joined: Wed Aug 04, 2010 7:00 pm

Re: New PC problem

Post by thedreamshaper »

Yes it looks like one is being created with the .log suffix
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: New PC problem

Post by frabjous »

Well, don't leave us in suspense! What does it say? (It's a plain text file; you can open it in Notepad or TXC itself.) Can you upload it here?
thedreamshaper
Posts: 44
Joined: Wed Aug 04, 2010 7:00 pm

Re: New PC problem

Post by thedreamshaper »

My bad :)

I attached it to this post


oh and thx by the way :)
Attachments
Stat Noter .log
(5.25 KiB) Downloaded 232 times
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

New PC problem

Post by frabjous »

Hmm, maybe someone else can see something in there, but it's a bit of a mystery to me. I've never seen a log file end like that. It looks as if the process never completed.

Can you try to compile a very simple minimal document and see if that works?

Code: Select all

\documentclass{article}
\begin{document}
Hello world!
\end{document}
That might narrow it down as to whether your latex system works at all, or whether the problem is with these files in particular.
thedreamshaper
Posts: 44
Joined: Wed Aug 04, 2010 7:00 pm

Re: New PC problem

Post by thedreamshaper »

I just compiled the program you wrote, here is the log.


I figure if everything fails ill reinstall and hope for the best
Attachments
test project.log
(2.48 KiB) Downloaded 247 times
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

New PC problem

Post by CrazyHorse »

thedreamshaper wrote:I recently got a new PC, i then installed my dear TeXnicCenter and went to work, the problem is that when i compile and view my projekt no changes which has occured in my project takes place in the output! :)

Any one got a bright idea as to what is wrong :) ?
Close the AdobeReader before running your document again.
Or use alternative another viewer like ghostview or sumatra pdf

Herbert
Post Reply