diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-05-02 17:33:26 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-05-02 17:33:26 +0200 |
| commit | bf1adece8aeb48e136085233d2f5ff2f9600eaf5 (patch) | |
| tree | 6a46b0c7e7fbea6a85c0e44714e0076251e82cac /preamble.tex | |
| parent | de4565fe9290ec1f1031eed6f7d067794df53166 (diff) | |
update
Diffstat (limited to 'preamble.tex')
| -rw-r--r-- | preamble.tex | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/preamble.tex b/preamble.tex index 2136b59..dca5780 100644 --- a/preamble.tex +++ b/preamble.tex @@ -49,8 +49,18 @@ \let\oldautoref\autoref \renewcommand{\autoref}[1]{(\oldautoref{#1})} +\newcommand{\autorefsub}[2]{(\oldautoref{#1}, #2)} +\newcommand{\gmt}{\acrshort{gmt}} +\newcommand{\firstvis}{first-visit data } +\newcommand{\secondvis}{second-visit data } \newcommand{\uu}{Utrecht University} +\newcommand{\flup}{\gls{d:flup} } +\newcommand{\simon}{\gls{d:simon} } +\newcommand{\dpaper}{the \flup paper } +\newcommand{\Dpaper}{The \flup paper } +\newcommand{\spaper}{the \simon paper } + \newcommand{\MyTitle}[1]{ \title{ {#1}\\ @@ -61,7 +71,7 @@ \maketitle } \newcommand{\f}[3]{% -\begin{figure} +\begin{figure}[htpb] \includegraphics[width=\textwidth]{#1} \caption{#2} \label{#3} @@ -97,7 +107,7 @@ \centering \includegraphics[scale=.7]{#1} \captionsetup{width=0.8\linewidth} - \captionof{table}{\textbf{#3} #4} + \captionof{figure}{\textbf{#3} #4} \par \label{#5} } |
