From d09ac24b362417dbca8ec1b4d8db64da79d54370 Mon Sep 17 00:00:00 2001 From: fede Date: Wed, 11 Dec 2024 09:04:04 -0300 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20soporte=20lfs=20y=20arreglo=20cr?= =?UTF-8?q?eador=20de=20pdfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + makefile | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b634d85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/makefile b/makefile index 0d8d60c..a8c2233 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,4 @@ run: pandoc CVFedericoPolidoro.org -o CVFedericoPolidoro.pdf -Vgeometry:margin=2cm + pdftoppm CVFedericoPolidoro.pdf output_prefix -png + img2pdf output_prefix-*.png -o CVFedericoPolidoroImg.pdf