blob: bb03cbf78f1c129812bc26f14f9abd5071b2c4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% -*- latex -*-
\usepackage{tabularx,boxedminipage,amsmath,fullpage,units}
\usepackage{graphicx}
\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}}
|