Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latex4ei/dynamische-systeme
https://github.com/latex4ei/dynamische-systeme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/latex4ei/dynamische-systeme
- Owner: latex4ei
- License: other
- Created: 2015-02-08T21:44:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T18:44:44.000Z (over 8 years ago)
- Last Synced: 2023-08-11T01:49:05.773Z (over 1 year ago)
- Language: TeX
- Size: 159 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Dynamische Systeme
## Formelsammlung für Latex4ei
**Required custom Package on GitHub:** [LaTeX4Ei](https://github.com/latex4ei/latex4ei-packages)--------------------------------------
## 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
```