mirror of
https://github.com/semaphoreci/book-cicd-docker-kubernetes.git
synced 2026-02-14 15:59:50 +00:00
Decrease margins
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ html: $(BUILD)/html/$(BOOKNAME).html
|
||||
|
||||
$(BUILD)/pdf/$(BOOKNAME).pdf: $(TITLE) $(CHAPTERS)
|
||||
mkdir -p $(BUILD)/pdf
|
||||
docker run --rm --volume `pwd`:/data pandoc/latex:2.6 -f markdown-implicit_figures -H make-code-small.tex -o /data/$@ $^
|
||||
docker run --rm --volume `pwd`:/data pandoc/latex:2.6 -f markdown-implicit_figures -H make-code-small.tex -V geometry:margin=1.5in -o /data/$@ $^
|
||||
|
||||
$(BUILD)/html/$(BOOKNAME).html: $(TITLE) $(CHAPTERS)
|
||||
mkdir -p $(BUILD)/html
|
||||
|
||||
Reference in New Issue
Block a user