diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex | 98 |
1 files changed, 68 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex b/Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex index f046deee5a8..304a8aa8251 100644 --- a/Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex +++ b/Master/texmf-dist/doc/latex/tikzposter/tikzposter-template.tex @@ -1,62 +1,100 @@ +%% +%% This is file `tikzposter-template.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% tikzposter.dtx (with options: `tikzposter-template.tex') +%% +%% This is a generated file. +%% +%% Copyright (C) 2014 by Pascal Richter, Elena Botoeva, Richard Barnard, and Dirk Surmann +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 2.0 of this license or (at your option) any later +%% version. The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 2.0 or later is part of all distributions of +%% LaTeX version 2013/12/01 or later. +%% -\documentclass{tikzposter} -\tikzposterlatexaffectionproofoff + + + + + +\documentclass{tikzposter} %Options for format can be included here + % Title, Author, Institute \title{Template Poster} \author{Author(s)} \institute{Institute} +\titlegraphic{LogoGraphic Inserted Here} + + %Choose Layout +\usetheme{Default} - % Begin document \begin{document} - % Title block -\titleblock[left fig=logoL.png, left fig height=7cm, embedded=true, separated=false] -\block{Sample Block}{Test} + % Title block with title, author, logo, etc. +\maketitle + \block{Basic Block}{Text} \begin{columns} - % Set first column -\column{0.52} - % First column - first block -\block{Sample Block}{Test\\Test\\Test} + % FIRST column +\column{0.6}% Width set relative to text width + +\block{Large Column}{Text\\Text\\Text Text Text} +\note{Note with default behavior} +\note[targetoffsetx=12cm, targetoffsety=-1cm, angle=20, rotate=25] +{Note \\ offset and rotated} % First column - second block -\block{Sample Block}{Test\\Test} +\block{Block titles with enough text will automatically obey spacing requirements } +{Text\\Text} % First column - third block -\block{Sample Block}{ -T\\E\\S\\T -} +\block{Sample Block 4}{T\\E\\S\\T} - % Set second column -\column{0.48} + % SECOND column +\column{0.4} + %Second column with first block's top edge aligned with with previous column's top. % Second column - first block -\block[l]{Sample Block}{Test} +\block[titleleft]{Smaller Column}{Test} % Second column - second block -\block[c,width=0.85\colwidth]{Variable width}{ -Block with smaller width. -} +\block[titlewidthscale=0.6, bodywidthscale=0.8] +{Variable width title}{Block with smaller width.} % Second column - third block -\block{}{ - Block with no title -} +\block{}{Block with no title} - % Second column - subblocks + % Second column - A collection of blocks in subcolumn environment. \begin{subcolumns} - \subcolumn{0.3} \block[r]{1}{First block.} \block{2}{Second block} - \subcolumn{0.5} \block{Subblocks}{Sample subblocks} - \subcolumn{0.2} \block{4}{Fourth} - + \subcolumn{0.27} \block{1}{First block.} \block{2}{Second block} + \subcolumn{0.4} \block{Sub-columns}{Sample subblocks\\Second subcolumn} + \subcolumn{0.33} \block{4}{Fourth} \block{}{Final Subcolumn block} \end{subcolumns} % Bottomblock -\block{Bottomblock}{ +\block{Final Block in column}{ Sample block. } \end{columns} -\block[r]{Final Block}{Test} +\block[titleleft, titleoffsetx=2em, titleoffsety=1em, bodyoffsetx=2em,% + bodyoffsety=-2cm, roundedcorners=10, linewidth=0mm, titlewidthscale=0.7,% + bodywidthscale=0.9, bodyverticalshift=2cm, titleright] +{Block outside of Columns}{Along with several options enabled} + \end{document} + + +\endinput +%% +%% End of file `tikzposter-template.tex'. |