summaryrefslogtreecommitdiff
path: root/support/imaketex/ExamNormal/example2.tex
blob: de952ec6bf8df1b4a7dc8bf3637a3596bc4db472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentstyle[]{article}

\begin{document}

This is a normal example (document 2). It uses two input files:

\newcommand{\myinput}[1]{\input{#1}}

\myinput{input1.tex}
\myinput{input2.tex}

\end{document}