Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
trbritt committed Jul 13, 2024
1 parent 691962d commit 350159a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ This directory houses our notes for implementing what we do. It is a primer on a
Each section is a Markdown file, which can be combined easily into the total pdf:

```bash
pandoc **/*.md -o notes.pdf --include-in-header preamble.tex --toc --toc-depth=2
```
pandoc */**/*.md -o notes.pdf --include-in-header ./preamble.tex --toc --toc-depth=2 -V colorlinks=true -V linkcolor=blue -V urlcolor=blue -V toccolor=gray
```
Binary file modified notebooks/notes.pdf
Binary file not shown.

0 comments on commit 350159a

Please sign in to comment.