General ⇒ 0 errors in build but no compiled file
0 errors in build but no compiled file
I have a problem with the document build.
When i push the build i never find the file compiled so i cant view my document.
it makes me allways the same message :
No such file or directory: C:\...\Document.dvi
Also i have non Errors i the build!!
Thank you,
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
0 errors in build but no compiled file
Code: Select all
\documentclass[12pt,a4paper]{article}\begin{document}\title{Title of document}\author{Firstname Surname}\maketitle\section{Name of Section}Some text .....\end{document}
Another problem may be the way TeXnicCenter is set up for finding and viewing a dvi. If you go to "Build" >> "Define Output Profiles", click LaTeX => PDF and under the "Viewer" tab the "View Project Output" should be
Code: Select all
-1 "%bm.dvi"
Code: Select all
-1 -s %l"%Wc" "%bm.dvi"
Re: 0 errors in build but no compiled file
I solve the problem,
Appech
0 errors in build but no compiled file
How did you fix it? I figure the same problem when using the project-wizard for an letter, seems like MikTex 2.6 always compiles a pdf regardless which output-profile I choose:
Code: Select all
This is pdfTeX, Version 3.141592-1.40.3 (MiKTeX 2.6)...Output written on TestBrief.pdf (1 page, 38300 bytes).
When using the tiny above sample, everything works fine.
Regards, Charly
Re: 0 errors in build but no compiled file
Regardless of which output profile I use pdfTeX is used to compile and the output file is a pdf - I know this because the first line in the build window is
"This is pdfTeX, Version 3.141592-1.40.3 (MiKTeX 2.6)".
I have gone into the build profiles to check that each profile is not using pdflatex.exe. The build profiles "LaTeX => DVI", "LaTeX => PS" and "LaTeX => PS => PDF" are all using the file latex.exe; only the profile "LaTeX => PDF" is using the file pdflatex.exe.
I originally had this problem with MikTeX 2.5, I have tried re-installing it and also re-run the build profile wizard several times, but that hasn't solved the problem. I have now installed MiKTeX 2.6 (along side MiKTeX 2.5) and re-run the wizard again but still have the same problem.
I am aware that you can give the compiler command line arguments, but since I do not understand how these work I have not altered them.
If anyone has any ideas how to solve this problem I would be very grateful for your input.
Jon
Re: 0 errors in build but no compiled file
I use M$ XP, MikTex 2.6 and TeXnicCenter. I have exactly the same problem LaTex-Result:
----------Profil de sortie: LaTex => DVI--------------
This is pdfTex, Version 3.141592-1.40.3 (Miktex 2.6)
(...)
0 Erreur(s), 1 Avertissement(s), 0 Bad Box(es), 0 ¨Page(s)
Note : I download and try Lyx (another LaTeX GUI) yesterday... and uninstall today
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
0 errors in build but no compiled file
Code: Select all
latex sample.tex
However, my main concern is that whether your LaTeX => DVI profile is successfully producing a .dvi file. The very simple example I gave above should produce a .dvi file. If this is working, then there may be something needing attention in your .tex file.
If problems persist, there are some build profiles which could be imported posted here: http://latex-community.org/viewtopic.ph ... 420&hilit=