Skip to content

iflry/statutes

Repository files navigation

Statutes and Rules of Procedure

Netlify Status

The idea is to automate the process of updating the statutes and rules of procedure as much as possible. The current wokflow is using pandoc to convert markdown source files into LaTeX pdfs. The whole process is automated using Netlify which also makes the files available online.

How to build the Statutes and Rules of Procedure locally

  1. Clone the repository.
git clone https://github.com/iflry/statutes.git
cd statutes 
  1. Ensure Pandoc is installed.

On Mac:

brew install pandoc

On Linux:

sudo apt-get install -y pandoc
  1. Ensure XeLaTeX is installed.

On Mac:

brew install texlive

On Linux

sudo apt-get install -y texlive-xetex texlive-latex-extra

You may also need to install texlive-fonts-extra so that the Fira font is available.

  1. Build the documents.
pandoc statutes.md -o statutes.pdf --pdf-engine=xelatex --number-sections -V fontsize=11pt -H config/header.tex --lua-filter=config/custom-links.lua
pandoc rules-of-procedure.md -o rules-of-procedure.pdf --pdf-engine=xelatex --number-sections -V fontsize=11pt -H config/header.tex --lua-filter=config/custom-links.lua 

About

Statutes and Rules of Procedure

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •