Skip to content

provence2060/modernposter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modernposter - A modern LaTeX poster theme (2018/01/04 v1.02.1)

This class extends the a0poster class in that it adds support to easily create posters without the need for taking care of the layout at all. It allows to use \maketitle to generate a fancy header containing the title information and also provides macros to position various different types of text boxes in a two-column layout. The color scheme and some parts of the Makefile are inspired by the metropolis beamer theme.

Below you can find a preview of the demo:

Preview

Usage

Below you can find a toy example, demonstrating how to use modernposter.

\documentclass{modernposter}

\title{This is a Modernposter Demo}
\author{Firstname Lastname}
\email{[email protected]} 

\begin{document}
  \maketitle  

  \begin{postercolumn}
    \posterbox{Introduction}{ 
      $\dots$
    }
  \end{postercolumn} 
  \begin{postercolumn}
    \doubleposterbox[0.6]
      {Problem Statement}{
        $\dots$
      }
      {\highlight{Results}}{ 
        $\dots$
      }
  \end{postercolumn}
\end{document}

Authors

The code was written by David Derler. He can be contacted via [email protected].

License

The code is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.

About

A modern LaTeX poster theme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 88.1%
  • Makefile 11.9%