/lab2latex

A script to convert a lab HTML document into LaTeX

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

lab2latex

A script to convert a lab HTML document into LaTeX. This is particularly for labs from the course CS240 at Purdue University.

Requirements

The only thing you need is python3 and cURL installed on your computer. cURL download link

Common Usage:

python3 lab2latex --author <your name> --title <sample title> --url https://www.cs.purdue.edu/homes/park/cs240/labx/labx.html

Options:

  -h, --help            show this help message and exit
  -a AUTHOR, --author AUTHOR
                        The author of this lab report (you)
  -t TITLE, --title TITLE
                        The title of this document
  -f FILENAME, --filename FILENAME
                        The file to output to
  --url URL             The URL of the lab handout