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:
commit
3ca577f4df
4 changed files with 154 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
all: guide.pdf
|
||||
|
||||
.tex.pdf:
|
||||
latexmk --xelatex ${.IMPSRC}
|
||||
|
||||
clean:
|
||||
latexmk -c
|
||||
|
||||
.SUFFIXES: .tex .pdf
|
||||
Reference in a new issue