Skip to content

Commit

Permalink
smaller images
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Mar 18, 2017
1 parent 38d62be commit a5987ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion algo1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ algo1-petitlivre-page2.pdf: algo1-petitlivre-page2.tex
latexmk --synctex=1 -pdf algo1-petitlivre-page2.tex

algo1-petitlivre.png: algo1-petitlivre-page1.pdf
inkscape --export-png=algo1-petitlivre.png --export-background='#ffffff' --export-height=300 --export-dpi=360 algo1-petitlivre-page1.pdf
inkscape --export-png=algo1-petitlivre.png --export-background='#ffffff' --export-height=150 --export-dpi=360 algo1-petitlivre-page1.pdf

# Fabrique les supports
#######################
Expand All @@ -37,6 +37,8 @@ $(SUPPORT).pdf: $(SUPPORT).svg
pdf180 $(SUPPORT)-A5.pdf
pdfjam --outfile $(SUPPORT).pdf --no-landscape --papersize '{210mm,297mm}' --nup 1x2 $(SUPPORT)-A5.pdf $(SUPPORT)-A5-rotated180.pdf
rm $(SUPPORT)-A5.pdf $(SUPPORT)-A5-rotated180.pdf
convert -scale 150 $(SUPPORT).png $(SUPPORT)-small.png
mv $(SUPPORT)-small.png $(SUPPORT).png

clean:
rm -Rf *.log *.aux *~ *.toc *.brf *.bbl *.blg *.ps *.fdb_latexmk \
Expand Down
Binary file modified algo1/algo1-petitlivre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified algo1/algo1-supports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5987ef

Please sign in to comment.