File: main.tex

package info (click to toggle)
whizzytex 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,536 kB
  • sloc: lisp: 3,668; sh: 1,768; makefile: 227
file content (19 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%; whizzy   document -advi 

\documentclass{article}

\usepackage {mathpartir}

\title {An example with includes}
\author {Didier R{\'{e}}my}

\begin{document}

\maketitle
 
\include{first} 
\include{second}


\end{document}