mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
14 lines
538 B
Makefile
14 lines
538 B
Makefile
all: instruction.pdf rnn_lstm.pdf
|
|
|
|
instruction.pdf: slides_source/instruction.tex
|
|
cd slides_source; pdflatex --shell-escape instruction.tex
|
|
cd slides_source; pdflatex --shell-escape instruction.tex
|
|
cd slides_source; pdflatex --shell-escape instruction.tex
|
|
mv slides_source/instruction.pdf .
|
|
|
|
rnn_lstm.pdf: slides_source/rnn_lstm.tex
|
|
cd slides_source; pdflatex --shell-escape rnn_lstm.tex
|
|
cd slides_source; pdflatex --shell-escape rnn_lstm.tex
|
|
cd slides_source; pdflatex --shell-escape rnn_lstm.tex
|
|
mv slides_source/rnn_lstm.pdf .
|