Skip to content

Commit

Permalink
Add GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2023
1 parent 936e78b commit ffb2a25
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "CI"

on:
- push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: mkdir $HOME/.fonts && unzip panno_3.00.zip -d $HOME/.fonts
- run: fc-cache -f -v
- run: source ./texlive/texlive_install.sh
- run: make example.pdf
- uses: actions/upload-artifact@v3
with:
name: example.pdf
path: example.pdf
Binary file added panno_3.00.zip
Binary file not shown.
Binary file removed panno_3.00.zip.enc
Binary file not shown.
15 changes: 11 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# UGent 2016 styles [![Build Status](https://travis-ci.com/niknetniko/ugent2016.svg?branch=master)](https://travis-ci.com/niknetniko/ugent2016)
# UGent 2016 styles

Unofficial packages to create documents in the official Ghent University style. Three document classes are provided that work out of the box:
Unofficial packages to create documents in the official Ghent University style.
Three document classes are provided which work out of the box:

- `ugent2016-article`
- `ugent2016-book`
Expand Down Expand Up @@ -46,10 +47,16 @@ Feel free to add yourself.

## Warning

The packages are still in beta! Please report issues. The three main classes are considered stable, meaning they should continue to work (barring any serious issues that need resolving). Other packages and classes might change in the future.
The packages are still in beta! Please report issues. The three main classes are considered stable, meaning they should continue to work (barring any serious issues that need resolving).
Other packages and classes might change in the future.

## License

All files except those mentioned below are licensed under the LaTeX Project Public Licence, version 1.3c or later. See the `LICENSE` file.

The licence of the files in the folders `assets` and `latex/logos` is unclear. Wikipedia claims that the UGent logo (main one) is CC BY-SA 4.0; but the legal department disagreed when I contacted them.
The licence of the files in the folders `assets` and `latex/logos` is unclear. Wikipedia claims that the UGent logo (main one) is CC BY-SA 4.0;
but the legal department disagreed when I contacted them.

The file `panno_3.00.zip` contains the UGent Panno fonts.
These are commercially licensed fonts.
You can only use them if covered by the UGent's license.

0 comments on commit ffb2a25

Please sign in to comment.