https://github.com/mbdevpl/xelatexamble
Cross-platform and cross-documentclass set of resusable XeLaTeX preambles.
https://github.com/mbdevpl/xelatexamble
beamer-theme latex-preambles latex-style xelatex xetex
Last synced: about 1 month ago
JSON representation
Cross-platform and cross-documentclass set of resusable XeLaTeX preambles.
- Host: GitHub
- URL: https://github.com/mbdevpl/xelatexamble
- Owner: mbdevpl
- Created: 2018-02-07T08:59:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T18:18:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T08:16:30.513Z (3 months ago)
- Topics: beamer-theme, latex-preambles, latex-style, xelatex, xetex
- Language: TeX
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platform-specific remarks
## Linux
When using pythontex (inline minted), after the first build run:
```
pythontex document.tex
```or if it breaks, run one of below (depending on your Python version...):
```
python3 $(which pythontex)
python3.6 $(which pythontex)
```and then rebuild to get correct document.
## Windows
No remarks.
## macOS
No remarks.
# Tools
The `beamer_make_printable_slides.py` is a Python script that enables creation of...
printable slides, when using beamer! You can guess that form the filename though.Run `python3 beamer_make_printable_slides.py -h` to see how to use it.