https://github.com/latex4ei/cheatsheettemplate
LaTeX4Ei Template repository for cheatsheets
https://github.com/latex4ei/cheatsheettemplate
latex latex4ei tex tum
Last synced: 19 days ago
JSON representation
LaTeX4Ei Template repository for cheatsheets
- Host: GitHub
- URL: https://github.com/latex4ei/cheatsheettemplate
- Owner: latex4ei
- License: other
- Created: 2019-06-12T14:09:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T10:34:48.000Z (10 months ago)
- Last Synced: 2024-08-02T11:58:53.016Z (10 months ago)
- Topics: latex, latex4ei, tex, tum
- Language: Python
- Homepage: http://latex4ei.de
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX4EI Cheatsheet Template
[](https://github.com/latex4ei/CheatsheetTemplate)
[](https://gitter.im/LaTeX4Ei/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Write beautiful latex cheat sheets with minimal effort.
## Formelsammlung für Latex4ei
**Required custom Package on GitHub:** [LaTeX4Ei](https://github.com/latex4ei/latex4ei-packages)
Public Version: [latex4ei.de](http://latex4ei.de)
## Optional: Build with CMake
Download [UseLaTeX.cmake](https://cmake.org/Wiki/CMakeUserUseLATEX) and move to `/usr/share/cmake-X.X/Modules/.`
##### Steps to build:
```shell
mkdir build
cd build
cmake ..
make
```
## DisclaimerAfter changing the repository name or transfering ownership, run the "Update README and LaTeX Build" workflow from the Actions tab and merge the generated pull request.
Make sure the `.tex` file has the same name as the repository in order for it to build correctly!