Back (Current repo: dotfiles)

my dotfiles to make it easy to transfer my settings
To clone this repository:
git clone https://git.viktor1993.net/dotfiles.git
Log | Download | Files | Refs

exhibit-template.tex (528B)


\documentclass{article}

\usepackage{titling}
\usepackage{geometry}
\usepackage[2]{pagesel}
\usepackage{fix-cm}

\makeatletter
\newcommand\HUGE{\@setfontsize\Huge{70}{80}}
\makeatother


\geometry{a4paper, margin=1in}

\title{}
\date{}
\author{}

\pagenumbering{gobble}

\begin{document}
\maketitle
\newpage

% \vspace doesn't like being at the very beginning, so the workaround
% is to generate an empty page and discard it
\null\vspace{\fill}
\centering
\textbf{\HUGE EXHIBIT @REPLACE@}
\vspace{\fill}
\newpage
\end{document}