https://github.com/michaelplews/molecular-foundry-tex
Unofficial Beamer/LaTeX templates for The Molecular Foundry at Lawrence Berkeley National Laboratory
https://github.com/michaelplews/molecular-foundry-tex
beamer latex lbl lbnl molecular-foundry
Last synced: 9 days ago
JSON representation
Unofficial Beamer/LaTeX templates for The Molecular Foundry at Lawrence Berkeley National Laboratory
- Host: GitHub
- URL: https://github.com/michaelplews/molecular-foundry-tex
- Owner: michaelplews
- Created: 2018-07-20T23:18:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:19:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T04:27:07.254Z (over 1 year ago)
- Topics: beamer, latex, lbl, lbnl, molecular-foundry
- Language: TeX
- Size: 14.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unofficial Beamer/LaTeX templates for The Molecular Foundry at Lawrence Berkeley National Laboratory
The style and class files included here were designed for document and
presentation preparation for work at The Molecular
Foundry. The
[brand guidelines](http://foundry.lbl.gov/assets/docs/media/Molecular_Foundry_Brand_Guidelines-2015.pdf) and
[presentation templates](http://foundry.lbl.gov/media/) were used to
obtain as close a resemblance as possible to the official templates
The Molecular Foundry provides. Any differences are documented below:
- FiraSans-Regular is used as the main text font instead of FiraSans-Light due to visibility issues on a projector.
- Page numbers appear navy blue due to visibility issues on a projector.
Logos are provided in `logo_pack`, and were originally sourced from:
- 
- 
- 
(with some editing)
## Examples
```tex
\usetheme{molecular-foundry}
```

### Options
- `framenumbering` adds the current and total slide numbers in the bottom left corner
## Installation
Clone this repo to your `~/texmf` directory
```tex
git clone git@github.com:michaelplews/molecular-foundry-tex.git ~/texmf/tex/
```
## Requirements
### Fonts
In accordance with
the
[brand guidelines](http://foundry.lbl.gov/assets/docs/media/Molecular_Foundry_Brand_Guidelines-2015.pdf),
Fira Sans font is used in presentations. Fira Sans can be found from
Google fonts, [here](https://fonts.google.com/specimen/Fira+Sans),
free of charge.
### Compiling
Due to font requirements (from `fontspec`), all files should be compiled with `lualatex`:
```bash
latexmk -lualatex my_file.tex
```