Skip to content

Olm-e/theorie-relative-de-la-monnaie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • On Ubuntu :
$ sudo apt-get install python-pip
$ sudo apt-get install python-dev
$ sudo apt-get install libfreetype6-dev
$ sudo apt-get install texlive texlive-lang-french texlive-latex-extra
$ sudo apt-get install dvipng

$ sudo pip install virtualenv
$ virtualenv -p /usr/bin/python2.7 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install matplotlib

Generate all (copy pdf and epub in html folder)

$ ./build_all.sh

Generate HTML, PDF and EPUB version

Generate HTML version :

$ make html SPHINXOPTS="-t html"

Generate PDF version :

$ make latexpdf SPHINXOPTS="-t latex"

Generate EPUB version :

$ make epub SPHINXOPTS="-t epub"

Download generated files

You can just download files from the latest release

About

Théorie Relative de la Monnaie

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.1%
  • Python 30.6%
  • Makefile 3.0%
  • Shell 3.0%
  • CSS 0.3%