Skip to content

A LaTex Beamer template customized for UiB CSD. Based on Martin Helsø's UiB template

License

Notifications You must be signed in to change notification settings

vlipovac/UiB-CSD-latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-To

Copy the file beamerthemeUiBCSD.sty and the images folder into your custom project s.t. the resulting structure is something like

my-project
├── UiB-CSD-images
│   ├── UiB-CSD-logo-high.pdf
│   ├── UiB-CSD-logo-rightbound.pdf
│   ├── UiB-emblem.pdf
│   ├── VISTA-logo.png
│   └── unused
│       ├── UiB-logo-bm.pdf
│       ├── UiB-logo-eng.pdf
│       └── UiB-logo-nn.pdf
├── beamerthemeUiBCSD.sty
└── ...

As the name suggests, the subdirectory unused contains non-critical files and can be omitted. They are part of the original code by Martin Helsø.

Bind the theme into your LaTex file by using

\usetheme{UiBCSD}

For the rest of of the documentation, see Martin Helsø's original work, or the enclosed example main.pdf and main.tex.

Below follows the original README.

UiB

Beamer theme for the University of Bergen

Available on Overleaf.

Image of first slide

Logo

The logo in the lower right corner can be removed from a specific frame using the macro \hidelogo outside of the frame like this:

\hidelogo
\begin{frame}
    ...
\end{frame}

Use \showlogo in the same manner to make the logo appear again.

Section page

The command \SectionPage inserts a [NoFrameNumbering, plain] frame with red background issuing the \sectionpage command. The command \SectionPage is used outside of a frame, unlike \sectionpage.

Enumerated references

The command \enumref inserts a reference to an enumerated item in the shape of a red box, like the ones used in the enumerate environment.

Options

Options are given as

\usetheme[option]{UiB}

Font

By default, almost all text is typeset in a sans serif. The option MathSerif enables serifs for mathematical symbols, whereas Serif enables serifs for all text.

Numbered environments

By default, the environments listed below are unnumbered. The option numbered adds numbers, whereas AMS adds numbers and typesets the environment names in the style of the American Mathematical Society.

Title frame

Presentations automatically start with a title frame. It can be disabled with the option NoTitlePage.

Language

If one of the options

  • american
  • english
  • UKenglish
  • USenglish
  • norsk
  • nynorsk

are given, the environments listed below are translated into the specified language.

Environments

An environment is initialized with

\begin{environment}
    ...
\end{environment}

The following environments are predefined by beamer:

  • corollary
  • definition
  • definitions
  • example
  • examples
  • fact
  • lemma
  • theorem

In addition, UiB defines these environments:

  • assumption
  • axiom
  • calculation
  • computation
  • conjecture
  • facts
  • hypothesis
  • notation
  • observation
  • proposition
  • property
  • remark
  • remarks

About

A LaTex Beamer template customized for UiB CSD. Based on Martin Helsø's UiB template

Topics

Resources

License

Stars

Watchers

Forks

Languages