diff --git a/Makefile b/Makefile index 184dc91..d7cc7ba 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ install: @echo **********Setting up PyQSO python setup.py install -documentation: +manual: cd doc - #latex manual.tex + pdflatex manual.tex cd .. clean: diff --git a/doc/manual.tex b/doc/manual.tex new file mode 100644 index 0000000..1490a5d --- /dev/null +++ b/doc/manual.tex @@ -0,0 +1,40 @@ +% PyQSO User Manual + +% Copyright (C) 2013 Christian Jacobs. + +% This file is part of PyQSO. + +% PyQSO is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% PyQSO is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with PyQSO. If not, see . + +\documentclass[11pt, a4paper]{book} +\usepackage[margin=1.2in]{geometry} +\usepackage{graphicx} +\usepackage{float} + +\begin{document} + +\begin{titlepage} +\begin{center} +\vspace*{5cm} +\huge{PyQSO User Manual}\\\vspace*{5cm} +\LARGE{Version 0.1a.dev} +\end{center} +\end{titlepage} + +\tableofcontents + + +\bibliographystyle{plainnat} + +\end{document}