https://github.com/latex4ei/digitaltechnik
Formelsammlung Digitaltechnik für LaTeX4Ei
https://github.com/latex4ei/digitaltechnik
latex latex4ei tex tum
Last synced: 3 months ago
JSON representation
Formelsammlung Digitaltechnik für LaTeX4Ei
- Host: GitHub
- URL: https://github.com/latex4ei/digitaltechnik
- Owner: latex4ei
- License: other
- Created: 2015-01-28T19:47:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T17:13:44.000Z (5 months ago)
- Last Synced: 2025-01-19T12:11:16.100Z (4 months ago)
- Topics: latex, latex4ei, tex, tum
- Language: TeX
- Homepage: http://latex4ei.de
- Size: 2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digitaltechnik
[](https://github.com/latex4ei/Digitaltechnik)
[](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
```