Skip to content

wjbg/latex_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Exam Template

made-with-latex License: GPL v3

A simple LaTeX template for assignments.

The template features:

  1. A small header with:
    • The course name and the course code
    • Description of the assignment
    • A due date
    • Contact details
  2. A command and an environment for the questions and answers:
    • \question for auto-numbered questions; this allows easy reshuffling of questions without messing up the numbering order...
    • \begin{answer} ... \end{answer} for the answers, which will be printed in a yellowish box.

The answers can be shown or hidden using a boolean:

% ==============================================================================
% Show answers?
%
\showanswerstrue
% \showanswersfalse

Check the pdf for an impression.

License

Free as defined in the GNU General Public License v3.

Releases

No releases published

Packages

No packages published

Languages