https://github.com/wikimatze/styles
LaTeX styles
https://github.com/wikimatze/styles
Last synced: 2 months ago
JSON representation
LaTeX styles
- Host: GitHub
- URL: https://github.com/wikimatze/styles
- Owner: wikimatze
- Created: 2014-06-22T09:12:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T16:37:14.000Z (over 8 years ago)
- Last Synced: 2025-02-02T01:46:04.301Z (4 months ago)
- Language: TeX
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is a list of all my used LaTex styles I'm using in my projects.
## Usage
In you tex preamble you can use the styles in the following way:
% define the relative path to your
\def\home{../../styles}
% define documentclass according to home of your styles
\input{\home/documentclass_normal_oneside}
% generell-styling of the document
\input{\home/style_proggen}## Contact
Feature request, bugs, questions, etc. can be send to .
## License
This software is licensed under the [MIT license][mit].
© Matthias Günther
[mit]: http://en.wikipedia.org/wiki/MIT_License