-
Notifications
You must be signed in to change notification settings - Fork 0
/
abin-v1.0-doc.tex
67 lines (53 loc) · 1.32 KB
/
abin-v1.0-doc.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
\documentclass[12pt,a4paper]{article}
\usepackage{ifxetex}
\ifxetex
\usepackage{fontspec}
% Magic formula for make \hbar not throwing a spurious message
% However, \hbar won't work in text mode, which should not be a problem
\expandafter\let\expandafter\hbar\csname ?-\string\hbar\endcsname
% End of magic code
% \usepackage{xltxtra}
\else
\usepackage [utf8]{inputenc}
\usepackage[T1]{fontenc}
\fi
\newcommand{\shade}[1]{\colorbox{black!20}{#1}}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage[
unicode=true,
pdftitle={ABIN Manual},
pdfauthor={Daniel Hollas},
bookmarks=true,
colorlinks=true,
breaklinks=true,
urlcolor=red,
citecolor=blue,
linkcolor=blue,
]{hyperref}
\usepackage{tabularx}
\usepackage[super,sort&compress,comma]{natbib}
%\bibliographystyle{achemso}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{Daniel Hollas}
\title{\textsc{Abin} - Documentation}
\title{\textsc{Abin} - \textit{Ab initio} molecular dynamics program \\ v1.1}
\begin{document}
%\thanks{written by Daniel Hollas}
\maketitle
\newcommand{\abin}{\textsc{Abin} }
\tableofcontents
\newpage
\input{intro.tex}
\clearpage
\input{quickstart.tex}
\clearpage
\input{interface.tex}
\clearpage
\input{keywords.tex}
\clearpage
\input{algorithms.tex}
\clearpage
\bibliographystyle{plain}
\bibliography{abin.bib}
\end{document}