Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jul 12, 2023
1 parent 6035f20 commit a886ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ We base on [reitzig's TeXLive Docker Images](https://github.com/reitzig/texlive-
They require each new package listed in `Texlivefile`.
Thus, if you add a new LaTeX package, please also add it into that file.

You can have a full `bash` environment to experiment by using following command (assuming you are on Windows and checked out the repository at `c:\git-repositories\gi\LNI`):
You can have a full `bash` environment to experiment by using following command (assuming you are on Windows and checked out the repository at `c:\git-repositories\LNI`):

docker run -it --rm -v c:\git-repositories\gi\LNI:/work/src reitzig/texlive-base:2023.1 work bash
docker run -it --rm -v c:\git-repositories\LNI:/work/src reitzig/texlive-base:2023.1 work bash

After `cd /work/src`, you are in the directory hosting `lni.dtx` and all other files.

You can check successful generation of `lni.cls` based on `lni.dtx` using following command:

docker run --rm -v c:\git-repositories\gi\LNI:/work/src reitzig/texlive-base:2023.1 work
docker run --rm -v c:\git-repositories\LNI:/work/src reitzig/texlive-base:2023.1 work

⚠ Running that command overwrites `lni.cls` (based on `lni.dtx`), so be careful. ⚠

Expand Down

0 comments on commit a886ab6

Please sign in to comment.