diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-30 23:24:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-30 23:24:44 +0000 |
commit | cee03f86bc1e1bba870c662fda9a558feef0a522 (patch) | |
tree | 9dbf5be871f92a0a4b1ca18d3527af4de6eee78d /Master/texmf-dist/doc/latex/yathesis/README.md | |
parent | ff92b49544c8c965204c0ed92da48b35d350e2e5 (diff) |
yathesis (30oct16)
git-svn-id: svn://tug.org/texlive/trunk@42393 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/yathesis/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/yathesis/README.md | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/yathesis/README.md b/Master/texmf-dist/doc/latex/yathesis/README.md index 651b194d120..aea7f659e01 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.99m +- `yathesis` --- Yet Another Thesis Class, version 0.99o - 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 @@ -13,30 +13,35 @@ following French rules.** The class is supplied in `.dtx` format. If you want to unpack the `.dtx` yourself, running: - pdftex yathesis.dtx + pdftex yathesis.dtx will extract the class whereas: - pdflatex yathesis.dtx + pdflatex yathesis.dtx -will extract it and also typeset the documentation. +will extract it and also typeset the documentation of the code. -Typesetting the documentation requires: +Typesetting the documentation of the class requires: - a number of packages in addition to those needed to use the `yathesis` classes. To compile the documentation without error, you will need, among others, my personal (dirty) package `denisbdoc` for documenting the classes I've written. - a complete `pdflatex` run of `these.tex` to be found in the - `.../yathesis/doc/latex/yathesis/exemples/specimen/a-plat` directory, with - `yathesis-demo` package load at first place. If `latexmk` is available, it is - easier to run: - - latexmk -f -pdf -jobname=these -pdflatex= \ - "pdflatex %O '\RequirePackage{yathesis-demo}\input{%S}'" these.tex - -- to run `pdflatex` on `yathesis.tex` to be found in the - `.../yathesis/doc/latex/yathesis/documentation` directory. If `latexmk` is - available, it is easier to run: - - latexmk yathesis.dtx + `.../yathesis/doc/latex/yathesis/french/exemples/specimen/a-plat` directory, + 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 + +- 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 |