Merge branch 'master' of github.com:r2src/top10fonts

This commit is contained in:
Jaap Joris Vens 2014-10-06 09:48:40 +02:00
commit d50c73e2cb
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ Top 10 LaTeX Fonts
Instead of working on my thesis, I created this project to showcase the beauty and history of the most popular LaTeX fonts. Every font is described by a paragraph that is also set in that font, made possible by the dvipng utility that creates PNG images from DVI originals.
You can view the result on http://r2src.github.io/top10fonts/
Creating the images
-------------------
All PNG images are also checked into this repository, so to view the final product simply open index.html in a browser. If you make a change to any .tex file, run `make` to automatically update the necessary PNG images.
If you make a change to any .tex file, run `make` to automatically update the necessary PNG images. You will need a very complete LaTeX installation to successfully compile all the files.