diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 13:40:58 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 13:40:58 -0400 |
commit | b9c46e1379130002b88cea6d46af991f700c4e28 (patch) | |
tree | 63e7249fa92e58bcff3b646877cb9cc98cbe78bf /packages_and_macros.tex | |
parent | 6e6dabc9ba6fa0cd6b7a35f8069288fd6595de94 (diff) | |
download | manual_for_Experimental_Atomic_Physics-b9c46e1379130002b88cea6d46af991f700c4e28.tar.gz manual_for_Experimental_Atomic_Physics-b9c46e1379130002b88cea6d46af991f700c4e28.zip |
Common parts moved from manual
Diffstat (limited to 'packages_and_macros.tex')
-rw-r--r-- | packages_and_macros.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages_and_macros.tex b/packages_and_macros.tex new file mode 100644 index 0000000..bb03cbf --- /dev/null +++ b/packages_and_macros.tex @@ -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}} + |