Skip to content

schliz/elite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elite.cls - LaTeX Document Class

This is a beginner-friendly document class designed to summarize lecture notes. This readme explains the build process, for the documentation, see docs/

Build Instructions

First make sure you have pdflatex installed. The project is build by:

./build.sh clean build

In order to install the class locally, run:

./build.sh clean local

In order to install the class globally, run:

./build.sh clean global

Build the documentation

./build.sh docs

For help, just type:

./build.sh --help