diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/README b/Master/texmf-dist/doc/latex/tkz-base/README new file mode 100644 index 00000000000..b7a2bce4e18 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/README @@ -0,0 +1,24 @@ +% encodage utf8 + +How to compile the sources +-------------------------- + +All these files are in utf8. + +You only need to run + +$ pdflatex TKZdoc-base-main.tex + +If you want the same index of my documentation +$ cd path-to-the-sources +$ pdflatex TKZdoc-base-main.tex +$ makeindex -s base.ist TKZdoc-base-main.idx +$ pdflatex TKZdoc-base-main.tex + +The end + + Alain Matthes + 5 rue de Valence + Paris 75005 + + al (dot) ma (at) mac (dot) com
\ No newline at end of file |