{jpeg} is about the photographic image format JPEG (Joint Photographic Experts Group)
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 ...
1
vote
0answers
87 views
What is the most efficient way to render LaTeX to a viewable format on a server?
I am working on an online web-app that incorporates LaTeX document generation.
Currently, as a beginner to LaTeX (but the most experienced developer in my team), I am trying to determine the most ...
2
votes
2answers
223 views
How to save a figure produced by tikz save/export as JPG/PNG file
I have created various plots using pgfplots package for my thesis. Now I would export them in jpg or png format. Does it exist a way to achieve this porpouse?
0
votes
1answer
266 views
How to insert a JPEG picture using LaTeX
I try to insert a picture using the code below
\usepackage{pgf}
\begin{figure}[h]
\centering
\includegraphics[width=2.5in]{image/Test}
\caption{Example TA}
\label{fig:Reinforcement}
\end{figure}
...
7
votes
2answers
934 views
PNG and JPG quality loss inserting webpage screenshot into LaTeX document
I have tried using both a png and jpg file format for my images but I still loose a significant amount of quality when I run pdflatex. Is there some way to work around this?
\documentclass[12pt, ...
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 ...
5
votes
2answers
643 views
What steps are done by XeLaTeX when compiling input files with PSTricks codes, jpeg, png, eps, pdf images?
I am confused why XeLaTeX can produce a pdf output from an input file that contains PSTricks codes, PNG, JPEG, PDF, EPS images. It is the first time I use XeLaTeX and I am really surprised that I can ...
7
votes
1answer
1k views
Losing resolution when using \includegraphics to import JPEG.
I'm using \includegraphics{} with the graphicxpackage to include some pictures. There is quality detoriation though (see example images). How can I fix this?
I want a 1 to 1 insertion of a 756x510px ...
12
votes
4answers
666 views
What causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?
Internally, what causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?
2
votes
1answer
775 views
XeLaTeX portrait jpg photo insertion
I'm using XeLaTeX to produce photobooks. Searching for info on placing portrait jpg's on a page with adjacent column text similar to published photo books. Have no Problem with landscape mode with ...
37
votes
6answers
2k views
Which graphics formats can be included in documents processed by latex or pdflatex?
There several types of graphics files. In no particular order .jpeg .eps .pdf .png .tif .jif (and no doubt others). Some work with latex, dvips and some work with pdflatex. How am I supposed to know ...