Skip to content

Latest commit

 

History

History

beamerthemeNogent

Beamer theme Nogent

Custom theme for beamer LaTeX.

In the premabule of the TeX document, put those lines

\documentclass{beamer}
\usetheme{Nogent}

Here is an example of a page.

To change the main color of the theme (the default one is blue)

\colorlet{beamer@blendedblue}{newcolor}

Note : only normal block have their color linked to this one, alertblock and exampleblock will be in red and green respectively.

\ajouterdansheadline

The macro \ajouterdansheadline allows to add some text or link in the right part of the head line (on the example above, it is a right arrow) :

\ajouterdansheadline{\hyperlink{label}{$\rightarrow$}}

\insertSectionToc

The macro \insertSectionToc add a single frame with current section table of content, with a number of columns to display it :

\insertSectionToc{<N>}

where <N> is the number of columns we want the table of content to be displayed.

\TitleSec

The macro \TitleSec add a single frame containing only the title of the current section.

\TitleSec

Get the files

The two files to have in the current directory are :

  • beamerthemeNogent.sty
  • beamercolorthemehippo.sty

An example of file is given.