{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}.
4
votes
2answers
48 views
Equivalent of bounding box when compile with pdflatex
I'm having an issue inserting a .pdf image into my .tex file (an .eps works fine). A description of my problem is below.
When I insert an .eps figure by doing:
\documentclass[a4paper,11pt]{article}
...
3
votes
2answers
92 views
Beamer figure grows larger when pointing on it
I am working on a beamer presentation where I would like to place a couple of graphs on one slide. The resolution is however not sufficient and I was wondering if it would be possible to enlarge the ...
8
votes
1answer
93 views
TikZ image with hyperlinks --> GIF/PNG image + HTML image map
I have a (complex) TikZ-based figure with hyperlinks. Now I need a web version of this figure that preserves all hyperlinks. Converting the PDF to GIF or PNG is trivial, but for the hyperlinks I ...
7
votes
0answers
76 views
Single/Double side environment with different backgrounds
I'm having trouble aligning some of the elements.
I would like align Check Box and Cross Box to be same size so that they look nicer below is what i got so far.
Also it would be great if they can ...
2
votes
2answers
45 views
Two images inside minipage (side by side) with one common caption that says “Figure 1 & 2:”
I have two images inside a minipage, so I can have them side by side. When I make a caption for the images it only comes up as "figure 3: text", but I would like to have it showing "Figure 3 & 4: ...
18
votes
2answers
396 views
MATLAB like command box
hello i am trying to set up style for script box.
so far i got
\begin{script*} >> help \end{script*}
working and displaying
i want final version to look some what similar to this picture
...
2
votes
0answers
62 views
How do I embed an external image within tikzpicture?
I tried the following:
\begin{tikzpicture}[]
\pgftext{\includegraphics[width=150pt]{pic1.png}} at (0pt,0pt);
\pgftext{\includegraphics[width=150pt]{pic2.png}} at (100pt,0);
\end{tikzpicture}
...
2
votes
0answers
88 views
Graphics on a high resolution display
I recently switched over to a laptop with a really high resolution display and now all of my .tex files with graphics are broken. Any idea what's happening here / how to fix it?
3
votes
3answers
52 views
REVTEX 4.1 and PeerX-Press LaTeX workflow
I am having trouble finding a practical workflow for REVTEX 4.1 documents to be uploaded using the AIP PeerX-press system.
The PeerX system only accepts images in EPS and TIFF format. My native ...
4
votes
2answers
71 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?
...
4
votes
2answers
54 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
...
2
votes
1answer
68 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
33 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
1answer
54 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
91 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
3answers
100 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
1answer
37 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
66 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 ...
3
votes
1answer
28 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 ...
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
43 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 ...
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 ...
0
votes
2answers
108 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 ...
2
votes
0answers
59 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 ...
1
vote
1answer
70 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
76 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
111 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
3answers
144 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
51 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
53 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
75 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.
...
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
41 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, ...
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, ...
14
votes
4answers
410 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 ...
4
votes
1answer
110 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}
...
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 ...
11
votes
3answers
427 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, ...
4
votes
1answer
81 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
37 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 ...
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}
...
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 ...
1
vote
1answer
57 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 ...
4
votes
1answer
57 views
Equation over picture (overpic)
Is there a way to place a mathematical equation over a picture? I am using the overpic package and \put command, but it doesn't work (\usemath, \begin{equation}...\end{equation}).
\begin{figure}[h!]
...
0
votes
0answers
15 views
EPS figure shows error when compiling with pdflatex [duplicate]
I have trouble with EPS figure when compiling with pdflatex. I have compiled the following TeX code with pdflatex.
\documentclass{book}
\usepackage{graphicx}
\begin{document}
\begin{figure}
...
11
votes
1answer
53 views
Simple way to switch inline asymptote figures on and off
I use the inline asymptote environment \begin{asy} to draw a lot of the figures in my papers. To those not familiar with asymptote, the asymptote package creates *.asy files for each of the asy ...
2
votes
0answers
100 views
Picture “stuck” in a position
I am inserting several figures in my text with the \includegraphics command but some of them are not being placed correctly and they don't move when I change the command's parameters.
This works ...
2
votes
1answer
83 views
How to remove the vertical space between two images latex
I know this topic is allready discussed but I still don't manage to solve this problem. I have 2 pictures in my document. I would like to delete the white vertical space between them. I found ...



