A tool to build a course (from list of exercices, lectures, etc.)
Project description
To use it, define a sub-class of the class Session with the methods make and files
- class CM(Session):
- def make(self, options):
print( “ - build handout”) self.writeFileFromTemplate( ‘CM.tex’, self.name+’.tex’, {} ) runCommand( [‘pdflatex’, self.name+’.tex’], 2 )
- def files(self):
return [ self.name+’.pdf’ ]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
makeCourse-0.5.1.tar.gz
(11.8 kB
view details)
File details
Details for the file makeCourse-0.5.1.tar.gz
.
File metadata
- Download URL: makeCourse-0.5.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3306559775849ad8e3ee71e99416e8dcd132253f74fa181d424db939802ce699 |
|
MD5 | 61d20295fe7649ebcb8ae73a60f0b6e6 |
|
BLAKE2b-256 | 9ac35b4ba06895f8bc265a856f8f08338300cc7022a6ae4d38bfa1de8ff2a5cd |