Directory macros/latex2e/contrib/yathesis
README.md
yathesis— Yet Another Thesis Class, version 1.0.14- E-mail:
denis.bitouze@univ-littoral.fr - Released under the LaTeX Project Public License v1.3c or later. See https://www.latex-project.org/lppl.txt
The yathesis bundle provides a LaTeX class file to help to write a thesis following French rules.
The class is supplied in .dtx format. If you want to unpack the .dtx yourself, running:
pdftex yathesis.dtx
will extract the class whereas:
pdflatex yathesis.dtx
will extract it and also typeset the documentation of the code.
Typesetting the documentation of the class requires:
- a number of packages in addition to those needed to use the
yathesisclasses. To compile the documentation without error, you will need, among others, my personal (dirty) packagedenisbdocfor documenting the classes I've written. - a complete
pdflatexrun ofthese.texto be found in the.../doc/latex/yathesis/french/exemples/specimen/a-platdirectory, withyathesis-demopackage load at first place. Iflatexmkis available, it is easier to run:
latexmk -g -norc -r ./latexmkrc -jobname=these -pdflatex="pdflatex %O '\AddToHook{begindocument/before}{\RequirePackage{yathesis-demo}}\input{%S}'" these.tex
- to compile
yathesis-fr.texto be found in the.../doc/latex/yathesis/french/documentationdirectory as follows:
latexmk -norc -r ./latexmkrc yathesis-fr
Download the contents of this package in one zip archive (12.2M).