From e9585f39908c9b49928b2ee5ef97fadbce8e97f3 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jul 25 2019 09:54:42 +0000 Subject: Add info on installing deps --- diff --git a/Makefile b/Makefile index 5895239..0417c7c 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,10 @@ handouts_print: handouts 20190723_neurofedora_handouts_print.tex handouts_space: 20190723_neurofedora_handouts_with_space.tex latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make 20190723_neurofedora_handouts_with_space.tex +deps: + sudo dnf install 'tex(pgfpages.sty)' 'tex(pdfpages.sty)' 'tex(handoutWithNotes.sty)' 'tex(pdfpages.sty)' 'tex(pgfpages.sty)' 'tex(xcolor.sty)' 'tex(tipa.sty)' 'tex(ccicons.sty)' 'tex(amssymb.sty)' 'tex(tikz.sty)' 'tex(jneurosci.sty)' 'tex(subfig.sty)' 'tex(fontenc.sty)' 'tex(inputenc.sty)' 'tex(biblatex.sty)' 'tex(opensans.sty)' 'tex(ulem.sty)' 'tex(hyperref.sty)' 'tex(graphicx.sty)' 'tex(algorithmic.sty)' 'tex(textcomp.sty)' 'tex(wrapfig.sty)' 'tex(textgreek.sty)' 'tex(euler.sty)' 'tex(minted.sty)' 'tex(import.sty)' --setopt=strict=0 + + clean: rm -fv *.aux *.bbl *.blg *.log *.nav *.out *.snm *.toc *.dvi *.vrb *.bcf *.run.xml *.cut *.lo* latexmk -c diff --git a/README.rst b/README.rst index 107ff53..ab0cec3 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,15 @@ These are the slides for our talk on NeuroFedora_ at Flock 2019. -All the text is in `20190723_neurofedora.tex`. The other files are merely used -to generate different outputs. Generally, it is enough to modify the main file -and then use the Makefile to generate all the outputs. +All the text is in :code:`20190723_neurofedora.tex`. The other files are merely +used to generate different outputs. Generally, it is enough to modify the main +file and then use the Makefile to generate all the outputs. + +Dependencies +============= + +On a Fedora system, please :code:`make deps` to install the required TeXlive +packages from the repositories using :code:`dnf`. License ========