add existing guide translated to XeTeX

Missing:
-   server certificates installation
-   test for client certificate installation under Windows (8)
-   certificate installation on Mac OS with Safari (use keystore directly?)
-   serveur.der or serveur.pem (or something else) on Mac OS?

A PDF version of guide.tex is tracked in this repository so that people
without the required packages or fonts can view it anyway.
This commit is contained in:
Thibaut Le Page 2014-01-20 07:37:00 +01:00
commit 3ca577f4df
4 changed files with 154 additions and 0 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
all: guide.pdf
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .tex .pdf