From bf1adece8aeb48e136085233d2f5ff2f9600eaf5 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 2 May 2021 17:33:26 +0200 Subject: update --- preamble.tex | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'preamble.tex') 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} } -- cgit v1.2.3