File: fig_test3.tex

package info (click to toggle)
latex2rtf 2.3.18a-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,392 kB
  • sloc: ansic: 20,424; makefile: 660; sh: 478; perl: 22
file content (23 lines) | stat: -rwxr-xr-x 585 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass{article}
\usepackage{graphicx}
\begin{document}

\begin{figure}
\includegraphics{fig_testd.pdf}
\caption{Grid with one-quarter inch squares}
\end{figure}

\begin{figure}
\includegraphics{fig_testd.ps}
\caption{Grid with one-quarter inch squares (multiplied by 200/216
because the \texttt{.ps} file is that much smaller than the \texttt{.pdf}
file).}
\end{figure}

\begin{figure}
\includegraphics{fig_teste.pdf}
\caption{This is the image that has been giving us so much trouble.
Hopefully it converts properly on both XP and unix systems..}
\end{figure}

\end{document}