summaryrefslogtreecommitdiff
path: root/support/qfig/q-eepice.tex
blob: ef6f1d3fe236770e7a333c3f0d2a589a11b85cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass[12pt]{article}
\usepackage{epic,eepic}
\typein[\Fname]{Enter File Name to be input}
\begin{document}
This is an example for latex2e (please remember that you have to modify
qfig-set.dat so that the output will be compatible with latex2e see 
qfig.doc for more details). \\
Here, I put the figure,
\begin{figure}
\begin{center}
\input{\Fname}
\end{center}
\caption{Test of eepic.sty}
\end{figure}
before this line.
This is an example.
\end{document}