-
Notifications
You must be signed in to change notification settings - Fork 24
/
xpackages.tex
150 lines (137 loc) · 3.75 KB
/
xpackages.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
%MJZ -- all the packages used by book and chapter
\usepackage{tracefnt}
\usepackage[final]{ifdraft} %comment out draft for final
\usepackage{standalone}
\usepackage{etex}
%%%\usepackage[head=14pt,text={5.5in,8in},centering]{geometry}
%\usepackage{imakeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage{multirow}
\usepackage{colortbl,color}
\usepackage{pst-all,pst-func}
\usepackage{pst-solides3d,pst-3dplot,pst-vue3d,pst-bar}
\usepackage{pst-eucl}
\SpecialCoor
\usepackage{xkeyval}
\usepackage{xspace}
\usepackage{xparse}
\usepackage{subfig}
\usepackage{overpic}
\usepackage{enumerate}
%\usepackage[shortlabels]{enumitem}
%\usepackage{longtable}
%\usepackage{timestamp}
%\usepackage{url}
\usepackage{filecontents}
\usepackage{framed}
\usepackage{marvosym}
\usepackage[algochapter,plain,vlined,linesnumbered]{algorithm2e}
%\usepackage{fancyhdr}
\usepackage{ragged2e}
%\usepackage[sorting=nyvt,
% backend=biber,
% style=authoryear,
% natbib=true,
% maxbibnames=99,
% isbn=false,
% dashed=false,
% firstinits=true]{biblatex}
%\usepackage[square,sort,sectionbib]{natbib}
%\usepackage{chapterbib}
\usepackage{soul}
%\usepackage{tikz}
%\usepackage{pgf,pgfplots}
%\usepackage{gnuplot-lua-tikz}
%\usepackage{cmbright}
% \usepackage[T1]{fontenc}
%\usepackage{smcaps}
%\usepackage[intlimits,cmex10]{amsmath}
\usepackage{amsmath}
\interdisplaylinepenalty=2500
\usepackage{amssymb}
\usepackage{latexsym}
%\usepackage[amsmath,thmmarks,framed]{ntheorem}
%\usepackage{amsthm}%%%added by NG
\usepackage[showonlyrefs]{mathtools}
% To deal with the too many alphabets error
\newcommand\hmmax{0}
\newcommand\bmmax{0}
\usepackage{bm}
\usepackage{auto-pst-pdf}
\usepackage{fancybox}
\allowdisplaybreaks[1]
\usepackage[none]{hyphenat}
\hyphenpenalty=2000
\tolerance=2000
%2nd edition
\usepackage[ntheorem]{empheq}
\usepackage[most]{tcolorbox}
\usepackage[ntheorem]{empheq}
\tcbset{%colback=gray!10, colframe=gray!90,
highlight math style= {colframe=gray!90,colback=gray!10,boxsep=0pt}}
\usepackage{tikz}
\usepackage{pgf,pgfplots}
\usepackage{pgfplotstable}
\pgfplotsset{compat=newest}
\usetikzlibrary{arrows.meta,3d,matrix,calc}
\usetikzlibrary{automata,graphs,trees}
\usetikzlibrary{shadows}
\usepackage[customcolors]{hf-tikz}
\tikzset{offset definition/.style={
above left offset={-0.5,1},
below right offset={0.5,-1},
},
tmark/.style={
set fill color=gray!10,
set border color=gray!90,
}
}
\usepackage{bigdelim}
%dedication
%\newenvironment{dedication}
%{
% %\clearpage
% \thispagestyle{empty}
% \vspace*{\stretch{1}}
% \hfill\begin{minipage}[t]{0.66\textwidth}
% \raggedright
%}%
%{
% \end{minipage}
% \vspace*{\stretch{3}}
% %\clearpage
%}
%\makeatletter
%%adds minipage to inside of algorithms
% \newlength{\tightalgowidth}
% \newlength{\tightalgoremainder}
%
% %% uncomment to use centered floating algorithms
% \newenvironment{tightalgo}[2][]
% {
% \setlength{\tightalgowidth}{#2}
% \setlength{\tightalgoremainder}{3pc}
% \begin{algorithm}[#1] }
% { \end{algorithm} }
%%
% %\makeatletter
% %\patchcmd{\@algocf@start}{%
% %\begin{lrbox}{\algocf@algobox}%
% %}{%
% %\rule{0.5\tightalgoremainder}{\z@}%
% %\begin{lrbox}{\algocf@algobox}%
% %\begin{minipage}{\tightalgowidth}%
% %}{}{}
% %\patchcmd{\@algocf@finish}{%
% %\end{lrbox}%
% %}{%
% %\end{minipage}%
% %\end{lrbox}%
% %}{}{}
% %\makeatother
%%\SetAlCapFnt{\sansb}
%
%
%\makeatother