Skip to content

qoelet/open-u-tex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-u-tex

A simple CLI for creating a LaTeX template for Open University assignments, including

  • numbering equations
  • cover page
  • page numbering
  • footer with student name and id

See the generated .tex file for more details.

$ stack install

$ echo "{
  fullName = "Your name",
  studentId = "Your student id",
  email = "Your email"
}" >> .student

$ open-u-tex --module-name FOO123 --assignment BAR01 --questions 5 --save-to ./Foo.tex