From 2a53c68bd520e833705b7275c1a83d5f01d7f275 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 4 Oct 2020 19:42:45 +0200 Subject: Update table presentation --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3