CTAN Comprehensive TeX Archive Network

Verzeichnis 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.

Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (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.

Paketbeamertheme-saintpetersburg
Fehlermeldungenhttps://github.com/igankevich/SaintPetersburg/issues
Repositoryhttps://github.com/igankevich/SaintPetersburg
Version 2017-11-21
LizenzenThe Project Public License 1.3c
BetreuerIvan Gankevich
Enthalten inTeX Live als beamertheme-saintpetersburg
MiKTeX als beamertheme-saintpetersburg
ThemenPräsentation
...
Gästebuch Seiten-Struktur Impressum Autor kontaktieren