blob: 1757b6e058eaeb6b55f720aad3bb21ff0e6db34a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass[twoside,single]{lion-msc}
\title{Title}
\author{A. Uthor}
\begin{document}
\maketitle
\chapter{Chapter 1}
Here you type the text for the first chapter of your thesis.
\end{document}
|