Search found 2 matches

by johnmb
Mon May 25, 2009 9:07 pm
Forum: General
Topic: LaTeX ==> PDF build
Replies: 2
Views: 8859

Re: LaTeX ==> PDF build

Thank you for your prompt reply. I re-installed MikTeX and selected a complete rather than a basic package. It is working now.
John
by johnmb
Mon May 25, 2009 2:17 am
Forum: General
Topic: LaTeX ==> PDF build
Replies: 2
Views: 8859

LaTeX ==> PDF build

I installed MiKTeX 2.7 and TeXnicCenter.
I cannot create a PDF document using a simple script and directions from tutorial. The script, commands, and Output Profile are shown below.

Sample script entered into TeXnicCenter

\documentclass{article}
\begin{document}
Hello, world!
\end{document ...