Dossier de projet à présenter le 5 mars 2025 pour le titre professionnel ASD
Go to file
2025-01-28 17:37:23 +01:00
content chore(content): Démarche - Add § about Issue state workflow 2025-01-28 17:37:23 +01:00
media chore(content): Démarche - Add § about Issue state workflow 2025-01-28 17:37:23 +01:00
templates fix(template): LaTeX - change titlepage to use subtitle variable 2025-01-13 15:35:38 +01:00
.gitignore chore: initial commit 2025-01-13 11:54:31 +01:00
Makefile fix(PDF): code blocks - Use fenced_code_attributes and --highlight-style 2025-01-28 17:31:22 +01:00
README.md chore: initial commit 2025-01-13 11:54:31 +01:00
TODO chore(content): Write on 'Cahier des charges' 2025-01-13 16:49:59 +01:00

laminoir

Document generation using Pandoc with Markdown text input.

Content

Document's content is available under content directory.

Only *.md files would be read (Markdown format).

Depenencies

ArchLinux

  • texlive-core
  • texlive-latexextra (for pdflatex)
  • texlive-fontsrecommended (for utopia font)

Usage

To generate HTML

make clean && make

To generate PDF

make clean && DOC_FORMAT=pdf make

Variables

TODO: complete this section

Add page break

PDF

Just add \newpage where you want to make a page break.

DOCX

With pandoc's raw_attribute plugin, just add this in Markdown files:

<w:p>
  <w:r>
    <w:br w:type="page"/>
  </w:r>
</w:p>

License

This software is granted under GNU General Public License v3.

Contact

This project is available under laminoir project Github's page (by blankoworld).