summaryrefslogtreecommitdiff
path: root/evmik_manual.sty
blob: e4af124819f1a5571deb05b9def321ade42aaba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% -*- latex -*-
\usepackage{subfiles}
\usepackage{tabularx,boxedminipage,amsmath,fullpage,units}
\usepackage{graphicx}
\usepackage{subcaption}
\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}}