Search found 2 matches

by smith
Wed Jan 28, 2009 2:11 am
Forum: Text Formatting
Topic: Makefile with TeXnicCenter on Windows?
Replies: 4
Views: 4914

Makefile with TeXnicCenter on Windows?

Thanks for the reply.
How do I put the following commands into the profile? Or rather, where to!
(sorry, I'm new to this)

Code: Select all

	latex file.tex
	dvips -o file.ps file.dvi
	ps2pdf "-sPAPERSIZE=a4" file.ps
	rm -f *~ *.aux *.dvi *.log *.ps
by smith
Tue Jan 27, 2009 5:04 pm
Forum: Text Formatting
Topic: Makefile with TeXnicCenter on Windows?
Replies: 4
Views: 4914

Makefile with TeXnicCenter on Windows?

Hi, is there a way to use a makefile to compile on TeXnicCenter on Windows XP?