50b9c8ca2fe3d5e1e500f9405dac4ea1c265d0e5
Cf. https://pandoc.org/chunkedhtml-demo/8.17-images.html
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
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).
Description
Languages
Makefile
100%