diff options
Diffstat (limited to 'evmik_manual.sty')
-rw-r--r-- | evmik_manual.sty | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/evmik_manual.sty b/evmik_manual.sty new file mode 100644 index 0000000..bb03cbf --- /dev/null +++ b/evmik_manual.sty @@ -0,0 +1,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}} + |