{graphics} is about inclusion of external graphic files in your document. For questions about vector graphics created programmatically inside a (La)TeX document, use {diagrams} instead, or preferably the tag for specific packages like {tikz-pgf} or {pstricks}.
3
votes
2answers
40 views
problem with including pdf using pdfpages
I am trying to use \includepdf with about 20 different PDFs. The first 19 have worked fine, but the last one which can be found below
...
4
votes
2answers
43 views
change position of figure in beamer
I need to put a figure in a specific position in a beamer presentation ... Does it have a solution using X and Y coordinate or another thing? What do I need to change in the following code?
...
2
votes
1answer
61 views
Text decoration is trimmed off with standalone package
I am decorating an arc with text as shown in this MWE using the standalone class:
\documentclass[10pt,class=article]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
...
2
votes
2answers
86 views
'Figure' in tikz makes image move 'forward'
I have a weird problem, whereby if I make my existing tikz picture a 'figure', it suddenly moves forward, as in, past the paragraph that comes after it in the code.
That is, if the code that makes ...
3
votes
1answer
51 views
Equation and image in a row
I have example (defined as \newtheorem{example}{Example}[section]) and inside
I have four-level equation of same size as an image ABC.png that I want to put on the right from the equation. But it is ...
2
votes
2answers
29 views
How to align an image to the bottom inside a table cell
I created the following document:
Code:
\documentclass[11pt]{article}
\usepackage[a5paper]{geometry}
\usepackage{tabularx}
\usepackage{graphicx}
\begin{document}
\begin{tabularx}{\textwidth}{|X|}
...
3
votes
3answers
94 views
Insert text inside a image in eps format
UPDATE:I tried the solution with overpic and it works fine. But the problem is, sometimes, my experimental setup changes and I have to reproduce the eps file using different parameters from Matlab. ...
1
vote
2answers
1k views
Images on latex not appearing
I cannot seem to get the images to appear on latex. I get no error messages and, it has no problems compiling. However, the produced (.pdf) which is what I am using, does not have the image. ...
1
vote
1answer
34 views
Aligning 3 images square in a box
I am trying to create a figure with 3 images: two on the left half which are on top of each other, and one on the right that spans the height of the left images. Here is what I have:
...
1
vote
2answers
65 views
How to include a pdf image
All I am trying to include a pdf image in my tex file, but when I compiled the tex file, the console pop up the following error msg:
! LaTeX Error: Cannot determine size of graphic in ...
1
vote
1answer
99 views
Disable “clip” and “use as bounding box” in TikZ
Problem
I use a tool which generates TikZ-Code (R with tikzDevice, to be precise). But the generated picture has a wide white border which I want to remove. When I manually (or with a script) remove ...
3
votes
1answer
27 views
Why could \usepackage{Sweave} be affecting my graphics scaling?
I'm using Sweave to produce a large, multi part academic thesis. I had neglected to specify \usepackage{Sweave} in my preamble, but everything was working fine until I added some verbatim output from ...
31
votes
2answers
2k views
Can I use an image located on the web in a LaTeX document?
I have tried
\includegraphics{http://www.site.com/path/to/figure.png}
But this returns the error
ERROR: Package pdftex.def Error: File
`http://www.website.com/path/to/figure.png'
not found.
...
1
vote
0answers
28 views
How do I reference an online image from a LaTeX document? [duplicate]
I've tried this chunk of code:
\usepackage{graphicx}
\usepackage{hyperref}
\begin{figure}
\href{http://commons.wikimedia.org/wiki/File:Pachydyptes_ponderosus.jpg}
...
2
votes
1answer
38 views
vertical placement of graphics in marginpar
I'd like to put small graphics into the margin via \marginpar. The top of the figures shall be aligned to the top of the text line they refer to. I found around here the suggestion to put a \vskip0pt ...
0
votes
2answers
106 views
Color and efficient vector graphics
I want to use complex monocolor vector graphics but I would like to be able to specify the color inside my latex source. Solutions :
Use a pdf, but I can't specify the color afterwards. Perhaps a ...
1
vote
2answers
40 views
Place Image and Break Pages
I want to obtain the following format:
Text
Text
Text
Text
endofpage
image
newpage
Text
Text
Text
Text
I have three pages in total. The image occupies whole page and the text in newpage is ...
0
votes
0answers
15 views
Different number in image caption and in ref to figure [duplicate]
I have figure with image like this:
\begin{figure}[h!]
\centering
\label{fig:controlsOpacity}
\includegraphics[width=120mm]{img/image_01.png}
\caption{some text}
\end{figure}
then I am referencing ...
2
votes
0answers
57 views
Any software-tool off-line to create LaTeX text as a graph?
I like to make math graphs, with Mathematica, with Adobe Fireworks, with Hypersnap etc. However I have a problem, because I would like to have a plugin to Adobe Fireworks or HyperSnap, to enter LaTeX ...
7
votes
1answer
203 views
What is the “#” for in TikZ?
I am a newbie and I asked in How to create rectangles like in this example? about how to make some rectangles. I am trying to read the code and understand it as I need rectangles rather than squares. ...
0
votes
1answer
65 views
Images in posters
I am using the template from Elena Botoeva to create an A0 poster. How do I insert figures (pdf) into each node? I am guessing that \usepackage{graphicx} will be needed but it keeps giving errors ...
2
votes
1answer
73 views
LaTeX compiles but not pdfLaTeX [duplicate]
I have a "project", which has a main.tex in Main folder, and in Main folder, there are subfolders called tex and fig. In fig folder, there is a logo.eps file. In tex folder, there is a content.tex ...
4
votes
1answer
171 views
How to insert logo in exam document class?
I would like to insert a logo for the exam questionnaire on the upper right where the title is placed but i dont know how.. i would like to appear it this way.
5
votes
1answer
467 views
Convert TGA to PDF automatically
For my latex document, I have image files in tga format that I'd like to include. I want to convert them into pdf so latex can scale them without loose of precision.
By now, I just did this with ...
4
votes
1answer
106 views
Drawing a grid on each image inside the array of images
Please see what I have written,when I need individual grid on each of picture inside my figure-array. In contrast to previews question Drawing a grid on array of images. Question now is why I can't ...
4
votes
1answer
743 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 ...
4
votes
3answers
132 views
Drawing a grid on array of images
I have nice story to tell with pictures. There Maltese type cross which is processing and twisting at the same time. So to make it more visual in paper i need grid something like this Drawing on an ...
1
vote
0answers
41 views
Problem with importing image
I added a png image named MVC Unit 2 Question 1 Graph 1 to the directory, but I am not able to add the image to Latex. I am currently using online Share LaTeX, which I believe is pdflatex.
...
3
votes
3answers
47 views
Alignment of \includegraphics in a tabular
When putting a graphics inside a table, the text at the right is too much at the bottom
Minimum example :
\documentclass{article}[12pt]
\usepackage{graphicx} % This is already loaded by the ...
2
votes
1answer
48 views
How can I add or overlay a legend to an .eps image
Assume someone has several Matlab plots saved as .eps graphics and realizes in some of them the legend for the curves is missing.
Is there a way to add these legends afterwards, or to overlay another ...
7
votes
2answers
74 views
Adding an image in luatex
I would like to use Lua functions in order to reproduce the effect of \includegraphics{testimg}. This means that the image "testimg.pdf"
would appear centered in the following example.
...
10
votes
3answers
378 views
Drawing a 3D cone
I want to create some thing like this ,
but instead of a box, I use another object (a dog silhouette). Here is what I have so far
\begin{tikzpicture}
\begin{scope}[scale=0.25, xshift=70, ...
0
votes
0answers
44 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++ ...
2
votes
1answer
40 views
How to make eps file imported in .tex , un-cropped?
I have a eps file with a very high resolution. Now when I am trying to import it in my tex file using include graphics I am only able to see part of it, i.e. its cropped. I already played with width, ...
14
votes
4answers
387 views
Can fuzzy borders be added to external pictures programmatically?
In my opinion, external pictures are often more pleasing to the eye on a white background when they have fuzzy rather than "sharp" borders. For instance, compare this
to that
Adding fuzzy ...
3
votes
3answers
1k views
How to vertically align 3 images with subfigure?
This code:
\begin{figure*}[t]
\begin{center}
\begin{subfigure}[a]{0.3\textwidth}
\label{im:device_front}
\includegraphics[width=\textwidth]{images/bsn_side}
...
1
vote
0answers
32 views
Makefile problem
I am having problems with compiling EPS images, I don’t know whether it is a problem with my makefile or not. When I am compiling a document with EPS images, it takes like 4 minutes to compile them, ...
4
votes
1answer
109 views
Why do I get a black rectangle instead of my external picture?
I write some of my network notes in TeX. I wanted to make a table, and inside it insert an image:
.
I wrote a document:
\documentclass{article}
\usepackage[demo]{graphicx}
\usepackage{booktabs}
...
1
vote
1answer
58 views
Picture not formatting to text width
I'm trying to format a picture so that it fills the text width however it always errors and fills the whole page.
\includegraphics[width=\textwidth]{circle}
is the line I'm currently using also ...
0
votes
2answers
64 views
What is the common approach to include pictures/figures from pdf files or other sources? [closed]
What is the common approach to include pictures/figures from pdf files or other sources?
My approach is to save the graphic as a jpg. Afterwards I include it into a Power Point and safe it from PP to ...
59
votes
3answers
2k views
Fundamental differences : PSTricks, TikZ/PGF and others
OK, since this is a pretty vague and subjective question. I need to set up some borders around the discussion that I intend to benefit from. But before anything, I certainly do NOT want to excite the ...
1
vote
1answer
34 views
Insert image in the header
I am a real beginner in LyX and I want to insert a small image into the header. Actually I want to insert two images. But let's begin by one. I have no idea how to do this and would appreciate any ...
4
votes
1answer
72 views
Paper size with geometry in memoir: LaTeX vs PDFLaTeX
I have been searching for an answer to my problem, but my search did not yield any topics with the same problem, so hereby my question:
I have created a document with the memoir package. The stocksize ...
1
vote
1answer
53 views
PDF files in Appendix are ill placed
I'm writing up my bachelors thesis. I have used the appendix{} command i.e.,
\newpage\chead{Appendix}\begin{appendices}\numberwithin{equation}{section}
and I have a lot of sections in the ...
8
votes
3answers
339 views
How to trim / clip / crop graphics without trial and error?
Often I include graphics with the trim option. Everytime I have to start a trial and error search for the right values. Is it possible to do it more straight forward?
1
vote
1answer
55 views
Eps Position Problem [duplicate]
I am trying to put a graph inside my TeX file it somehow misses its original places and moves somewhere else. What can I do to fix it?
Here is my code:
\documentclass{article}
...
9
votes
3answers
257 views
Output TeX into a PDF template
I'm writing a cover letter that I want to have on university letterhead, which I have a full-sized electronic copy of (in PDF as well as JPG). Is there an easy way to make TeX do this?
4
votes
1answer
47 views
Not classical distribution of multiple images
I'm using the packages \usepackage[font=small]{caption}, \usepackage{graphicx} and \usepackage[font=small, subrefformat=parens]{subcaption} and I would like to organize 7 images like this:
Is there ...
0
votes
1answer
182 views
Beamer image positioning
I am trying to place two images side-by-side in a beamer document. However, when I compile the document, the image in the right column is forced too low on the page. I am using the [htp] options but ...
1
vote
1answer
56 views
How to split the page with images on the right and information to the left
I would like to do the following but more correctly:
I would like to have to have the images on the right and information on the left. I tried using wrapfigure package to do it but I don't think ...



