summaryrefslogtreecommitdiff
path: root/support/fragmaster/example/document.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/fragmaster/example/document.tex
Initial commit
Diffstat (limited to 'support/fragmaster/example/document.tex')
-rw-r--r--support/fragmaster/example/document.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/support/fragmaster/example/document.tex b/support/fragmaster/example/document.tex
new file mode 100644
index 0000000000..90d587fbcf
--- /dev/null
+++ b/support/fragmaster/example/document.tex
@@ -0,0 +1,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: