https://github.com/nucypher/slides
Overview presentation slides
https://github.com/nucypher/slides
Last synced: 10 months ago
JSON representation
Overview presentation slides
- Host: GitHub
- URL: https://github.com/nucypher/slides
- Owner: nucypher
- Created: 2017-11-29T03:47:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T13:35:39.000Z (almost 7 years ago)
- Last Synced: 2025-03-03T21:25:52.356Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 123 MB
- Stars: 9
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuCypher Slides
## Build Requirements
* Inkscape:
* XeLaTeX
## Generating Slides for a Specific Event
### Branching
In order for the event-specific branches to be easily differentiated from the base branches eg. master, enterprise, please follow the following format `__` i.e.
1. Start with an underscore
2. Date: yyyy_mm_dd
3. Event name
_*each separated with and underscore_
For Example: `_2018_10_05_ETHBerlin`
### Building
1. Copy `template.tex.base` to `template.tex` - **do not edit** `template.tex.base`
2. Edit the template.tex file accordingly for the specific event.
For example:
```
\newcommand{\presenter}{MacLane Wilkison, CEO \& Co-Founder}
\newcommand{\presenterfooter}{MacLane}
\newcommand{\titlefooter}{NuCypher}
\newcommand{\emailname}{maclane}
\newcommand{\event}{Eth SF}
\newcommand{\eventdate}{05 Oct 2018}
```
_NOTE: Some special characters may need to be escaped using '\\'._
3. Run `make`