Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameswrigley/euxfel-polylux-theme
A Polylux theme for European XFEL presentations
https://github.com/jameswrigley/euxfel-polylux-theme
Last synced: 8 days ago
JSON representation
A Polylux theme for European XFEL presentations
- Host: GitHub
- URL: https://github.com/jameswrigley/euxfel-polylux-theme
- Owner: JamesWrigley
- Created: 2024-06-05T12:22:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T12:24:01.000Z (6 months ago)
- Last Synced: 2024-10-23T06:35:39.158Z (27 days ago)
- Language: Typst
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An XFEL Polylux theme
This is a [Polylux](https://polylux.dev/book/) theme for [European
XFEL](https://xfel.eu) presentations.Here's a quick demo:
```typst
#import "euxfel-polylux-theme/theme.typ": *// Default options are shown commented out
#show: euxfel-theme.with(
title: "Optimising treat delivery",
author: "F. D. C. Willard",
// title-page-header: true,
// font: "New Computer Modern Sans"
)#slide("Introduction")[
- Humans are increasingly stingy, leading to catastrophic decreases in treat delivery from 172.8$mu$Hz to 86.4$mu$Hz.
- Caused in part by economic effects.
- The author blames dogs.
]
```Producing:
![](theme-demo.png)## Acknowledgements
Many thanks to the original authors of XFEL's Beamer template, from which I took
both inspiration and some SVG files.