-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
57 lines (41 loc) · 1.36 KB
/
Copy pathmain.tex
File metadata and controls
57 lines (41 loc) · 1.36 KB
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
\documentclass[a4paper, 11pt, oneside]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preambles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{preamble.tex}
\title{Crystal Symmetry Primer\thanks{This document is licensed under \href{https://creativecommons.org/licenses/by/4.0/}{CC BY 4.0}.}}
\author{Kohei Shinohara\thanks{\url{https://lan496.github.io/}}}
\date{\today}
\begin{document}
\setcounter{tocdepth}{3}
\maketitle
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\setcounter{section}{-1}
\input{source/preliminary.tex}
\clearpage
\input{source/symmetry_operation.tex}
\clearpage
\input{source/group_primer.tex}
\clearpage
\input{source/space_group_structure.tex}
\clearpage
\input{source/space_group_classification.tex}
\clearpage
\input{source/convention.tex}
% \clearpage
% \input{source/msg.tex}
\clearpage
\input{source/normalizer.tex}
\clearpage
\input{source/lattice.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% References
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\bibliographystyle{unsrt}
\bibliography{references}
\end{document}