LaTeX executables and templates to generate PDF files
/!\ First run `recompose.bat` to recompose "LFS" files
Install up-to-date Java
binaries from :
https://www.oracle.com/java/technologies/downloads/#jdk19-windows
-
To use it
- Open a file explorer window (
Win+e
) on this folder/repository - Drag your
*.tex
file on thepdflatex_compile.bat
file - Compilation will happens (packages will be added to
miktex
if needed) - If OK, the
*.pdf
file will be generated into the*.tex
file's folder LaTeX
generates a lot of temporary/table files used in the next run- Repeat if the
*.log
requests you to do so (like for TOC generation) - Repeat again if some images are not well placed/numbers calculated/etc
- Generally after 3 runs from the start you should get the final
*.pdf
- Run the
pdflatex_clean.bat
into the*.tex
file's folder to clean it
- Open a file explorer window (
-
To update it
- Run
nvm_cmd.bat
to update thenvm
installation - Run
miktex\miktex-portable.cmd
(opens in tray) to updatemiktex
- Touch the
\latex\*.tex
template files if you add/update package support
- Run
-
Installed packages
- background (background image)
- carlito (font)
- circuitikz (electric schematic)
- diagrams (flow chart)
- ditaa (ascii art)
- flowchart (flow chart)
- mermaid (different diagram)
- msctexen (charting)
- nomnoml (uml diagram)
- smcat (state machine diagram)
- transparent (transparency)
- wavedrom (signal diagram)
- ...
-
Home