CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/beamer-contrib/themes/beamertheme-saintpetersburg

README.md

Saint-Petersburg: /XeLaTeX Beamer theme for SPbU

A small theme that incorporates university colours and fonts from official web-site.

Installation

On Linux type make && make install to install everything to standard Live locations. Alternatively, just type make and copy all *.sty files from build directory into your project directory so that can find them. In order to show university's logo in the background of the title slide, you need to download its medium size version from the official web-site.

Usage

Saint-Petersburg theme can be compiled by or . Here is the minimal working example:

\documentclass[aspectratio=169]{beamer}
% add \usepackage{beamerposter} for the poster

% XeTeX
\usepackage{polyglossia}
\setdefaultlanguage{english}
% or \setdefaultlanguage{russian}

% LaTeX
% \usepackage[utf8]{inputenc}
% \usepackage[english]{babel}
% or \usepackage[english,russian]{babel}

\usetheme{SaintPetersburg}
% or \usetheme[nologo]{SaintPetersburg} to disable logo on the title page
% or \usetheme[poster]{SaintPetersburg} for poster format

\title{Saint Petersburg \LaTeX~Beamer theme}
\author{Ivan Gankevich}
\institute{Saint Petersburg State University}
\date{2017}

% for poster
% \titlegraphic{\includegraphics[width=0.7\linewidth]{spbu-CoA}}
% \othergraphic{\includegraphics[width=0.7\linewidth]{right-logo}}
% \leftcolumnwidth{.2\linewidth}
% \middlecolumnwidth{.6\linewidth}
% \rightcolumnwidth{.2\linewidth}

\begin{document}
\frame{\titlepage}
\end{document}

Compilation

latexmk -pdf -xelatex example.tex  # XeTeX
latexmk -pdf example.tex           # LaTeX

License

Project Public License 1.3c or later.

Download the contents of this package in one zip archive (323.6k).

beamertheme-saintpetersburg – A beamer theme that incorporates colours and fonts of Saint Petersburg State University

This minimalistic beamer theme incorporates Saint Petersburg State University colours and fonts. It is suitable for both presentations and posters.

Packagebeamertheme-saintpetersburg
Bug trackerhttps://github.com/igankevich/SaintPetersburg/issues
Repositoryhttps://github.com/igankevich/SaintPetersburg
Version 2017-11-21
LicensesThe Project Public License 1.3c
MaintainerIvan Gankevich
Contained inTeX Live as beamertheme-saintpetersburg
MiKTeX as beamertheme-saintpetersburg
TopicsPresentation
...
Guest Book Sitemap Contact Contact Author