From 083bcfd7876e6e9befd2821862ca4a298db16937 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 22 Oct 2022 21:01:16 +0100 Subject: [PATCH] Add pdf to png convertion for the cover screen --- Makefile | 2 +- README.org | 2 ++ ep1.tex | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 README.org diff --git a/Makefile b/Makefile index 0eb4c58..9dbaa29 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ 1: latexmk -f -xelatex -interaction=nonstopmode -output-directory=$(PWD)/build/ ep1.tex - + pdftoppm -png -f 1 -l 1 -singlefile -r 1200 -scale-to-x 1920 -scale-to-y 1080 $(PWD)/build/ep1.pdf $(PWD)/build/ep1 .PHONY: build build: cv.pdf diff --git a/README.org b/README.org new file mode 100644 index 0000000..9ba80be --- /dev/null +++ b/README.org @@ -0,0 +1,2 @@ +* Mathematics of programming languages +You need to have tevlive and the poppler package installed diff --git a/ep1.tex b/ep1.tex index d79c159..ab55cf1 100644 --- a/ep1.tex +++ b/ep1.tex @@ -21,7 +21,7 @@ \date{\today} \title{Mathematics of Programming Languages} -\setep{01}{First step to design a language} +\setep{01}{The first step to design a language} \begin{document}