blob: 7b3bd764f13b115abbe8ac12aa8b4ac7a8edde4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% -*- latex -*-
\usepackage{subfiles}
\usepackage{tabularx,boxedminipage,amsmath,fullpage,units}
\usepackage{framed}
\usepackage{graphicx}
\usepackage[compatibility=false]{subcaption}
%\captionsetup{compatibility=false}
\usepackage[pdftex,final]{hyperref}
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue
}
\newcommand{\vect}[1]{\boldsymbol{#1}}
|