summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4fc9dfb..8abfcb7 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ tmp/%.tex: %.rst $(INCLUDED_TEX) $(SOURCES) $(CHAPTERS)| tmp
$$(command -v rst2latex rst2latex.py | head -n 1) \
--no-section-subtitles \
--no-section-numbering \
- --table-style=borderless \
+ --table-style=booktabs \
--use-latex-citations \
--use-latex-docinfo \
--documentclass=article \
@@ -48,9 +48,6 @@ tmp/%.tex: %.rst $(INCLUDED_TEX) $(SOURCES) $(CHAPTERS)| tmp
--stylesheet=$(PACKAGES),$(TEX_STYLE) \
$< $@
sed -i -e 's/{c}{\\hfill ... continued on next page/{r}{... suite sur la page suivante/;s|^%$$||' $@
- #sed -i -e 's/\endfirsthead/\endfirsthead\\tableHeaderStyle/g' $@
- sed -i -e 's/longtable\*/mytable/g' $@
- #sed -i -e 's/p{[0-9]\.[0-9]*\\DUtablewidth}/X/g' $@
# Generate each pdf with latex
tmp/%.pdf: tmp/%.tex $(BIBS) | tmp