MiKTeX and proTeXtWarning: Citation + Error: Unknown graphics extension:

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
zenchi_6
Posts: 3
Joined: Wed Jan 13, 2016 2:01 am

Warning: Citation + Error: Unknown graphics extension:

Post by zenchi_6 »

PLEASE HELP ME! I have no idea what more to do with it. The problem should be somewhere in my settings, beacuse on other computers it works without problem. I tried almost everything I had readed on web. Here is the code and the result. If somebody could help me, I can send you the files. It compiles just 18 pages instead 27. THANK YOU for any help!! :)

Code:

Code: Select all

\documentclass[12pt,fleqn,a4paper]{mybook} %Final!!!
%\documentclass[11pt,fleqn,a4paper,draft]{mybook} %DRAFT - highlights overflow, leaves out images

%\usepackage{microtype}
\usepackage[slovak]{babel}
\usepackage[cp1250]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{mathtools}  					
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{enumerate}
\usepackage{etoolbox}                       %Problematic URL in reference
\apptocmd{\sloppy}{\hbadness 10000\relax}{}{}%Removes badness warnings
%This is to remove warnings resulting by otherwise OK URL's
\usepackage[hyphens]{url}
\usepackage{notes}


\usepackage[left=25mm,right=25mm,top=25mm,bottom=25mm,paperwidth=210mm,paperheight=297mm,includehead]{geometry}

\usepackage{titlesec}
\titleformat{\chapter}[hang]{\normalfont\huge\bfseries}{\thechapter}{1em}{}


\DeclarePairedDelimiter{\diagpars}{(}{)}
\newcommand{\diag}{\operatorname{diag}\diagpars}

\let\oldhat\hat
\renewcommand{\vec}[1]{\boldsymbol{\mathbf{#1}}}
%\renewcommand{\hat}[1]{\oldhat{\boldsymbol{\mathbf{#1}}}}


\usepackage{amsthm}
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbo
\theoremstyle{definition}
\newtheorem{exmp}{Pr\'{i}klad}[chapter]
\AtEndEnvironment{exmp}{\null\hfill\qedsymbol}

\usepackage{listings,color} 			    %To list Matlab code
\definecolor{mygrey}{gray}{0.5}	        %Define a gray color
\lstset{
basicstyle=\ttfamily,
numbers=none,
commentstyle=\color{mygrey},
breaklines=true,
}
%extended Matlab language
\lstdefinelanguage{exMatlab}[]{Matlab}      %Defining expanded Matlab
{morekeywords={rng,pyulear,plot,hold,randn,filter,length,abs,periodogram,fft,sin,randn,xcorr,fminsearch,dlqr,predmodelqp,dlyap,ones,linprog,quadprog,optimset,qpOASES,qpOASES_sequence,sysStruct,probStruct,mpt_control,volume,hull,extreme,mpt_exportc,mpt_getInput,sdpvar,blkdiag,sdpsettings,solvesdp,geomean,double},
sensitive=true,
alsoletter={_}
}



\pagestyle{empty}

\begin{document}
%%%%%%% Zaciaatok %%%%%%%%
\input{Obalka}
\input{Titul}
\input{Zadanie}
\input{Prehlasenie}
\input{Podakovanie}
\input{Abstrakt}
\input{Predhovor}
\tableofcontents
\thispagestyle{empty}
\cleardoublepage

%%%%%% Jednotlive kapitoly %%%%%%%%%
\pagestyle{plain}
\pagenumbering{arabic}
\setcounter{page}{1}

\include{Uvod}
\include{Kapitola1}
\include{Kapitola2}
%[...]
\include{Zaver}

%%%%%%% Koniec %%%%%%%%
\bibliographystyle{abbrv}
\addcontentsline{toc}{chapter}{Literat\'{u}ra}
\bibliography{bibliog}
\end{document} 
Command window:
Command Line: bibtex.exe "__ZaverecnaPraca"
Startup Folder: C:\Users\Zeno\Desktop\zaverecna_praca_latex_V1

Code: Select all

This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: __ZaverecnaPraca.aux
A level-1 auxiliary file: Uvod.aux
A level-1 auxiliary file: Kapitola1.aux
I found no \bibdata command---while reading file __ZaverecnaPraca.aux
I found no \bibstyle command---while reading file __ZaverecnaPraca.aux
(There were 2 error messages)
Command Line: texify.exe --pdf --tex-option=--interaction=errorstopmode --tex-option=--synctex=-1 "C:\Users\Zeno\Desktop\zaverecna_praca_latex_V1\__ZaverecnaPraca.tex"
Startup Folder: C:\Users\Zeno\Desktop\zaverecna_praca_latex_V1

Code: Select all

This is pdfTeX, Version 3.14159265-2.6-1.40.16 (MiKTeX 2.9 64-bit)
entering extended mode
(C:/Users/Zeno/Desktop/zaverecna_praca_latex_V1/__ZaverecnaPraca.tex
LaTeX2e <2015/10/01> patch level 2
Babel <3.9m> and hyphenation patterns for 69 languages loaded.
(mybook.cls
Document Class: mybook 1999/09/10 v1.4a Standard LaTeX document class
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\fleqn.clo")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\bk12.clo"))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\babel\babel.sty"
*************************************
* Local config file bblopts.cfg used
*

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\00miktex\bblopts.cf
g")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\babel-slovak\slovak
.ldf"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\babel\babel.def")
)) ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\inputenc.st
y" ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\cp1250.def"
)) ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\fontenc.sty
" ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\base\t1enc.def"))

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\mathtools\mathtools
.sty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\graphics\keyval.sty
") ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\tools\calc.sty")

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\mathtools\mhsetup.s
ty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amsmath\amsmath.sty
"
For additional information on amsmath, use the `?' option.
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amsmath\amstext.sty
" ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amsmath\amsgen.st
y"))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amsmath\amsbsy.sty"
) ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amsmath\amsopn.st
y")))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\graphics\graphicx.s
ty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\graphics\graphics.s
ty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\graphics\trig.sty")

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\00miktex\graphics.c
fg")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\pdftex-def\pdftex.d
ef"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\oberdiek\infwarer
r.sty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\oberdiek\ltxcmds.
sty"))))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\subfigure\subfigure
.sty"
****************************************
* Local config file subfigure.cfg used *
****************************************

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\subfigure\subfigure
.cfg"))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\tools\enumerate.sty
")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\etoolbox\etoolbox.s
ty") ("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\url\url.sty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\notes\notes.sty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\geometry\geometry.s
ty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.st
y")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\oberdiek\ifvtex.s
ty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\generic\ifxetex\ifxetex.s
ty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\geometry\geometry.c
fg"))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\titlesec\titlesec.s
ty")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\amscls\amsthm.sty")

("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\listings\listings.s
ty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\listings\lstmisc.st
y")
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\listings\listings.c
fg"))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\graphics\color.sty"
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\latex\00miktex\color.cfg"
)) (__ZaverecnaPraca.aux (Uvod.aux) (Kapitola1.aux))
("C:\Users\Zeno\AppData\Local\Programs\MiKTeX 2.9\tex\context\base\supp-pdf.mki
i"
[Loading MPS to PDF converter (version 2006.09.02).]
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
(Obalka.tex [1{C:/Users/Zeno/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}
] [2]) (Titul.tex [3] [4]) (Zadanie.tex [5] [6]) (Prehlasenie.tex
Underfull \hbox (badness 10000) in paragraph at lines 6--7

[7] [8]) (Podakovanie.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--5

[9] [10]) (Abstrakt.tex
Underfull \hbox (badness 10000) in paragraph at lines 1--5

[11] [12]) (Predhovor.tex [13] [14]) (__ZaverecnaPraca.toc) [15] [16] (Uvod.tex
) [1] (Kapitola1.tex [2]
Kapitola 1.

LaTeX Warning: Citation `Eykhoff84' on page 3 undefined on input line 6.


LaTeX Warning: Citation `Fontes00' on page 3 undefined on input line 6.


LaTeX Warning: Citation `Eykhoff84' on page 3 undefined on input line 6.


LaTeX Warning: Citation `Qin99' on page 3 undefined on input line 6.


LaTeX Warning: Citation `Karny80' on page 3 undefined on input line 6.


LaTeX Warning: Citation `Far90' on page 3 undefined on input line 6.


LaTeX Warning: Reference `OBRAZOK 1.1' on page 3 undefined on input line 10.


! LaTeX Error: Unknown graphics extension: .eps.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.14 ...degraphics[width=80mm]{obr/OBRAZOK1_1.eps}
                                                  
? h
Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.
? x
{C:/Program Files/MiKTeX 2.9/fonts/enc/dvips/cm-super/cm-super-t1.enc}<C:/Progr
am Files/MiKTeX 2.9/fonts/type1/public/cm-super/sfbx1200.pfb><C:/Program Files/
MiKTeX 2.9/fonts/type1/public/cm-super/sfbx1440.pfb><C:/Program Files/MiKTeX 2.
9/fonts/type1/public/cm-super/sfbx1728.pfb><C:/Program Files/MiKTeX 2.9/fonts/t
ype1/public/cm-super/sfbx2488.pfb><C:/Program Files/MiKTeX 2.9/fonts/type1/publ
ic/cm-super/sfrm1200.pfb><C:/Program Files/MiKTeX 2.9/fonts/type1/public/cm-sup
er/sfrm1440.pfb><C:/Program Files/MiKTeX 2.9/fonts/type1/public/cm-super/sfxc17
28.pfb>
Output written on __ZaverecnaPraca.pdf (18 pages, 121786 bytes).
SyncTeX written on __ZaverecnaPraca.synctex.
Transcript written on __ZaverecnaPraca.log.

Sorry, but texify.exe did not succeed.

The log file hopefully contains the information to get MiKTeX going again:

  C:/Users/Zeno/AppData/Local/MiKTeX/2.9/miktex/log/texify.log

You may want to visit the MiKTeX project page, if you need help.


_____________________________________________________________________

 PDFTeXify Compilation Report (Pages: 18)

 Errors: 1   Warnings: 7   Bad Boxes: 3
_____________________________________________________________________

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Warning: Citation + Error: Unknown graphics extensi

Post by Johannes_B »

You are using pdflatex instead of latex.

If you want to get a pdf at the end, transform all eps figures to pdf format.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
zenchi_6
Posts: 3
Joined: Wed Jan 13, 2016 2:01 am

Re: Warning: Citation + Error: Unknown graphics extensi

Post by zenchi_6 »

Thank you, but it doesn´t work anyway. I tried now all of possibilities(texify,latex,pdftex....) and nothing changes. If the only reason would be the format of picture this could be ok, but Citations are not ok. I installed all 3000+ packages with updates...
Any other idea?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Warning: Citation + Error: Unknown graphics extension:

Post by Johannes_B »

You have presented two question within one topic. I have been helping you with the problem that raises errors.
Please open up a new thread for the remaining problem. Keep in mind Question marks instead of citation number
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
zenchi_6
Posts: 3
Joined: Wed Jan 13, 2016 2:01 am

Re: Warning: Citation + Error: Unknown graphics extensi

Post by zenchi_6 »

I definitely resulted the roblem with another combination of Texlive and Winedit 8 instead of Miktex and Winedit 9... Please delete this post. Thank you ;)
Post Reply