0001-01-01

Readme

Generate pdf file using the following command:

latexmk -pdf [tex filename]

Generate png file using the following command:

convert -density 300 [input pdf filename] -quality 90 [output png filename]