/PFTL_Book

Source files for the Python for the Lab book

Primary LanguageTeXOtherNOASSERTION

Python for the Lab

Welcome to the source files for the book Python for the Lab. This is the book used for the workshop Python for the Lab.

If you want to compile the book first clone it and then compile it with xelatex:

git clone git@github.com:PFTL/PFTL_Book.git
cd PFTL_Book
xelatex -shell-escape index.tex

You need to use xelatex in order to be able to use special unicode characters present in the text. The command -shell-escape is used in order to compile the code with the proper formatting (which is achieved through some Python scripts).

If you would like to have a compiled version of the book, contact us