MiKTeX and proTeXtMikTeX pdftex problem

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
bmvk1974
Posts: 4
Joined: Tue May 17, 2011 12:39 pm

MikTeX pdftex problem

Post by bmvk1974 »

Hi

I've tried to google this problem, and it seems common.
But I couldnt find a solution.

I'm using TeXnicCenter 1.0 RC1 and MikTeX 2.8 (install missing packages = Yes).

Output profile LaTex => DVI works fine.
But LaTeX => PS => PDF I get black and white pictures. But everything else is fine!

And the profile LaTex => PDF I get this error:
I found no \citation commands
I found no \bibdata command
I found no \bibstyle command
(There were 3 error messages)
Here's some code

Code: Select all

\documentclass[12pt,a4paper,oneside]{report}
\usepackage{graphicx}
\begin{document}
\chapter[Testing LaTex format]{Test}
..open its first research in \cite{adusumalli_evaluation_2010}.
\begin{figure}[h]
\centering
\includegraphics[scale=0.5,bb=0 0 425 319]{ifam2.jpg}
\caption{Front picture of its main building}
\end{figure}

\bibliography{mylib0}
\bibliographystyle{plain}

\end{document}
Any thoughts?
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: MikTeX pdftex problem

Post by Stefan Kottwitz »

Hi,

welcome to the board!

Check your output profile LaTeX => PDF if BibTeX is configured to run, perhaps it's not chosen in this profile.
You could post the output profile configuration file here, or screenshots of the settings as attachment.

pdfLaTeX is required for proper JPG support, so I would choose this profile.

Stefan
LaTeX.org admin
bmvk1974
Posts: 4
Joined: Tue May 17, 2011 12:39 pm

MikTeX pdftex problem

Post by bmvk1974 »

Hi Stefan,

thanks for the answer.

Here is the profile:

Image
Image
Image


The complete output:
Image

Thanks again!
Bruno
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

MikTeX pdftex problem

Post by Montag »

Maybe it doesn't work because there's no

Code: Select all

\printbibliography
? ... It's just a guess though, never had this problem so far.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
bmvk1974
Posts: 4
Joined: Tue May 17, 2011 12:39 pm

Re: MikTeX pdftex problem

Post by bmvk1974 »

Nope, still the same error.
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Re: MikTeX pdftex problem

Post by Montag »

Is it a project file (concering TXC itself)?
If it is, BibTeX needs to be enabled in the project's properties.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
bmvk1974
Posts: 4
Joined: Tue May 17, 2011 12:39 pm

Re: MikTeX pdftex problem

Post by bmvk1974 »

Yes, it is a project.
And the option "uses BibTeX" is checked.
Post Reply