mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
29 lines
608 B
TeX
29 lines
608 B
TeX
\documentclass{article}
|
|
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
|
|
\usepackage{graphicx}
|
|
\usepackage{hyperref}
|
|
\usepackage{multicol}
|
|
\usepackage{fancyhdr}
|
|
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\rhead{<%-profile.name%> \today}
|
|
\lhead{<%-article.title%>}
|
|
\rfoot{Page \thepage}
|
|
|
|
\title{<%-article.title%>}
|
|
\begin{document}
|
|
|
|
\begin{multicols}{2}
|
|
\noindent\begin{minipage}{\linewidth}
|
|
\Huge{<%-article.title%>}
|
|
\newline
|
|
\large{By <%-profile.name%>}
|
|
\vspace{0.5cm}\\
|
|
\includegraphics[width=\linewidth]{<%-article.cover%>}
|
|
\vspace{1.5cm}
|
|
\end{minipage}
|
|
<%-article.body%>
|
|
\end{multicols}
|
|
\end{document}
|