summaryrefslogtreecommitdiff
path: root/support/qfig/q-eepice.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/qfig/q-eepice.tex
Initial commit
Diffstat (limited to 'support/qfig/q-eepice.tex')
-rw-r--r--support/qfig/q-eepice.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/qfig/q-eepice.tex b/support/qfig/q-eepice.tex
new file mode 100644
index 0000000000..ef6f1d3fe2
--- /dev/null
+++ b/support/qfig/q-eepice.tex
@@ -0,0 +1,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}
+ \ No newline at end of file