summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-04 23:45:12 +0000
committerKarl Berry <karl@freefriends.org>2018-01-04 23:45:12 +0000
commit519f34697df5bef58d568b1262cc78bd87013dae (patch)
tree30d208e57286cf6f5b02fe7c66957b84501b74bd /Master/texmf-dist/doc/latex
parent9c69fe52ff1acb0639831fa85ba6e9723f5fd56a (diff)
modernposter (4jan18)
git-svn-id: svn://tug.org/texlive/trunk@46214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/README.md6
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/demo.pdfbin196876 -> 196876 bytes
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/demo.tex8
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/modernposter.pdfbin175987 -> 180172 bytes
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/modernposter.tex29
5 files changed, 30 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/modernposter/README.md b/Master/texmf-dist/doc/latex/modernposter/README.md
index bd376f9d705..55a83609b85 100644
--- a/Master/texmf-dist/doc/latex/modernposter/README.md
+++ b/Master/texmf-dist/doc/latex/modernposter/README.md
@@ -1,6 +1,6 @@
-## modernposter - A modern LaTeX poster theme (2018/01/02 v1.01.2)
+## 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](https://github.com/matze/mtheme).
+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 is inspired by the [metropolis beamer theme](https://github.com/matze/mtheme).
Below you can find a preview of the demo:
@@ -8,7 +8,7 @@ Below you can find a preview of the demo:
## Usage
-Below you can find a toy example, demonstrating how to use modernposter
+Below you can find a toy example, demonstrating how to use modernposter.
```latex
\documentclass{modernposter}
diff --git a/Master/texmf-dist/doc/latex/modernposter/demo.pdf b/Master/texmf-dist/doc/latex/modernposter/demo.pdf
index 1401c6d392b..8e1ac72180f 100644
--- a/Master/texmf-dist/doc/latex/modernposter/demo.pdf
+++ b/Master/texmf-dist/doc/latex/modernposter/demo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/modernposter/demo.tex b/Master/texmf-dist/doc/latex/modernposter/demo.tex
index 9eb7643f22e..c2fed54906f 100644
--- a/Master/texmf-dist/doc/latex/modernposter/demo.tex
+++ b/Master/texmf-dist/doc/latex/modernposter/demo.tex
@@ -2,7 +2,7 @@
%
% This file is part of the modernposter LaTeX template
%
-% Version 1.01.2 2018/01/02
+% Version 1.02.1 2018/01/04
%
% Copyright 2018 David Derler
%
@@ -11,9 +11,11 @@
\documentclass{modernposter}
%
% You may use the hlcolor option to pass a custom highlight color
-% in HTML format.
+% in HTML format. You may use the logo option to pass a path to
+% a logo. You may use the helvet option to switch to the Helvetica
+% font.
%
-% \documentclass[logo=logo.png,hlcolor=F70146]{modernposter}
+% \documentclass[helvet,logo=logo.png,hlcolor=F70146]{modernposter}
\title{This is a Modernposter Demo}
\author{Firstname Lastname}
diff --git a/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf b/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
index 78e2865342c..111a09908e7 100644
--- a/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
+++ b/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/modernposter/modernposter.tex b/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
index 2d4ee4d17c5..33ba8ad267d 100644
--- a/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
+++ b/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
@@ -2,7 +2,7 @@
%
% This file is part of the modernposter LaTeX template
%
-% Version 1.01.2 2018/01/02
+% Version 1.02.1 2018/01/04
%
% Copyright 2018 David Derler
%
@@ -13,6 +13,8 @@
\usepackage{xcolor}
\usepackage[hidelinks=true]{hyperref}
\usepackage{listings}
+\usepackage{examplep}
+\usepackage{amsmath}
\lstset{
basicstyle=\footnotesize\ttfamily,
breaklines=true,
@@ -27,7 +29,7 @@
\title{modernposter - A modern \LaTeX~poster theme}
\author{David Derler}
-\date{Version 1.01.2 2018/01/02}
+\date{Version 1.02.1 2018/01/04}
\begin{document}
\maketitle
@@ -38,12 +40,24 @@
\section{Installation}
The package can be installed by copying the {\tt modernposter.cls} file to the folder of your \LaTeX~distribution, which contains the manually installed packages.\footnote{For TeXLive distributions this should be {\tt $\sim$/texmf/tex/latex/modernposter/}.} Alternatively, you may choose to clone the github repository\footnote{\url{https://github.com/derlerd/modernposter}} containing the development version of this package and use the {\tt install} target of the Makefile contained in this repository. This target will automatically install the package at {\tt $\sim$/texmf/tex/latex/modern\-poster/} and the documentation at {\tt $\sim$/texmf/doc/latex/modernposter/}.
\section{Usage}
- This package is intended to save time whenever a poster needs to be created. Thus we have tried to keep the package as easy to use as possible. Below, we describe the available options followed by a toy example which should illustrate the usage of the package. For more details also refer to the {\tt demo.tex} file in the package.
+ This package is intended to save time whenever a poster needs to be created. Thus we have tried to keep the package as easy to use as possible. Below, we describe the available options as well as the available macros. In addition, we provide a toy example which should illustrate the usage of the package. For more details also refer to the {\tt demo.tex} file in the package.
\subsection{Options}
- The following options can be set. All option keys allow to optionally supply an explicit value.
+ The following options can be set. Some option keys allow to optionally supply an explicit value.
\begin{description}
- \item[{\tt logo=[logo]}] This option allows to provide a path to a logo which is then included on the top right of the page. For example, {\tt logo=img.png}.
- \item[{\tt hlcolor=[color]}] This option allows to override the highlight color. The color needs to be supplied in HTML format. For example, {\tt hlcolor=F70146}.
+ \item[\PVerb{logo=[logo]}] This option allows to provide a path to a logo which is then included on the top right of the page. For example, {\tt logo=img.png}.
+ \item[\PVerb{hlcolor=[color]}] This option allows to override the highlight color. The color needs to be supplied in HTML format. For example, {\tt hlcolor=F70146}.
+ \item[\PVerb{helvet}] This option, if supplied, switches the font from Fira Sans to Helvetica.
+ \end{description}
+ \subsection{Environments}
+ The following environments are provided by the package.
+ \begin{description}
+ \item[\tt postercolumn:] The template is designed for a two-column layout. This environment represents a column.
+ \end{description}
+ \subsection{Commands}
+ The following commands are provided by the package.
+ \begin{description}
+ \item[\PVerb{\posterbox{[t]}{[c]}}:] This command can be used within a {\tt postercolumn} environment to place a text box within a column. It takes two arguments being the title \PVerb{t} as well as the content \PVerb{c} of the box.
+ \item[\PVerb{\doubleposterbox[height]{[t1]}{[c1]{[t2]}{[c2]}}}:] This command can be used within a {\tt postercolumn} environment to place two text boxes. The combined height of those two text boxes is identical to the height of a text box placed with {\tt posterbox}. There is an optional parameter {\tt height}, which allows to define the height of the first text box relative to the height of a text box placed with {\tt posterbox}. It takes four arguments being the title {\tt t1} and the content {\tt c1} of the first text box and the title {\tt c2} and the content {\tt c2} of the second text box, respectively.
\end{description}
\subsection{Toy Example}
The following listing demonstrates the basic usage of the package.
@@ -84,6 +98,7 @@
\section{Version History}
\begin{description}
\item[1.0] Initial release.
- \item[1.01.2] Improved versioning; added explicit version numbers to every file.
+ \item[1.01.2] Improved versioning; Added explicit version numbers to every file.
+ \item[1.02.1] Implemented option to switch between Fira Sans and Helvetica; Removed some unused stuff \& reduced dependencies on other packages; Improved documentation
\end{description}
\end{document} \ No newline at end of file