https://github.com/debdut/mathython
A mathematical guide with Python
https://github.com/debdut/mathython
Last synced: 4 months ago
JSON representation
A mathematical guide with Python
- Host: GitHub
- URL: https://github.com/debdut/mathython
- Owner: Debdut
- Created: 2015-03-17T15:05:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T03:20:43.000Z (about 11 years ago)
- Last Synced: 2025-10-30T02:52:31.293Z (8 months ago)
- Language: TeX
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Download the compiled pdf version [here](https://github.com/Debdut/mathython/blob/master/downloads/Mathython.pdf?raw=true)
To compile this project download the entire source tree and run
$make
You will need to have the following installed for the system to generate the document correctly.
* XeteX
* Pygments
* The following Tex packages
* Minted
* ifplatform
* The fancyvrb
* color
On Ubuntu/Debian the necessary Latex packages can be installed with the command
sudo apt-get install texlive-xetex texlive-latex-recommended texlive-latex-extra
You can installed the pygments source code highlighter with the following command.
$sudo apt-get install python-pygments
Be warned however as this downloads nearly 400 MB of packages.
Download Minted package [minted.sty](https://code.google.com/p/minted/downloads/list) and copy it to /usr/share/texmf-texlive/tex/latex/, and then to update TEX:
$sudo texhash