forked from insertinterestingnamehere/numerical_computing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
58 lines (49 loc) · 1.7 KB
/
template.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
\documentclass[nociteref]{newsiambook}
\usepackage{hyperref}
\usepackage{import}
\usepackage{amsmath, amsfonts, amscd, amssymb}
\usepackage{mathtools}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{url}
\usepackage{mathrsfs}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{algorithmicx}
\usepackage[plain]{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{color}
\usepackage{verbatim}
\usepackage{listings}
\usepackage{float}
\usepackage{paralist}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{textcomp}
\usepackage{bbm}
\usepackage[framemethod=tikz]{mdframed}
\include{command}
\include{include}
\makeindex
\begin{document}
%------------------------------------------------------------------
% License
%------------------------------------------------------------------
% \begin{thepreface}
% \vfill
% \copyright{This work is licensed under the Creative Commons Attribution 3.0 United States
% License. You may copy, distribute, and display this copyrighted work only if you give
% credit to Dr.~J.~Humpherys. All derivative works must include an attribution to Dr.~J.~Humpherys as the owner of this work as well as the web address to
% \\\centerline{\url{https://github.com/ayr0/numerical_computing}}\\ as the original source of
% this
% work.\\To view a copy of the Creative Commons Attribution 3.0 License,
% visit\\\centerline{\url{http://creativecommons.org/licenses/by/3.0/us/}} or send a letter to
% Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.}
% \vfill
% \centering\includegraphics[height=1.2cm]{by}
% \vfill
% \end{thepreface}
%-----------------------------------------------------------------
\mainmatter
%TEMPLATE_INSERT
\end{document}