PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit pdflatex und WinEdt Konfiguration (form)



bob17
25-11-2009, 13:43
Hallo,

ich habe bei der Erstellung von PDF Formularen mit Hilfe von pdflatex in WinEdt ein Problem. Wenn ich das folgende Beispiel zu einer PDF Datei verarbeiten lassen möchte geht dies zwar auf einem meiner beiden Rechner, auf den anderem aber nicht. Daher vermute ich, dass WinEdt hier bei dem Versuch die PDF Datei zu erstellen mit anderen voreingestellten Optionen arbeite, kann diese aber nicht identifizieren.

Hier das Beispiel:


\documentclass[12pt,a4paper,DIV15, landscape]{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage{german}
\usepackage[pdftex]{hyperref}
\usepackage{lscape}

\begin{document}

\begin{Form}
\ChoiceMenu[combo, width=10cm,bordercolor=0.9 0.9 0.9]{Auswahl:}{A,B,C}\\
\TextField[width=10cm,bordercolor=0.9 0.9 0.9]{Genaue Angabe:}\\
\end{Form}

\end{document}

Nach dem Ausführung von PDFTexify erhalte ich eine Information in WinEdt, dass PDFTexify nicht in der Lage war eine pdf Datei zu erstellen. In der Log-Datei _Run.log ist folgendes zu lesen:


Output captured by WinEdt on Mittwoch, November 25, 2009 at 14:40
------------------------------------------------------------------

WinEdt has successfully executed MiKTeX BibTeX accessory.

If BibTeX encountered and reported errors the resulting bbl file
may not appear properly displayed or in some cases may not be
created at all. For your convenience WinEdt captured output and
error files produced by the BibTeX accessory.

If there are problems (eg. if WinEdt displayed this file) read
this output carefully, fix any offending errors in your documents
and recompile your sources. If you are having troubles locating
and fixing errors please consult the extensive documentation
pertaining to BibTeX in MiKTeX Doc folder.

Hint: WinEdt is almost certainly irrelevant to this situation!

------------------------------------------------------------------

No errors were reported during the execution of .
*** Error File is empty!

*** WinEdt captured the following console output:

This is BibTeX, Version 0.99c (MiKTeX 2.7)
The top-level auxiliary file: test.aux
I found no \citation commands---while reading file test.aux
I found no \bibdata command---while reading file test.aux
I found no \bibstyle command---while reading file test.aux
(There were 3 error messages)


*** BibTeX produced the following log file "test.blg":

This is BibTeX, Version 0.99cThe top-level auxiliary file: test.aux
I found no \citation commands---while reading file test.aux
I found no \bibdata command---while reading file test.aux
I found no \bibstyle command---while reading file test.aux
(There were 3 error messages)



Da pdftexify hier versucht eine Bibliographie zu erstellen (obwohl dies gar nicht vorgesehen ist), vermute ich, dass WinEdt falsch konfiguriert ist (wie gesagt, auf einem anderen Rechner funktioniert es).

Kann mir jemand weiterhelfen?

danke,

Lars

bob17
07-12-2009, 15:01
Ich habe den Fehler selber gefunden. Die Ausgabe in _Run.log ist irreführend, der Fehler hatte mit BibTex nichts zu tun. Die Fehlermeldung kommt in WinEdt öfters vor, falls das Setup nicht korrekt ist oder eine Datei nicht geladen werden konnte, welche benötigt wird.

Auskunft gibt hier nur die log Datei zur aktuell zu erstellender Datei.

In diesem Fall fehlte eine Font-Datei, welche ich dann manuell installiert habe. Danach konnte ich auch meine PDF File erstellen.

Lars