LaTeX tmeplate for assignments
Find a file
2019-03-30 00:41:07 -03:00
.gitignore stoped tracking cache files from the IDE 2019-03-28 21:15:36 -03:00
fphw.cls removed inputenc and the forced UTF-8 coding 2019-03-30 00:34:19 -03:00
LICENSE Add LICENSE 2019-03-28 04:27:29 +00:00
README.md updated README to add new inclusions to the package 2019-03-30 00:41:07 -03:00
template.tex added environment to write the problem(s) addressed in this homework 2019-03-30 00:25:35 -03:00

fphw LaTeX class for homeworks

This is a class dedicated to format your homework. It is designed to be easy to read, and easy to grade.

It is heavily based on the standard article class and it accepts all the same optional arguments, except for twoside and twocolumn, which difficult reading of the finished document. An spanishoption is added to support the use of spanish; this does not remove the need for the babel package.

The default paper size is A4; this can be changed to Letter using letterpaper in the options of the class.

Packages geometry, fancyhdr and titlesec are required. All other packages need to be loaded at the preamble of your document.

Features available

Commands added that need to be used in the preamble are:

  • \institute{args} indicates the institution the homework this is going to be turned in to,
  • \professor{args} to indicate the name of the professor,
  • \class{args} to indicate the course this homework is intended to be delivered.

The problem environment is available to put a problem (or anything you want) inside a box.