Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 550 Bytes

Scribble Protocol Language Specification

The repository contains the source latex files for the Scribble Protocol Language Specification.

Building the PDF

You will first need to check that your system includes the pdflatex utility. If you need to install this utility, then refer to the TexLive website.

To build the PDF representation of the spec, run the following command from the top level folder:

mvn latex:latex

Once the build is complete, the specification can be found in the target folder.