Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latex4ei/latex4ei-packages
Pakete zum kompilieren der LaTeX4EI Formelsammlungen
https://github.com/latex4ei/latex4ei-packages
latex latex4ei tex tum
Last synced: about 1 month ago
JSON representation
Pakete zum kompilieren der LaTeX4EI Formelsammlungen
- Host: GitHub
- URL: https://github.com/latex4ei/latex4ei-packages
- Owner: latex4ei
- License: other
- Created: 2014-02-16T21:03:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T14:10:48.000Z (5 months ago)
- Last Synced: 2024-07-21T15:38:59.565Z (5 months ago)
- Topics: latex, latex4ei, tex, tum
- Language: TeX
- Homepage: http://latex4ei.de
- Size: 1020 KB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX4EI Template
[![Actions Status](https://github.com/latex4ei/latex4ei-packages/workflows/CI/badge.svg)](https://github.com/latex4ei/latex4ei-packages)
[![Join the chat at https://gitter.im/LaTeX4Ei/Lobby](https://badges.gitter.im/LaTeX4Ei/Lobby.svg)](https://gitter.im/LaTeX4Ei/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![GitHub release](https://img.shields.io/github/release/latex4ei/latex4ei-packages.svg)](https://github.com/latex4ei/latex4ei-packages/releases/latest)
[![Github Releases](https://img.shields.io/github/downloads/latex4ei/latex4ei-packages/latest/total.svg)](https://github.com/latex4ei/latex4ei-packages/releases/latest)Write beautiful latex cheat sheets with minimal effort.
## How to use
put `latex4ei` folder in `./template-files/` into the same folder as
your latex file. Specify `\documentclass{latex4ei/latex4ei_sheet}` and compile your code.
See the [documentation](https://github.com/latex4ei/latex4ei-packages/tree/gh-pages) for further details.## Permanent installation
Copy the `latex4ei` folder into your tex-distribution directory
### Windows
Copy files to `C:\texlive\XXXX\texmf-dist\tex\latex\latex4ei`
### Linux
```bash
sudo cp -r template-files/latex4ei /usr/share/texlive/texmf-dist/tex/latex/latex4ei
sudo mktexlsr
```### Mac OS X
```bash
cp -r template-files/latex4ei /usr/local/texlive/texmf-local/tex/latex/latex4ei
```If you want to share your documents please refer to the LICENSE file
Read the changelog.md and known_bugs.txt and check [www.latex4ei.de](http://latex4ei.de) for updates.© 2011-2024, LaTeX4EI