Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e9ad646d authored by Arnaud Legrand's avatar Arnaud Legrand
Browse files

Initial import from old repos

parent 9afb5385
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 0 deletions
Makefile 0 → 100644
include LaTeX.mk
LU_FLAVORS=LUALATEX
LUALATEX_OPTIONS=-shell-escape
all:
export PYTHONIOENCODING=utf-8
make bayesian_statistics_introduction.tex
make bayesian_statistics_introduction.pdf
# make fix_figures
# make bayesian_statistics_introduction.pdf
%.tex: %.org
emacs -batch --eval "(setq enable-local-eval t)" --eval "(setq enable-local-variables t)" $< --funcall org-beamer-export-to-latex
mv $@ $@.bak
echo '\\def\\raggedright{}' > $@
cat $@.bak >> $@
rm $@.bak
sed -i -e 's/usepackage{graphicx}/usepackage{figlatex}/' -e 's/\\usepackage{grffile}//' $@
include LaTeX.mk
clean::
$(RM) $(BIB_SLAVES)
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment