Tagged Questions
0
votes
0answers
45 views
TeXstudio runtime error when adding a new figure
I am new to LaTeX, I use TeXstudio version 2.5.1 on Windows 7 to write my dissertation. Up to now all went perfectly well. Today I simply added a new figure in .pdf format, size is 4MB, and got a C++ ...
1
vote
1answer
109 views
Gnuplottex fails with 'undefined control sequence' when choosing different font size [duplicate]
I encounter a very strange problem when using gnuplottex on my Win 7 32 bit system with MiKTeX 2.9 - gnuplot 4.6.3 & the latest gnuplottex release:
\documentclass[dvips]{minimal}
...
5
votes
3answers
186 views
Unknown graphics extension: .1.png
I have a file called xxxx_0.1.png, and want to import it as an image in my document. I am using graphicx with the following command:
\includegraphics[width=0.5\textwidth]{images/xxxx_0.1.png}
and ...
0
votes
0answers
29 views
Unknown graphics extension: .eps with epstopdf [duplicate]
Well, this is just an explanation about how I solved this problem.
I was trying to include an EPS file.
1) First of all you need the epstopdf package. There are a lot of discussion about that, but ...
0
votes
0answers
28 views
error of Cannot determine size of graphic [duplicate]
I compile my LaTeX code as LaTeX ,it give an error Error: LaTeX Error: Cannot determine size of graphic in scope.jpg (no BoundingBox). If I compile as PdfLateX not errors...i need my output as a ...
1
vote
0answers
72 views
TeX Live 2012 Graphics error
I am using TeX Live 2010 on Windows 7, I am getting following error after installing the TeX Live 2010 again after HD crash. My programs working well with previous images but for new images following ...
0
votes
0answers
238 views
Including PDF in LaTeX - parsing error [closed]
I am trying to include PDF file (generated using Visio) in my LaTeX document. It is basically an image. I followed the instruction from here to convert visio diagrams into pdf and then cropped using ...
2
votes
2answers
479 views
Error including a .png: Cannot determine size of graphic
I have a little problem: I am not able to put an image in my document.
This is how I start:
\documentclass[a4paper,12pt,titlepage]{report}
\usepackage{fontenc}
\usepackage[italian]{babel}
...
1
vote
1answer
79 views
Error presenting an image [closed]
I want the third page of my document to include an image (JPEG) but I can't figure out what's wrong with my code. Here's the MWE:
\documentclass{beamer}
\usetheme{Warsaw}
\title[Artificial Neural ...
3
votes
2answers
122 views
image { } problem
\def \mic {\unit{\micro\meter}}
\begin{figure}[h]
\includegraphics[scale=0.8]{C:/Users/21_12_test10}
\caption[6 nozzles working in parallel at 40V with 20~\mic drop spacing.]{6 nozzles working in ...
0
votes
0answers
148 views
“Missing $ Inserted” when including a jpg image [closed]
There is an error when I tried to insert a jpg file. The code is
\documentclass{llncs}
%\usepackage{times}
\usepackage{pt}
%\usepackage{top}
\usepackage{units}
\usepackage{coz}
\usepackage{epsf}
...
2
votes
0answers
245 views
How to insert pdf (as a graphic file) in LaTeX [closed]
I am trying to insert some ready image-pdf files to my LaTeX code.
(I use pdfLaTeX and my distributor is TeXnicCenter.)
But I will get this error:
Package pdftex.def Error: File 'fig1.pdf' not ...
0
votes
0answers
84 views
Problem arises with srcltx package when moving from tetex to texlive [closed]
A problem arises when moving from TeTeX to TeX Live that I am baffled by. The problem is described in the following segment from the .log file given below. Any help would be appreciated.
...
2
votes
2answers
907 views
Why doesn't LaTeX allow me to import my .eps file when I compile it?
Everything works perfectly except until the error below. I'm slightly new at LaTeX and perhaps I'm missing a package, but I already have the graphicx package.
Any help will be greatly appreciated!
! ...
0
votes
2answers
88 views
Why is the picture not inserted?
When I pdflatex the text below it doesn't insert the picture, but writes the name of the file instead (pic).
And the geometry line gives the error
! LaTeX Error: Missing \begin{document}.
The ...
2
votes
1answer
155 views
Undefined control sequence when using \setupinteraction and \externalfigure
When I use \externalfigure after \setupinteraction[state=start], I get an error message about an Undefined control sequence. Here is a minimal working example (filename prob.tex):
\starttext
...
3
votes
1answer
1k views
Problem with using scale while using \includegraphics [duplicate]
Possible Duplicate:
\usepackage[turkish]{babel} and \includegraphics inconcistency
I previously imported many figures to TEX files and simply use the corresponding parameters without any ...
6
votes
1answer
1k views
Dimension too large on a PNG figure under xelatex and beamer
I have PNG image I want to introduce into my presentation. The figure is black and white and the edges are small. When I compile the file in pdflatex everything is fine but when I Compile it with ...
1
vote
1answer
342 views
Image has invalid character? Trouble with graphicx
I'm sort of stumped on this one. I'm trying to include some graphics that I created with Stata in a document. I'm using pdfLaTeX and graphicx. When I try to compile, I get the error message:
...
5
votes
2answers
343 views
Problem to include EPS file with file name containing “#”
I have problem including EPS in LaTeX document. I am using latex->dvips->ps2pdf workflow to compile LaTeX document file. Error is thrown as
Illegal parameter number in definition
The EPS file ...
3
votes
1answer
3k views
Problem inserting figure to LaTeX file using Texlipse
I'm trying to insert a figure into my LaTeX file using the following syntax:
\begin{figure}
\centering
\includegraphics [width=3in]{fig1.png}
\caption{Calculation of shortest path betweenness}
...
2
votes
1answer
1k views
MiKTeX 2.9 doesn't find the includegraphics package
I am using MiKTeX 2.9 and when I include the package{Includegraphics} to use graphics, doesn't recognize. So I need help.
5
votes
2answers
1k views
I encountered an 'errorUnknown graphics extension: .eps.'
I tried to load an .eps picture, but an error occured, 'errorUnknown graphics extension: .eps.'. Please help me!
0
votes
0answers
375 views
How can I fix this problem: “Cannot determine size of graphic” [duplicate]
Possible Duplicate:
MikTex error for PNG images when trying to produce DVI
I have the following line in my tex file:
\includegraphics[width=1.0\textwidth]{pic.png}
There is no error ...
19
votes
1answer
31k views
Cannot determine size of graphic
I'm trying to include graphics in my Latex-file, which I compiled with latex+dvipdf on OS X. Latex however returns this error: "Cannot determine size of graphic"
My graphic is exported from ...
3
votes
3answers
2k views
Problem with AUCTeX, graphicx, pdfTeX and \pdfoutput not equaling 1
I've been using Emacs + AUCTeX for several years now, and all of a sudden I started getting the follow error on all documents that have compiled fine before:
ERROR: Package pdftex.def Error: PDF mode ...
4
votes
1answer
749 views
PDF inclusion: found PDF version <1.5>, but at most version <1. 4> allowed
How do I get rid of this error:
PDF inclusion: found PDF version <1.5>, but at most version <1. 4> allowed
I tried putting \pdfoptionpdfminorversion=5 after my preamble, but nothing ...
5
votes
3answers
4k views
MikTex error for PNG images when trying to produce DVI
I have a tex file with \includegraphic elements for some PNG images.
I use MikTeX on Windows and the PDF is fine.
Now, I need a DVI so I tried using: \pdfoutput=0
This creates a DVI, but only after I ...