Giter Club home page Giter Club logo

beamer-mines's Introduction

beamer-mines

Beamer theme for the Colorado School of Mines.

This is NOT an official Mines theme but is only an attempt at an implementation.

How to use

Clone or copy the beamercolorthememines.sty file into your TeX directory or project then in your beamer project use:

\usecolortheme{mines}

First Slide

The following code can be used to make a nicer title slide:

{
        \usebackgroundtemplate{\scalebox{-1}[1]{\includegraphics[width=\paperwidth, height=\paperheight]{PATH/TO/BACKGROUND/IMAGE/FILE.png}}}
        \begin{frame}[plain]
            \color{white}
            \vspace{4.8cm}
            {\Huge \fontspec{Montserrat Bold} PRESENTATION TITLE} \\
            \vspace{-0.2cm}
            {\color{white} \rule{\linewidth}{0.1mm}}
            \color{mineslightblue}
            {\Large \fontspec{Montserrat Light} SUBTITLE}
            \begin{spacing}{1.3}
            {\Large \fontspec{Montserrat Light} by} {\Large \fontspec{Montserrat Regular} AUTHOR NAME}
            \end{spacing}
        \end{frame}
    }

What you need

Make sure you have LaTeX installed.

Make sure you install the Montserrat fonts.

You'll need to use xelatex not pdflatex for compilation due to the use of the fontspec package. The settings.json file in this repo can be used with VS Code and the LaTeX workshop plugin for the workspace or user settings.

beamer-mines's People

Contributors

sbeleidy avatar

Watchers

 avatar  avatar

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.