File: document.tex

package info (click to toggle)
fragmaster 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 356 kB
  • sloc: perl: 127; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (8)
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: