Started writing a user manual.

pull/17/head
Christian Jacobs 2013-04-30 03:24:38 +01:00
rodzic 4f75523805
commit fa4d694f61
2 zmienionych plików z 42 dodań i 2 usunięć

Wyświetl plik

@ -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:

40
doc/manual.tex 100644
Wyświetl plik

@ -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 <http://www.gnu.org/licenses/>.
\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}