diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-25 20:51:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-25 20:51:26 +0000 |
commit | f217ec8d36763f661eea4259a721a51aa71c5f28 (patch) | |
tree | 25e4309b37c6cbfa66e92c0102b2bf114544bbc0 /Master/texmf-dist/doc/latex/beamerthemenord/README.md | |
parent | be11f74324d6c2fa6dd44a0fc310796032ac18c7 (diff) |
beamerthemenord (25aug20)
git-svn-id: svn://tug.org/texlive/trunk@56180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamerthemenord/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamerthemenord/README.md | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/beamerthemenord/README.md b/Master/texmf-dist/doc/latex/beamerthemenord/README.md index e22c28ec14f..0387bc4765c 100644 --- a/Master/texmf-dist/doc/latex/beamerthemenord/README.md +++ b/Master/texmf-dist/doc/latex/beamerthemenord/README.md @@ -1,11 +1,53 @@ -# beamerthemeNord +# The Nord Beamer Theme -A simple beamer theme using [Nord](https://www.nordtheme.com/) color theme. +A beamer theme using [Nord](https://www.nordtheme.com/) color scheme. + +Pull requests and issues are welcome. + +## News + +- This theme is now available both at see [CTAN](https://ctan.org/pkg/beamerthemenord) (see [CTAN announcement](https://ctan.org/ctan-ann/id/mailman.2913.1593882783.3866.ctan-ann@ctan.org)) and [Overleaf](https://www.overleaf.com/latex/templates/beamerthemenord/xyjjhcsyyjbr). + +- Added light/dark style option + +## Installation + +### Tex Live / MacTeX + +[Tex Live](https://www.tug.org/texlive/) and [MacTeX](https://www.tug.org/mactex/) users can install/update **beamerthemeNord** by using +```sh +tlmgr update --self beamerthemenord +``` + +### Manual + +If you want to customize this theme, you can also clone this repository and copy all `*.sty` files into the directory where you main `tex` source file is. ## Usage See [beamerthemeNord.pdf](./beamerthemeNord.pdf) or [beamerthemeNord.tex](./beamerthemeNord.tex) +**Note**: This theme currently only supports XeLaTeX, which is convinent to use system-wide fonts and to write in non-ASCII characters. +You are weclome to contribute on compatability for other TeX distributions. + +## Screenshots + +Light Style | Dark Style +----------------------------------------|--------------------------------------- +![](./screenshots/light-titlepage.png) | ![](./screenshots/dark-titlepage.png) +![](./screenshots/light-usage.png) | ![](./screenshots/dark-usage.png) +![](./screenshots/light-colors.png) | ![](./screenshots/dark-colors.png) +![](./screenshots/light-fonts.png) | ![](./screenshots/dark-fonts.png) +![](./screenshots/light-blocks.png) | ![](./screenshots/dark-blocks.png) +![](./screenshots/light-toc.png) | ![](./screenshots/dark-toc.png) + + +## Usecases + +Please send a pull request to add your usecase + +- [Ph.D. defense of Junwei Wang](https://junwei-wang.github.io/pdfs/slides/2020-phd-defense-handout.pdf) + ## Maintainer Junwei Wang (i.junwei.wang@gmail.com) |