Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonchar committed Jul 1, 2024
1 parent e19348a commit 9d7842e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/generic/pgf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
```bash
# Set up the directories for example code extraction and compilatiom
mkdir -p ~/tmp/mwe/plots
mkdir -p ~/tmp/mwe/generic/pgf/plots
cp ~/github.com/pgf/doc/generic/pgf/plots/* ~/tmp/mwe/plots/

cd ~/tmp/mwe
ln -s ~/github.com/pgf/doc/generic/pgf/images

cd ~/tmp/mwe/generic/pgf
ln -s ~/github.com/pgf/doc/generic/pgf/images
# Set up for vs-code
# mkdir -p ~/tmp/mwe/generic/pgf/plots
# cp ~/github.com/pgf/doc/generic/pgf/plots/* ~/tmp/mwe/generic/pgf/plots
# cd ~/tmp/mwe/generic/pgf
# ln -s ~/github.com/pgf/doc/generic/pgf/images

# Clean up
find ~/tmp/mwe -name '*.tex' -o -name '*.aux' -o -name '*.log' -o -name '*.gz' -o -name '*.pdf' | xargs rm
Expand Down

0 comments on commit 9d7842e

Please sign in to comment.