An open API service indexing awesome lists of open source software.

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

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:
- ![Molecular Foundry Media Services](http://foundry.lbl.gov/assets/docs/media/All_Logos.zip)
- ![LBL Creative Services](https://creative.lbl.gov/downloads/the-berkeley-lab-brand/)
- ![DOE Resources](https://science.energy.gov/about/resources/logos/)
(with some editing)

## Examples

```tex
\usetheme{molecular-foundry}
```
![molecular-foundry](./examples/molecular-foundry.png)

### 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
```