Giter Club home page Giter Club logo

nxyzbeamertheme's Introduction

NXYZ Beamer Theme

Just a simple and minimalistic beamer theme with a few custom elements created with the LaTeX packages PGFPlots and TikZ.

Preview

Black: \usetheme[black]{NXYZ}

Blue: \usetheme[blue]{NXYZ}

Green: \usetheme[green]{NXYZ}

Red: \usetheme[red]{NXYZ}

Usage

Simply download the .sty files contained in this repository and include them in the preamble of the LaTeX beamer by specifying the theme as follows:

% Include this in the preamble of the LaTeX beamer
\usetheme[red]{NXYZ}     % Red theme 
% \usetheme[black]{NXYZ} % Black theme
% \usetheme[blue]{NXYZ}  % Blue theme
% \usetheme[green]{NXYZ} % Green theme

See the example document main.tex for reference and more details.

Note: The beamer document might have to be complied twice for the decorative mesh figure on the title page to be placed correctly. See commands below.

Local Installation

Assuming you have a local installation and have cloned the repository, the document main.tex can be compiled by running:

pdflatex main.tex && pdflatex main.tex

Docker

Assuming you have Docker installed and have cloned the repository, the document main.tex can be compiled by running:

docker build -t nxyz_beamer . && docker run --rm -v $(pwd):/data nxyz_beamer /bin/bash -c "pdflatex main.tex && pdflatex main.tex"

nxyzbeamertheme's People

Contributors

nicklasxyz avatar

Stargazers

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