All Projects → mholson → sthlmNordBeamerTheme

mholson / sthlmNordBeamerTheme

Licence: GPL-3.0 license
sthlmNord is LaTeX Beamer deck theme inspired by the arctic north blueish colour palette of Nord. Code base is HEAVILY influenced by hsrmbeamer and mtheme. WIP

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to sthlmNordBeamerTheme

uslides
Rmarkdown template for pretty university-themed beamer presentations.
Stars: ✭ 37 (-33.93%)
Mutual labels:  beamer, beamer-theme
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (-16.07%)
Mutual labels:  beamer, beamer-theme
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (+119.64%)
Mutual labels:  nord
latex2excel
Converts LaTeX tables to Excel worksheets for easy manipulation
Stars: ✭ 23 (-58.93%)
Mutual labels:  latex-package
nord.nvim
Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
Stars: ✭ 412 (+635.71%)
Mutual labels:  nord
jupyter-greek-latex
🖊️ Export Jupyter Notebooks to (Xe)LaTeX with Greek Support
Stars: ✭ 12 (-78.57%)
Mutual labels:  xelatex
tikz-feyn
A LaTeX package to draw Feynman diagrams using TikZ
Stars: ✭ 16 (-71.43%)
Mutual labels:  latex-package
nord-rofi-theme
An arctic, north-bluish clean and elegant rofi color theme.
Stars: ✭ 128 (+128.57%)
Mutual labels:  nord
TeXProposal
如何有理有据地向自己的学校或就职机构提出使用LaTeX的提议?A Proposal Prototype for LaTeX Promotion in Chinese Universities Version 1.4
Stars: ✭ 27 (-51.79%)
Mutual labels:  xelatex
latex-awesomebox
A package to draw attention boxes in your documents, illustrated with FontAwesome icons (Mirror)
Stars: ✭ 33 (-41.07%)
Mutual labels:  xelatex
latex-preamble-and-examples
A LaTeX preample for Computer Science handins and presentations (Danish and English) with reverse-engineerable examples
Stars: ✭ 19 (-66.07%)
Mutual labels:  beamer
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (-39.29%)
Mutual labels:  xelatex
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-60.71%)
Mutual labels:  xelatex
HK-journalist
An Auto Report Generator for Python Programs
Stars: ✭ 68 (+21.43%)
Mutual labels:  beamer
xelatex-mgr
Klasa XeLaTeXa do pracy mgr (adaptacja klasy wzmgr T. Przechlewskiego)
Stars: ✭ 14 (-75%)
Mutual labels:  xelatex
archlinuxcn-dotfiles-collection
来自社区小伙伴们的 dotfiles 集锦
Stars: ✭ 73 (+30.36%)
Mutual labels:  nord
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (+130.36%)
Mutual labels:  nord
arguelles
Simple, typographic beamer theme
Stars: ✭ 48 (-14.29%)
Mutual labels:  beamer-theme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+87.5%)
Mutual labels:  nord
tasks
LaTeX package for columned lists filled horizontally.
Stars: ✭ 22 (-60.71%)
Mutual labels:  latex-package

sthlmNord BeamerTheme

Background

Other Nord Beamer themes

Maybe you were looking for another Nord Beamer theme?

Light and Dark Mode Available

Background Background

By default, theme will be displayed using dark mode; however, this can easily be toggled to the light version of the theme by providing an option to the \usetheme{sthlmnord} command,

% > > > Choose Theme
\usetheme[mode=light]{sthlmnord}
%\usetheme{sthlmnord}

Major Features

Background Background

Nord Color Palette

Background Background

Background Background

Background Background

Background Background

Block Environments

Background Background

Lists

Background Background

Background Background

Background Background

Source Code Syntax Highlighting powered by Minted

Background Background

Source code syntax highlighting can be toggled on by passing the codehl option to the documentclass command. While minted should work out of the box, this theme includes the custom nord color palette https://github.com/sbrisard/nord_pygments, that needs to be installed (see github repository for instructions).

If you do not want to install the pygements nord color theme, you can choose one of the installed themes by changing the beamerthemesthlmnord.sty file

\RequirePackage{minted}
% > > > Nord style Requires custom install: https://github.com/sbrisard/nord_pygments
\usemintedstyle{nord}  <====== Change to a default style 

Libertinus fonts compiled with XeLaTeX

Background Background

Mathematics

Background Background

Background Background

Background Background

Background Background

Release Notes

Version round(pi,3)

  • removed document class boolean option enumarabic to toggle between enumerated lists using (arabic, arabic) and (alpha, roman), (default: alpha, roman)
  • removed enumitem pgk as it does not play nicely with Beamer
  • updated styles for list environments

Version round(pi,2)

  • enough decimal places to start rounding pi
  • added document class boolean option bibref to make bibliography optional (default: false)
  • simplified title page commands
  • added release notes
  • updating readme file

Version 3.1

  • added working dark theme such that it works with light theme
  • created demo *.tex files for both the light and dark theme (slides included in /0-slides directory)
  • included subfiles package into the theme
  • simplified cover page image
  • added document class boolean option codehl to include code highlighted blocks powered by the minted package and themed using nord pygments, https://github.com/sbrisard/nord_pygments (default: false)
  • added document class boolean option enumarabic to toggle between enumerated lists using (arabic, arabic) and (alpha, roman), (default: alpha, roman)
  • added custom color commands for both text and highlighted text
  • new title page inspired from https://github.com/dennisog/beamer-purdue
  • breaking change! mhomath.sty renamed to mhomacros.sty
  • added example and theorem slides styled using awesomefont5 package
  • references now working

Version 3.0

  • color theme now NORD inspired https://www.nordtheme.com
  • now complied using XeLaTeX as font changed to Libertinus using the libertinus-otf package
  • moving towards a light and dark mode version of the deck
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].