diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/yathesis/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/yathesis/README.md | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/yathesis/README.md b/Master/texmf-dist/doc/latex/yathesis/README.md index aea7f659e01..8bee0cbe9c1 100644 --- a/Master/texmf-dist/doc/latex/yathesis/README.md +++ b/Master/texmf-dist/doc/latex/yathesis/README.md @@ -1,6 +1,6 @@ ----------------------------------------------------------------------- -- `yathesis` --- Yet Another Thesis Class, version 0.99o +- `yathesis` --- Yet Another Thesis Class, version 0.99p - E-mail: `denis.bitouze@lmpa.univ-littoral.fr` - Released under the LaTeX Project Public License v1.3c or later. See http://www.latex-project.org/lppl.txt @@ -32,16 +32,9 @@ Typesetting the documentation of the class requires: with `yathesis-demo` package load at first place. If `latexmk` is available, it is easier to run: - latexmk -g -pdf -jobname=these -pdflatex="pdflatex %O '\RequirePackage{etoolbox}\AtEndPreamble{\RequirePackage{yathesis-demo}}\input{%S}'" these.tex + latexmk -g -norc -r ./latexmkrc -jobname=these -pdflatex="pdflatex %O '\RequirePackage{etoolbox}\AtEndPreamble{\RequirePackage{yathesis-demo}}\input{%S}'" these.tex - to compile `yathesis.tex` to be found in the `.../yathesis/doc/latex/yathesis/documentation/french` directory as follows: - pdflatex yathesis-fr.tex - biber yathesis-fr.tex - makeglossaries yathesis-fr - texindy -L french -M denisbdoc-chng.xdy yathesis-fr-changes.idx - texindy -M denisbdoc.xdy -L french commands.idx - texindy -M denisbdoc.xdy -L french yathesis-fr.idx - pdflatex yathesis-fr.tex - pdflatex yathesis-fr.tex + latexmk -norc -r ./latexmkrc yathesis-fr |