Add pdf to png convertion for the cover screen

This commit is contained in:
Sameer Rahmani 2022-10-22 21:01:16 +01:00
parent ffeff7fc4a
commit 083bcfd787
3 changed files with 4 additions and 2 deletions

View File

@ -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

2
README.org Normal file
View File

@ -0,0 +1,2 @@
* Mathematics of programming languages
You need to have tevlive and the poppler package installed

View File

@ -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}