Search found 4 matches

by dmonkey
Tue Apr 24, 2007 4:06 pm
Forum: General
Topic: remoce page number on title page
Replies: 3
Views: 17687

remoce page number on title page

This works for me:

Code: Select all

\documentclass{article}

\title{My Title}

\begin{document}

\maketitle

\thispagestyle{empty}

Some stuff

\end{document}
by dmonkey
Fri Jan 19, 2007 12:58 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with Adobe Reader 8.0
Replies: 65
Views: 142558

Re: Problem with Adobe Reader 8.0

Hi,

Unfortunately the programs pdfopen and pdfclose use the DDE interface to open and close .pdf documents, so these will fail in the same way.
by dmonkey
Thu Jan 18, 2007 10:28 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with Adobe Reader 8.0
Replies: 65
Views: 142558

Problem with Adobe Reader 8.0

Hi,

If you really need to use Adobe Reader, you can get TeXnicCenter to open the file without error quite easily by using a command line argument in the profiles window.

http://img403.imageshack.us/img403/323/profileszo1.gif

All you can do for the close document field is tell it not to. You'll ...
by dmonkey
Thu Jan 18, 2007 3:06 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with Adobe Reader 8.0
Replies: 65
Views: 142558

Re: Problem with Adobe Reader 8.0

This problem forced me to stop using Adobe Reader to preview my LaTeX documents. I now use the YAP program in the MiKTeX distribution. It integrates brilliantly with TeXnicCenter to let me do both forward and inverse search with my .dvi documents, which I can then convert to .pdf when I'm finished ...