Skip to content

IllustratedMan-code/pandoc-latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title documentclass author date
Pandoc template readme
assignments
IllustratedMan-code
March 21, 2024

A latex class/pandoc template for homework assignments

Installation

  • Download the repo (git clone or zip file)
  • cd into the directory
  • Run make install

Or, if you just want to try it out, you can copy the assignments.cls file to the same directory as your file.

Usage

To use this template in pandoc flavored markdown, add the following to the yaml at the top:

---
documentclass: assignments
---

My document text
pandoc mydoc.md -o mydoc.pdf

Features

  • Page numbers
  • Minimal Title
  • Authors

Screenshots

You can also just look at README.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published