Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PDF Report with ReLaXed

This directory contains a sample report created with ReLaXed.

Master document: report.pug.
Stylesheet: report.scss.

Some highlights:

  • We are using Semantic UI, a CSS framework providing many useful widgets to create modern-looking reports.
  • We are including a few diagrams generated by ReLaXed with graphic web frameworks: a flowchart rendered by Mermaid.js and an histogram made with Vegalite. When the source-files diagram.mermaid or plot.vegalite.json files are modified, it triggers the re-rendering of the SVG plots diagram.svg and plot.svg. The modification of these diagrams triggers in turn the re-rendering of the full document.
  • If you want to write PDF reports using Semantic UI from Python, have a look at this other project.