On Sun, 07 Apr 2013 18:04:01 +0100, Frederick Williams
<
freddyw...@btinternet.com> wrote:
>Heiko Oberdiek wrote:
>
>> > GL wrote:
>
>> >> Try to put \pdfoutput=1 on the first line compiled by tex.
>>
>> If you are using `pdflatex' and this trick is necessary, then you
>> have a serious problem with your input file or a(n outdated)
>> package/class that it uses.
>
>When I first installed TeXnicCenter and MikTeX, pdfs were produced
>without the need for \pdfoutput=1. (I didn't even know there was such a
>thing as \pdfoutput.) Since then packages have been updated or added.
>The minimal input file:
>
>\documentclass[a4paper,12pt]{article}
>\begin{document}
>Needle, nardle, noo!
>\end{document}
>
>now fails without \pdfoutput=1. Adding \pdfoutput=1 seems a small price
>to pay. So I may well leave things as they are. I am too dim to
>understand computers, but not so dim that I mess about with them when
>they are working, or working in a fashion, anyway.
The most likely source of the problem is rather easy to
fix. Go to Build -> Define Output Profiles.
Highlight LaTex => PDF and select the LaTeX tab. You then
edit the information there, putting "pdf" in relatively
obvious places.
For example, there is a request for the path to the latex
compiler. If that contains "latex.exe", but not "pdflatex.exe",
change the former to the latter.
It might conceivably contain "texify.exe" as the compiler, in that
case it requires editing a different edit box, the one asking for
command line parameters. In this case, if it contains "--dvi" but
not "--pdf" change the former to the latter. If it contain neither,
add --pdf.
If either of these edits seems too difficult, report here what
those two boxes contain, and someone here will surely tell you
if they are wrong and what they ought to be. (Ignore anything
to do with bibtex or makeindex.)
Dan
To reply by email, change LookInSig to luecking