https://github.com/latex4ei/systemtheorie
Formelsammlung für Modul Systemtheorie
https://github.com/latex4ei/systemtheorie
latex latex4ei tex tum
Last synced: about 1 month ago
JSON representation
Formelsammlung für Modul Systemtheorie
- Host: GitHub
- URL: https://github.com/latex4ei/systemtheorie
- Owner: latex4ei
- License: other
- Created: 2019-05-18T15:53:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T12:19:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T12:11:19.294Z (over 1 year ago)
- Topics: latex, latex4ei, tex, tum
- Language: TeX
- Homepage: http://latex4ei.de
- Size: 807 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX4EI Systemtheorie
[](https://github.com/latex4ei/Systemtheorie)
[](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
```