Skip to content

Commit 0b2fdf3

Browse files
fix typo
1 parent bce7000 commit 0b2fdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to_latex_pdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gcd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
1+
cd Chapter1_Introduction/ && ipython nbconvert Chapter1.ipynb --to latex --post PDF --template article
22
cd ../Chapter2_MorePyMC/ && ipython nbconvert Chapter2.ipynb --to latex --post PDF --template article
33
cd ../Chapter3_MCMC/ && ipython nbconvert Chapter3.ipynb --to latex --post PDF --template article
44
cd ../Chapter4_TheGreatestTheoremNeverTold/ && ipython nbconvert Chapter4.ipynb --to latex --post PDF --template article

0 commit comments

Comments
 (0)