soutenance/README.md

1.1 KiB

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).