Dossier de projet à présenter le 5 mars 2025 pour le titre professionnel ASD
Go to file
2025-02-19 17:55:01 +01:00
content release: v1.0 - New version 2025-02-19 17:55:01 +01:00
media chore(content): Limit to 80 chars per line. Complete with bold words. 2025-02-19 17:53:38 +01:00
templates chore(content): Limit to 80 chars per line. Complete with bold words. 2025-02-19 17:53:38 +01:00
.gitignore chore: initial commit 2025-01-13 11:54:31 +01:00
competences.md chore(content): Liste compétences - define skills 2025-02-11 16:16:51 +01:00
Makefile chore(content): Limit to 80 chars per line. Complete with bold words. 2025-02-19 17:53:38 +01:00
notes.md chore(content): TODO - delete all TODO, except in Specs (content/30_*). 2025-02-17 14:07:01 +01:00
Olivier_DOSSMANN-v1.0.pdf release: v1.0 - New version 2025-02-19 17:55:01 +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).