Skip to content

fmdkdd/phd-manuscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My PhD manuscript. Latest HTML version is available at 0xc0de.fr/phd-manuscript. You can also peruse the slides I used during the defense.

I build the HTML version with:

  • Emacs 25.1.1 (but 24.5.1 works as well);
  • bibtex2html 1.98
  • xmlstarlet 1.6.1, GNU parallel 20160822, rsvg-convert 2.40.16 (for SVG export)

I fixed an annoying bounding box behavior in rsvg-convert, the patch is in the bin folder.

The SVGs use Fira Sans Condensed and Ubuntu Mono (can be packaged by your distribution). The body font is Charter, with Fira Sans for the titles and Fira Mono for the code snippets.

The PDF version is built with:

  • Emacs 25.1.1 (but 24.5.1 works as well)
  • XeLaTeX 3.14159265-0.99996 (TeX Live 2016/Arch Linux)
  • Latexmk 4.48

You can find pre-built PDF in the releases.

(Note to self: there are git hooks under bin worth using.)