Giter VIP home page Giter VIP logo

uwmadison_beamer_template's Introduction

UWMadison Beamer Template

Original Repository: https://github.com/travitch/uw-beamer-template

This is a Beamer template set up to look pretty decent and have an University of Wisconsin-Madison theme. It is, of course, better than the existing Powerpoint templates.

The easiest way to install this theme is to just dump the *.sty files into the same directory as your tex source.

The theme options are follow:

  • nav - This option includes a navigation bar in the lower-right corner of each slide
  • white - This option changes the color scheme to black-on-white for projectors with poor color balance
  • nologo - Suppress the crest in frame titles
  • compactlogo - Compact title logo (takes less vertical space)

Other suggested packages:

  • tikz (pgf, for diagrams)
  • listings (for source code listings)
  • fontspec (if using xetex)

Additionally, The template that can be used as a starting point of making presentation has been included.
This template is originally made by Overleaf.

Extra

Here is a very handy snippet of TeX to stick at the beginning of your presentation (after \begin{document}):

\newcommand*{\alphabet}{ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}
\newlength{\highlightheight}
\newlength{\highlightdepth}
\newlength{\highlightmargin}
\setlength{\highlightmargin}{2pt}
\settoheight{\highlightheight}{\alphabet}
\settodepth{\highlightdepth}{\alphabet}
\addtolength{\highlightheight}{\highlightmargin}
\addtolength{\highlightdepth}{\highlightmargin}
\addtolength{\highlightheight}{\highlightdepth}
\newcommand*{\Highlight}{\rlap{\textcolor{HighlightBackground}{\rule[-\highlightdepth]{\linewidth}{\highlightheight}}}}

HighlightBackground is defined by the Wisconsin theme. This snippet allows you to include source code listings in the following way:

  \lstinputlisting[language=C,moredelim={**[il][\Highlight]{@}}]{file.c}

Note the moredelim option; with this option and the preceeding declarations, prefixing a line in file.c will highlight the line.

uwmadison_beamer_template's People

Contributors

hyecheol123 avatar jeanluct avatar travitch avatar

Stargazers

 avatar

Forkers

jli97 liang-bj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.