Skip to content

Commit

Permalink
added title psd
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Seguin committed Apr 2, 2011
1 parent c492979 commit 1a6c509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added en/title.psd
Binary file not shown.
6 changes: 4 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The book is written in [markdown](http://daringfireball.net/projects/markdown/)
The LaTex template makes use of [Lena Herrmann's JavaScript highlighter](http://lenaherrmann.net/2010/05/20/javascript-syntax-highlighting-in-the-latex-listings-package).

## Generating the PDF ##

I use a variation of <https://github.com/claes/pandoc-templates> to generate the pdf:

#!/bin/sh
Expand All @@ -38,4 +37,7 @@ I use a variation of <https://github.com/claes/pandoc-templates> to generate the
-V mainfont="$mainfont" -V sansfont="$sansfont" -V monofont="$monofont" \
-V geometry=$geometry -V alignment=$alignment -V columns=$columns \
-V fontsize=$fontsize -V nohyphenation=$nohyphenation \
-V toc=$toc --listings en/mongodb.markdown -o mongodb.pdf
-V toc=$toc --listings en/mongodb.markdown -o mongodb.pdf

## Title Image ##
A PSD of the title image is included. The font used is [Comfortaa](http://www.dafont.com/comfortaa.font).

0 comments on commit 1a6c509

Please sign in to comment.