about adding external images in a document. Use {graphics} tag for a more general audience.
Questions tagged [includegraphics]
684 questions
7
votes
2 answers
Which file does includegraphics select if there are multiple files with different extensions?
We usually write something like
\includegraphics{image}
instead of:
\includegraphics{image.png}
That is, \includegraphics does not usually require a file extension such as .png .pdf .jpg, etc... That is,
Suppose that I have all of the…
IdleCustard
- 1,194
4
votes
1 answer
how do I print the current \graphicspath?
Related to
Is there a way to typeout the contents of \graphicspath .
However, I want to print the contents of Ginput@path to my document rather than search my log file for the contents in order to better trace out a weird bug I must have introduced…
ivo Welch
- 3,766
4
votes
1 answer
How to add a picture with extension .HEIC in LaTeX?
I have a picture saved as pic.HEIC (created by iPhone). I would like to include this picture in my LaTeX document using \includegraphics. However, it is difficult to do so. Is there any way to include pic.HEIC? Thank you in advance for your help!
Xinyu Chen
- 43
4
votes
2 answers
Inserting a transparent background image
I am wanting to include a signature on a document using
Signed:\\
\includegraphics[scale=0.5]{Signature}
\rule[1em]{25em}{0.5pt}
The image is .png with a transparent background.
However, no matter what method I have tried (converting…
Kendall
- 215
3
votes
2 answers
How to fill page with a picture
I'd like to fill a page with a picture (to the extent possible while preserving the picture's aspect ratio).
I want the picture to fill the page, extending beyond the margins. (I want non-zero margins in general, on pages that will have text.) The…
dedded
- 2,236
3
votes
2 answers
Adding "a)" label on top of figure
I'm writing a paper and the convention is to put several figures together, each of them with the marking "a)", "b)", etc... directly on top of the figure.
The perfect solution for me would look like includegraphics having an optional argument to do…
Miguel
- 504
2
votes
1 answer
Shifting graphics vertically within figure
I'm sure this is answered somewhere. I've looked, but still having trouble getting exactly what I'm trying to do. Perhaps I need to use something I'm not familiar with. I'm trying to shift one of two graphics within a figure vertically, without…
delrocco
- 215
2
votes
2 answers
Print the "scale factor" on each figure as a watermark
From a previous question (\includegraphics: get the "scale" value of a figure whose size is expressed by "width") I learned how to get the scale factor of a figure inserted by the \includegraphics command.
Now I'd like to print, as a watermark, the…
Gabriele
- 1,815
2
votes
0 answers
Extract all includegraphics from a document
My question
I'd like to create an extract of all my graphs in a separate document.
How to extract all graphs used with \includegraphics in a document ?
Context
I used to use the extract package to automatically generate an external file with all the…
JeT
- 3,020
2
votes
1 answer
Figure won't compile
I am trying to add a picture in the same folder, subfolder pictures, named iphone.png, but it will terminate with an error.…
yoshi
- 21
1
vote
0 answers
Alert to identify the hidden text overlap inside and the hidden text goes outside textarea
Is there an option in PDFLaTeX to throw error/warning if any hidden text found in the output PDF that goes outside text area or clashes with the text inside the textarea as shown in the picture with red box.
\documentclass{book} …
RampSmart
- 103
1
vote
1 answer
Including graphics without bounding box (similar to pstricks' \rput command)
I have a very specific table that just needs to be this way (even though one might argue that it is not a very TeX kind of way).
The cell in the upper left is supposed to contain a logo and it fits nicely:
My question is how to achieve this without…
fborchers
- 465
- 2
- 13
1
vote
1 answer
How to calculate in Latex?
I have following problem:
\begin{figure}[htbp]
\centerline{\includegraphics[width=\columnwidth]{relations.png}}
\caption{Example of a figure caption.}
\label{fig}
\end{figure}
the image is a little bit too big if I do this above.
Instead, I'd like…
Yasin Sahin
- 13
1
vote
0 answers
1
vote
1 answer
How do I force-fit graphics (from \includegraphics) onto beamer pages?
I am trying to coax LaTeX to wrangle my figures so that they keep their aspect-ratios but fit the image still on the page in terms of maximum width and height. Pandoc spits out LaTeX beamer code that should do this and that looks correct...except…
ivo Welch
- 3,766