Restore TEXINPUTS final double slash

Removing the final double slash in TEXINPUTS was a mistake.
It is needed to indicate subdirectories, as pointed out by the reviewer.
This commit is contained in:
Samuel Lelièvre 2020-08-24 12:31:15 +02:00 committed by GitHub
parent b6aa85e8af
commit 694852eddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ should work.
```
cd /path/to/project
git clone https://github.com/KWARC/LaTeX-proposal
echo 'export TEXINPUTS = "$(TEXINPUTS):/path/to/project/LaTeX-proposal:"' >> ~/.bashrc
echo 'export TEXINPUTS = "$(TEXINPUTS):/path/to/project/LaTeX-proposal//:"' >> ~/.bashrc
```
Of course you will have to replace `/path/to/project` with a path appropriate to
your system. A simple `git pull` will update you to the newest version.