Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopross/hsrstud-package
LaTeX Packages of the HSR-Stud organization
https://github.com/naopross/hsrstud-package
hsr latex-class latex-package xelatex
Last synced: 5 days ago
JSON representation
LaTeX Packages of the HSR-Stud organization
- Host: GitHub
- URL: https://github.com/naopross/hsrstud-package
- Owner: NaoPross
- License: cc-by-sa-4.0
- Created: 2020-04-17T01:33:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T14:54:24.000Z (over 1 year ago)
- Last Synced: 2024-10-19T00:54:39.156Z (about 1 month ago)
- Topics: hsr, latex-class, latex-package, xelatex
- Language: TeX
- Homepage: https://ctan.org/pkg/oststud
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OST-Stud LaTeX Style & Macros
## Built it
### Automagically with `make`
It is as simple as it gets.
```
$ make
```
The output will be generated in a directory called `build`.### Manually
This will generate many files including `oststud.sty` that can be placed in the
folder of any other LaTeX project, which can access the library with
`\usepackage{oststud}`
```
$ xelatex oststud.ins # generate oststud.sty
```To get the documentation (in PDF) you can compile the respective `dtx` file
```
$ xelatex oststud.dtx # generate documentation oststud.pdf
```## The older `hsrstud` package
The previous version of thie package for the Hochschule für Technik Rapperswil,
i.e. `hsrstud`, is still available for backwards compatibility. To get
`hsrstud.sty` and its documentation run `make` or manually:
```
$ xelatex hsrstud.ins # generate hsrstud.sty
$ xelatex hsrstud.dtx # generate documentation hsrstud.pdf
```The `hsrstud` package has documentclasses which are not (yet) available in the
newer version. To get `hsrbericht.cls` or `hsrzf.cls` without using `make` run
```
$ xelatex hsrstud-classes.ins # generate .cls files
$ xelatex hsrstud-classes.dtx # generate documentation hsrstud-classes.pdf
```## License
```
OSTStud (c) by Naoki ProssOSTStud is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License.
You should have received a copy of the license along with this work. If not, seehttp://creativecommons.org/licenses/by-sa/4.0/
```