Compare commits

...

10 Commits

9 changed files with 271 additions and 0 deletions

23
tuos-poster/LICENSE Normal file
View File

@ -0,0 +1,23 @@
Copyright (c) 2016 Achim D. Brucker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

42
tuos-poster/README.md Normal file
View File

@ -0,0 +1,42 @@
# tuos-poster
A LaTeX class (based on the [beamerposter](https://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter))
that roughly follows the
[PowerPoint Poster guidelines](http://www.sheffield.ac.uk/marketing/visual-identity/downloads/powerpoint-templates)
of The University of Sheffield.
## Disclaimer
Please not that this LaTeX setup is neither endorsed nor officially
supported by the University of Sheffield.
## Prerequisites
* The `tuos-presentation` theme/class.
## Installation
* Copy the various `*.sty` and `*.cls` files into your `texmf` tree.
## Usage
The `tuos-poster` class (respectively, a beamerposter theme) is a
customised setup of the
[beamer class](https://www.ctan.org/pkg/beamer) and of the
[beamerposter](https://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter) package.
Thus, please consult their documentation for detailed use. In general, you
can either use the class file (i.e., `\documentclass{tuos-poster}` or use
`\usetheme{tuos-poster}` in a regular beamerposter setup.
The class/theme provides the following options:
* `colour`: for using the colour variant of The University of
Sheffield layout (default is the white variant).
* `plainfonts`: For using the standard LaTex fonts instead of the cooperate fonts of The
University of Sheffield. There are mainly two reasons why you want to
use this option:
* The cooperate fonts do not provide mathematical symbols. Thus, if
you want to write mathematical content in your letter, the LaTeX
fonts might be the better choice (or add a suitable LaTeX package
providing mathematical symbols.
* You do not want to fiddle with your font installation.
## License
This project is dual-licensed under a 2-clause BSD-style license and/or
the LPPL version 1 or any later version.

View File

@ -0,0 +1,25 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{beamercolorthemetuos}
[2016/08/20 v1.1 LaTeX presentation class following the cooperate design of The University of Sheffield]
\mode<presentation>
\ifbeamer@colour
\setbeamercolor{block title}{fg=white, bg=TUOSdarkblue}
\setbeamercolor{block body}{fg=TUOSlightblue, bg=white}
\else
\setbeamercolor{block title}{fg=white, bg=TUOSlightblue}
\setbeamercolor{block body}{fg=TUOSlightblue, bg=black!10}
\fi
\mode
<all>

View File

@ -0,0 +1,29 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
% Headline: TUOS Logo left, title information
% Footer: References, Ackowledgeemnts, Partner Logos
\ProvidesPackage{beamerfontthemetuos-poster}
[2016/08/20 v1.1 LaTeX theme following the cooperate design of The University of Sheffield]
\setbeamerfont{title}{size=\Huge}
\setbeamerfont{subtitle}{size=\Large}
\setbeamerfont{author}{size=\large}
\setbeamerfont{institute}{size=\large}
\setbeamerfont*{block title}{parent={frametitle}}
\setbeamerfont*{block body}{parent=}
\endinput

View File

@ -0,0 +1,86 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
% Headline: TUOS Logo left, title information
% Footer: References, Ackowledgeemnts, Partner Logos
\ProvidesPackage{beamerthemetuos-poster}
[2016/08/20 v1.1 LaTeX theme following the cooperate design of The University of Sheffield]
\usetheme{tuos-presentation}
\usefonttheme{tuos-poster}
\usecolortheme{tuos-poster}
\setbeamertemplate{rhlogo}{}
\setbeamertemplate{webpage}{www.brucker.ch}
\newlength{\logoheight}
\newlength{\titleheight}
\newlength{\rhlogowidth}
\usepackage{calc}
\setlength{\logoheight}{6cm}%
\setlength{\rhlogowidth}{0cm}%
\mode<presentation>
\setbeamertemplate{headline}{
\leavevmode%
\setlength{\rhlogowidth}{\widthof{\usebeamertemplate*{rhlogo}}}%
\begin{beamercolorbox}[wd=\paperwidth]{headline}
\begin{minipage}[t][\logoheight+2cm][t]{2.55\logoheight}
\begin{tikzpicture}[overlay,remember picture]
\node[anchor=north west,yshift=-.8cm,xshift=-0.2cm]
at (current page.north west) {
\ifbeamer@colour
\tuosLogoDark[height=\logoheight]
\else
\tuosLogoLight[height=\logoheight]
\fi
};
\end{tikzpicture}
\end{minipage}%
\begin{minipage}[t][\logoheight+2cm][t]{\paperwidth-2.55\logoheight-\rhlogowidth}
\vspace*{\fill}
\begin{center}
\usebeamercolor[fg]{title}%
\usebeamerfont{title}\inserttitle\\[1ex]
\usebeamercolor[fg]{author}%
\usebeamerfont{author}\insertauthor\\[1ex]
\usebeamercolor[fg]{institute}%
\usebeamerfont{institute}\insertinstitute\\[1ex]
\vspace*{\fill}
\end{center}
\end{minipage}%
\begin{minipage}[t][\logoheight+2cm][t]{\rhlogowidth}
\usebeamertemplate*{rhlogo}%
\end{minipage}
\end{beamercolorbox}
}
\setbeamertemplate{block begin}{
\vskip.75ex
\begin{beamercolorbox}[rounded=true,shadow=true,leftskip=1cm,colsep*=.75ex]{block title}%
\usebeamerfont*{block title}\insertblocktitle
\end{beamercolorbox}%
{\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}%
\usebeamerfont{block body}%
\begin{beamercolorbox}[rounded=true,shadow=true,colsep*=.75ex,sep=.75ex,vmode]{block body}%
\ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}%
}
\setbeamertemplate{block end}{
\end{beamercolorbox}
}
\mode<all>
\endinput

Binary file not shown.

Binary file not shown.

47
tuos-poster/example.tex Normal file
View File

@ -0,0 +1,47 @@
%\documentclass[orientation=landscape,size=a1,scale=1.2]{tuos-poster}
\documentclass[colour,orientation=landscape,size=a1,scale=1.2]{tuos-poster}
%\documentclass[orientation=portrait,size=a1,scale=1.2]{tuos-poster}
%\documentclass[colour,orientation=portrait,size=a1,scale=1.2]{tuos-poster}
\title{A Simple Poster Example}
\subtitle{}
\institute[The University of Sheffield]
{Department of Computer Science, The University of Sheffield, Sheffield, UK}
\author[A.D. Brucker]{Achim D. Brucker\\[0.2em]
\texttt{\small\href{mailto:"Achim D. Brucker"
<a.brucker@sheffield.ac.uk>}{a.brucker@sheffield.ac.uk}}
}
%%
% \setbeamertemplate{rhlogo}{\includegraphics[width=6cm]{partnerlogo}}
\begin{document}
\begin{frame}
\begin{columns}[t]
\begin{column}{.32\textwidth}
\begin{block}{Test Title}
\begin{itemize}
\item First item.
\item Second item.
\item Third item.
\end{itemize}
\end{block}
\begin{block}{Test Title}
Some text \ldots
\end{block}
\end{column}
\begin{column}{.32\textwidth}
\begin{block}{Test Title}
\end{block}
\begin{block}{Test Title}
\end{block}
\end{column}
\begin{column}{.32\textwidth}
\begin{block}{Test Title}
\end{block}
\begin{block}{Test Title}
\end{block}
\end{column}
\end{columns}
\end{frame}
\end{document}

View File

@ -0,0 +1,19 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesClass{tuos-poster}%
[2016/08/20 v1.1 LaTeX poster class following the cooperate design of The University of Sheffield]
\RequirePackage{ifthen}
\LoadClassWithOptions{beamer}[]
\ProcessOptions\relax
\usetheme{tuos-poster}
\usepackage{beamerposter}
\endinput