Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achinrichs/latex-templates
This is currently only a MIRROR! See RWTH-Gitlab for active repo
https://github.com/achinrichs/latex-templates
homework latex latex-class rwth
Last synced: 2 months ago
JSON representation
This is currently only a MIRROR! See RWTH-Gitlab for active repo
- Host: GitHub
- URL: https://github.com/achinrichs/latex-templates
- Owner: ACHinrichs
- License: other
- Created: 2016-10-23T12:30:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T14:11:43.000Z (over 3 years ago)
- Last Synced: 2024-09-28T04:41:25.970Z (3 months ago)
- Topics: homework, latex, latex-class, rwth
- Language: TeX
- Homepage: https://git.rwth-aachen.de/ACHinrichs/LaTeX-templates
- Size: 13.9 MB
- Stars: 41
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: LaTeX-Templates
In this repository I collect LaTeX templates, styles and classes I develop
or use frequently. If I am not the author, this will be noted.* Installation
** Classes and Styles
*** From source (recomended)
If the class is not uploaded to CTAN (I want to upload and update
them all to CTAN, but it may take some time), clone the repository
into a directory searched by LaTeX. (Using TeX Live under Linux this
directory could be `~/texmf/tex/latex`, using MiKTeX under Windows,
this is configurable) and index them (TeX Live + Linux: `$ texhash`,
MiKTeX + Windows: Refresh the sources via the MiKTeX-Settings as
Admin).*Note*: If you are using TeX Live, it may be necessary to init the usertree prior to Installation.
**** Special notes regarding development versions:
I am not always updating the =.cls=-files when developing new features,
so when you want to use development-versions (why would you want to do
that?) Proceed as above when installing from source, but after you have
checked out the branch =dev= for the class you want to use, run LaTeX (not
pdflatex) on the =.ins=-File. This will generate a new =.sty= or
=.cls= file. Then just proceed as above.**** Generate Documentation
If the documentation in this repository does not correspond to the latest
version of the corresponding package or class, just run (pdf)LaTeX on
the =.dtx=-file.* homeworkassignment (LaTeX)
This class provides a relatively simple document–type for homework,
mainly created for assignments at the University during my studies in
Computer Science.It features an easy to use sectioning, frequently used packages and
configurations and macros fo mathematical functions and operators,
which I need often.* cheatsheet (LaTeX)
I figured that the sourcecode of Cheat-Sheets in LaTeX is always a
hughe pile of badly documented code, which is basically identical for
all CheatSheets, so I bundeled it in a class. Just load
=\documentclass{cheatsheet}= and you are ready to go.Available as [[https://ctan.org/pkg/cheatsheet][CTAN Package]].
* beamer themes =projektion= and =polynom= (XeLaTeX)
Clean, simple and modern 16:9 (yes, that is possible) (Xe)LaTeX
beamer themes.They are developed to match PowerPoint-Templates by Alexander
Bartolomey Git[[https://git.rwth-aachen.de/occloxium][Lab]] / [[https://github.com/Occloxium][Hub]].