{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}.
1
vote
1answer
100 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 ...
4
votes
2answers
86 views
Center wide figure w.r.t. page instead of margins
I've seen similar threads with centering problems, but could not find the right solution to mine. I'm using the report class (onesided).
I have a float figure (object width=1.3\textwidth here, may ...
3
votes
1answer
66 views
package wallpaper for landscape, latex
I'm using wallpaper package to put background image on each page. I'm facing problem to put image on landscape on right position. I need to put it upper left corner of the page. I It seems that it is ...
3
votes
0answers
161 views
Making a family of graphs in TikZ by a few definitions
I am trying to make in TikZ a family of graphs, as in included pictures. I can make them one by one, using nodes (circle/square/triangle, black/white) and joining them. However it seems to me, that ...
0
votes
1answer
35 views
Floating image spanning over newpage
I m wiring one report in which i need to add images in each section. Each section start on new page but i found when there is not enough space on one section, image float to another section and there ...
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 ...
6
votes
1answer
136 views
Create a Frequency Allocation Diagram
I need to reproduce a frequency allocation diagram in TeX. I prefer TikZ but open to PSTricks. I can create a simple bar allocation char using \node but unsure how to create layered blocks like the ...
6
votes
2answers
144 views
How to elegantly create a pyramid hierarchy in tikz
I want to create a pyramid hierarchy in tikz with smooth sides (unlike this step-pyramid) and place text in each level. Shown below is how I am currently doing this, is there a better way?
...
5
votes
3answers
182 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 ...
6
votes
2answers
153 views
How to make an image for backgrounds with exact A4 dimensions?
In order to make a background image that fits the page perfectly, I have tried two things. The first is to use a document class where the dimensions of the page can be set to that of A4, which ...
2
votes
1answer
69 views
How to increase the dpi without increasing the size of the picture via dvipng?
There is a useful tool in MikTeX called dvipng, which can transform dvi file to png file.
My question is about the useage of this command.
I usually use it with options
-T tight -D 120 -z 9 -bg ...
1
vote
0answers
43 views
Positioning images in titlehead
I'm trying to position four images inside the corners of the \titlehead environment. My approach didn't work.
\titlehead{
\centering
\includegraphics[height=20mm,keepaspectratio]{upper_left}
...
2
votes
1answer
125 views
Beamer: Full width image, aligned to top with a frame title
I would like to include a full width image, aligned to the top of a frame with a frame title. The problem is, I cannot get rid of a line of white space between the orange frame title header and the ...
3
votes
1answer
56 views
epslatex graph problem
I am using the epslatex image generated by gnuplot in my LaTeX document for example if I have a picture example.tex, I use it in LaTeX as
\begin{figure}[t]
\input{example}
\end{figure}
The above ...
1
vote
1answer
66 views
Automatically include an SE flair in output document [duplicate]
Under the assumption that my machine is connected to the Internet, how can I automatically include my TeX.SE flair in my output document at compile time?
My understanding is that an SE flair is ...
1
vote
0answers
79 views
Tikz code: Cartesian space vs hough space [closed]
I would like to write down using tikz the following graphs.
It would be great and extremely helpful if someone could post me the code.
4
votes
0answers
141 views
Drawing a silhouette cone with tikz
I am trying to draw something like this
but with a more fancy object, instead of a square, say a bunny or a human (whose silhouette's contour points I exported from an image). I know I need to ...
2
votes
0answers
51 views
Pictures not inserting
I am trying to insert a picture using \usepackage[pdftex]{graphicx}. I have that in my preamble, and then I'm attempting to insert a picture on a title page. I use the \includegraphics command. I ...
3
votes
1answer
81 views
Graphing with custom axes
How would one go about creating a graph in LaTeX with custom axes, colors and labels, something like this:
If anyone knows the exact code to create this, that would be extremely helpful, but if not, ...
5
votes
1answer
124 views
Stereographic Projections
Take the unit sphere in the three dimensional space. A plane through the half of the sphere perpendicular to the vertical axis.
Pick a point in the plane and draw the line which joins it with the ...
2
votes
0answers
64 views
Beamer - Optimal figure size given there is a caption, frametitle, etc
This question is inspired by an almost complete solution. My aim is to have the figure (placed in a figure environment) occupy the maximum place possible given that it has a caption (without ...
3
votes
1answer
49 views
Bad label placing in kiviat diagram
Shouldn't resizebox should resize the label along with the whole picture? How can I avoid the label put above the arrow? (Other than rotating the image, which I don't want to do.)
...
0
votes
0answers
30 views
How to keep two different headers for odd even page with image?
I am writing one report using image as header in which I need to keep right and left aligned images in header (odd-even page). How can I implement it?
3
votes
2answers
130 views
Inserting a .tex image into my LaTeX document
I'm using a program that exports images in a .tex format and I was wondering if anyone know how I should include this in my main TeX file?
\fcolorbox{white}{white}{%
...
4
votes
3answers
56 views
Automatically construct image file name
I have a lot of images numbered like so:
image_0001.png
image_0002.png
image_0003.png
...
I would like to set up a Latex command to include a specific numbered image, for example:
...
4
votes
1answer
132 views
Beamer Presentation: Stepwise Uncover Images
I don't even know if this is possible, but here goes:
I'm writing slides for an upcoming presentation using the default LyX Beamer template. I am also using the uncover everything in a stepwise ...
1
vote
1answer
56 views
How do I insert pdf image into LaTeX without showing the file location? [duplicate]
This is the code I'm using and the image comes up but with the file location next to it
\begin{figure}
\begin{center}
\includegraphics[scale=0.8]{C:/Users/Lauren/Google ...
6
votes
1answer
187 views
TIKZ drawing Gaussian Blur
I am a complete newbie to latex and have been working on thesis. At the moment, I am trying to draw this
and have no idea how to start. I did some google and found out that tikz is very popular for ...
6
votes
1answer
111 views
How can I put large parentheses around a figure?
Around an image, I would like to place parentheses that are large enough to enclose an image. To give you an idea, I tried:
\[
\left(
\includegraphics[width=0.2\textwidth]{figurename}
\right)
\]
...
2
votes
2answers
91 views
Two pictures, side by side on even and odd page
I am formatting a twopage book on latex and I have a diagram divided on two almost page size images. (Two captions).
What can I do for putting the first image on an even page and the second on the ...
3
votes
1answer
64 views
Uncertain about dpi in LaTeX
Im a bit new to latex, I thought when adding images they were scaled according to some universal default dpi--today I learned this isn't really the case. So I have a few questions regarding images and ...
1
vote
1answer
71 views
Insert dynamic graphs
Is it possible to insert dynamic graphs into your LaTeX document?
For example, let's say I want to add ABC Enterprise's turnover into my LaTeX document for each month. Could I do something like ...
7
votes
1answer
247 views
Insert A3 page with figure into A4 document with active references
Based on the first answer from a previous post "Insert foldable A3 pages in an A4 document with active references", I tried to get a figure on an A3 page in my thesis. However, it does not turn out as ...
3
votes
1answer
164 views
Beamer: Transparent AND centered background image on intro slide
I know this is similar to other questions. Other answers address either (1) adding a transparent image or (2) centering an image but I cannot find an answer with both. With previous answers I can ...
5
votes
3answers
155 views
Vertically aligning images in beamer
I have a sequence of images I would like to animate in beamer. In each frame, I would like to have two images, say A and B, aligned vertically and centred on the page. All images are the same size.
...
3
votes
2answers
82 views
Redefine report Part with image
I am trying to include an image on the part title page of my report, so that it looks like this, but shows up correctly in the ToC:
\clearpage
\newpage
{\pagestyle{empty} ...
0
votes
0answers
14 views
Pdf not generating after attaching figures in PdfteXt [duplicate]
I am using scientific Linux 6.3 and pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) and elsarticle document class. I have to attach figures and iam doing it as,
%%%%%%%%%%%%%%% begin figure 1 ...
2
votes
0answers
37 views
Include graphics from the web [duplicate]
Is it possible to include a graphic file hosted on the web instead of hosted on my local folder?
For example, something like this:
\includegraphics{www.example.com/logo.pdf}
ps: of course, that ...
2
votes
0answers
98 views
Resolution (dpi) for \includeimage pictures and pdflatex
I am trying to create a pdf file with some pictures in it. Those are PNG files with 300dpi.
I use texlive and pdflatex from Debian Squeeze.
A simple code of my document would be:
...
1
vote
2answers
104 views
Adding watermark
I have simple question of adding a watermark with predefined position. I need to put it with the setting given below.
Here is my code:
\documentclass[a4paper,twoside,10pt]{report}
...
1
vote
0answers
45 views
includegraphics in emacs with latexmk
I document I used to be able to compile on Vim wont compile on emacs. When I check the log, it is having trouble with
\includegraphics[widht = 3in]{file.pdf}
It says
I could not locate the file ...
2
votes
1answer
75 views
Vector images rasterized when converting to PDF? (XeTeX)
I've been using LyX with vector images in *.eps format for the longest time. Now I've moved to a new machine (a mac), tried to get the same work environment back, and ran into this problem:
Creating ...
0
votes
0answers
32 views
Combine \newacronym and \includegraphics [closed]
I'm writing my Bachelor's thesis at the moment and I'm using the glossary package for the abbreviations. Some of my abbreviations are symbols from some LaTeX packages. Sadly, one symbol does not ...
2
votes
2answers
143 views
How to shift graphics/adjust placement of figure with \includegraphics
I composed a diagram that takes up the entire sheet of paper in landscape mode, called diagram.tex (compiled it to generate pdf). I'm trying to include that into an article, but only half of it is ...
4
votes
3answers
162 views
Spider Graph Legend and Caption
I would like to add: legend (Red, blue and Green) and figure caption (with legend) for my Keviat plot. The code of my keviat is listed below.
Thank you
\documentclass[]{scrartcl}
...
11
votes
5answers
291 views
Create image from statistical data automatically
I am looking for a way to automatically create images like the one below:
There is no MWE because all I have, for now, is this image (created, I believe, by SPSS, but I have nothing to do with that ...
4
votes
3answers
116 views
How to add graphics in LaTeX
How can we define the path if our file is at another place?
I got this one that in preamble, we will write
\usepackage{graphicx}
Then for uploading graphics we will use
...
0
votes
0answers
23 views
Include non standard font (like bengali or hindi or chinese) in ipe [closed]
I want to get non standard fonts in Ipe images. How to include non standard font (like bengali or hindi or chinese) in ipe or compiling ipe with xelatex? Any help is appreciated.
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. ...
3
votes
1answer
59 views
How do I move an graphic to the top of a frame?
\documentclass[t]{beamer}
\definecolor{links}{HTML}{2A1B81}
\hypersetup{colorlinks,linkcolor=,urlcolor=red}
\usetheme{Frankfurt}
\usecolortheme{dolphin}
\usefonttheme{structuresmallcapsserif}
...


