summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
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/modernposter/modernposter.tex
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/modernposter/modernposter.tex')
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/modernposter.tex29
1 files changed, 22 insertions, 7 deletions
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