[LaTeX] TeXify failed to create a dvi file.

ewa_123
Użytkownik
Użytkownik
Posty: 32
Rejestracja: 26 kwie 2010, o 20:51
Płeć: Kobieta
Lokalizacja: zielona góra

[LaTeX] TeXify failed to create a dvi file.

Post autor: ewa_123 »

Witam,

Pracuję na latexchu jakiś czas i pierwszy raz mam taki problem. Mianowicie pisałam prace i wszystko było dobrze, aż wczoraj dopisałam parę linijek i chciałam skompilować i wyskoczył mi błąd. Nawet próbowałam utworzyć nowy latex tylko z jednym zdaniem. Ale błąd wciąż jest ten sam.
Proszę o pomoc.
O to jaki błąd mi się pojawia:

TeXify failed to create a dvi file.
For possible explanations start the command from the Command Prompty...


Plik log wygląda następująco:

Kod: Zaznacz cały

Output captured by WinEdt on piątek, październik 21, 2011 at 11:49
------------------------------------------------------------------

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: nowy.aux
I found no citation commands---while reading file nowy.aux
I found no ibdata command---while reading file nowy.aux
I found no ibstyle command---while reading file nowy.aux
(There were 3 error messages)


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

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


Ostatnio zmieniony 21 paź 2011, o 13:42 przez Afish, łącznie zmieniany 1 raz.
Powód: Taguj wątki.
Awatar użytkownika
scyth
Użytkownik
Użytkownik
Posty: 6392
Rejestracja: 23 lip 2007, o 15:26
Płeć: Mężczyzna
Lokalizacja: Warszawa
Podziękował: 3 razy
Pomógł: 1087 razy

[LaTeX] TeXify failed to create a dvi file.

Post autor: scyth »

Pokaż plik z kodem.
ewa_123
Użytkownik
Użytkownik
Posty: 32
Rejestracja: 26 kwie 2010, o 20:51
Płeć: Kobieta
Lokalizacja: zielona góra

[LaTeX] TeXify failed to create a dvi file.

Post autor: ewa_123 »

Kod: Zaznacz cały

documentclass[a4paper,12pt,draft]{article}
usepackage{amstext}
usepackage{amssymb}
usepackage{verbatim}
usepackage[dvips]{graphicx} % You will probably include some figures
usepackage{psfrag} % See the section on figures.
usepackage{overpic}
usepackage{graphics}
usepackage{verbatim}


egin{document}

end{document}
Awatar użytkownika
scyth
Użytkownik
Użytkownik
Posty: 6392
Rejestracja: 23 lip 2007, o 15:26
Płeć: Mężczyzna
Lokalizacja: Warszawa
Podziękował: 3 razy
Pomógł: 1087 razy

[LaTeX] TeXify failed to create a dvi file.

Post autor: scyth »

Masz dwa razy verbatim (choć to nie błąd).
U mnie brakowało pakietu overpic - może to samo u Ciebie? Testuj wstawiając % przed każdym usepackage i po kolei eliminuj co działa.
ODPOWIEDZ