Skip to content

XavierAudier/latexamu

 
 

Repository files navigation

Compilation

Install TeX Live or Texmaker in the usual way.

pdflatex these.tex
biber these
makeindex these.nlo -s nomencl.ist -o these.nls -t these.nlg
makeindex these.idx -s these.ist
pdflatex these.tex
pdflatex these.tex

This script can be added to Texmaker by going to Options > Configure Texmaker > Quick Build > User and changing it to

pdflatex %.tex | biber % | makeindex %.nlo -s nomencl.ist -o %.nls -t %.nlg | makeindex %.idx -s %.ist | pdflatex %.tex | pdflatex %.tex

Contributing

Bug reports and pull requests are welcome on GitHub.

About

classe LaTeX thèses AMU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PostScript 80.2%
  • TeX 19.8%