Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page