Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@m00natic
Last active December 12, 2015 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m00natic/15410be25f7475984a71 to your computer and use it in GitHub Desktop.
Save m00natic/15410be25f7475984a71 to your computer and use it in GitHub Desktop.
Customized Org mode header page

Some Great Title!

#+AUTHOR Andrey Kotlarski

Some header…

\renewcommand\maketitle{\begin{titlepage}%
\begin{center}
\includegraphics[width=.9\linewidth]{./great-logo.jpg}
\vfill
{\huge \bf Some Great Title!}
\vfill
\textsc{\Large Andrey Kotlarski}
\end{center}
\end{titlepage}%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment