summaryrefslogtreecommitdiff
path: root/support/imaketex/ExamSimple
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/imaketex/ExamSimple
Initial commit
Diffstat (limited to 'support/imaketex/ExamSimple')
-rw-r--r--support/imaketex/ExamSimple/Imakefile2
-rw-r--r--support/imaketex/ExamSimple/example.tex7
2 files changed, 9 insertions, 0 deletions
diff --git a/support/imaketex/ExamSimple/Imakefile b/support/imaketex/ExamSimple/Imakefile
new file mode 100644
index 0000000000..821711de71
--- /dev/null
+++ b/support/imaketex/ExamSimple/Imakefile
@@ -0,0 +1,2 @@
+#include <TeX.tmpl>
+SimpleLatexTarget(example)
diff --git a/support/imaketex/ExamSimple/example.tex b/support/imaketex/ExamSimple/example.tex
new file mode 100644
index 0000000000..44bb2c5d45
--- /dev/null
+++ b/support/imaketex/ExamSimple/example.tex
@@ -0,0 +1,7 @@
+\documentstyle[]{article}
+
+\begin{document}
+
+This is a simple example.
+
+\end{document}