summaryrefslogtreecommitdiff
path: root/support/fragmaster/example/document.tex
blob: 90d587fbcf94356abd9a186c4cda6ec15fd52627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\documentclass{article}
\usepackage[letterpaper,noheadfoot,dvips,pdftex]{geometry}
\usepackage{graphicx}

\begin{document}

\title{\texttt{fragmaster.pl} test document}
\author{Tilman Vogel}

\maketitle

This document includes graphics generated by \texttt{fragmaster.pl}.

\begin{center}
  \includegraphics[width=0.6\textwidth]{parabel}
\end{center}

The title and the labels for the $x$ and $y$ axis have been replaced
with \LaTeX\ code using \texttt{psfrag}. The original graphics was:

\begin{center}
  \includegraphics[width=0.6\textwidth]{parabel_fm}
\end{center}

The document can be processed both by \texttt{latex} and
\texttt{pdflatex}.

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: