Skip to content

sourcedelica/manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAF Manual

This repository contains the LaTeX sources for the CAF user manual. To build the manual, first check out the main repository and then this repository as sub directory:

git clone https://github.com/actor-framework/actor-framework.git
cd actor-framework
git clone https://github.com/actor-framework/manual.git
cd manual
# build individual targets:
make pdf
make html
make sphinx
# build all three targets:
make all

The pdf target creates the file manual.pdf using pdflatex.

The single-page HTML version for the html target requires HeVeA.

The multi-page Read the Docs HTML version for the sphinx target requires Python, Pandoc, and Sphinx.

Releases

No releases published

Packages

No packages published

Languages