Tagged Questions
0
votes
1answer
265 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}
...
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 ...