Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
more text
  • Loading branch information
homberghp committed Apr 16, 2024
1 parent c1ade06 commit 9c898fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ Many thanks to [Jurian Janssen](https://github.com/Woeler) for setting this up.

## Get it running automatically via CI on github

This is the preferred version, as you can use your github repository as automated build system. It can also build your PDF file automatically.
Although possible, it has the follwinf drawbacks:

* It increases your waiting time when doing edit compile verify, which is quite normal when working with source code.
* It is more wasteful, energy wise. Uploading to the remote machine, have the server compile and get the result back costs cpu cycles in the whole chain. It may also cost you
your credits on the server infra structure.


If you stil insist, you can use your github repository as automated build system. It can also build your PDF file automatically.

- If you now click on "Actions" tab
- then on on a finished build
Expand Down Expand Up @@ -68,3 +75,4 @@ you latex commands inside the container. The Makefile in this directory shows ho

## Optional configuration
You may enable line numbering by creating an empty file in the root directory named `linenumberingOn.tex`.

0 comments on commit 9c898fc

Please sign in to comment.