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:
parent
b6aa85e8af
commit
694852eddd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user