Light weight template for handing in school submissions using LaTeX. Suitable for math, physics, statistics and the like. Here is the handin-doc.pdf
- Resources:
- Versions
- Super quick start
- Quick start
- Internationalisation (Supported langugages)
- Contributing
The current latest version available on GitHub is v0.1.1 (2018/07/22) build 52
The current latest version available on CTAN is v0.1.1 (2018/07/22) build 52
Note that it can take at least 24-48 hours from the CTAN date above until the package is updated on CTAN, TeXLive and MiKTeX.
A build has no major changes in the core code (could be changes in documentation, or cosmetic changes in the code). Every time a minor version (that is the middle version number) changes, an upload is made to CTAN. If the patch version change (the last version number) is significant, it will also be uploaded to CTAN. The build number (ideally) never resets.
- Install the package from CTAN. With
texlive
:tlmgr install handin
if you dont have texlive 2018, you can pretest it here: https://www.tug.org/texlive/pretest.html - Add
\usepackage{handin}
to your preamble (that is any place before\begin{document}
It's already a part of MikTeX, so just do \usepackage{handin}
use the docs.
Since this package is in early stages, the CTAN-version is probably not the latest version though. There will be multiple builds pushed here first.
Install with TeXLive or MikTeX, as per usual. Alternatively download the latest version here: handin.zip, then, in your document, use: \usepackage{handin}
. There is an example included in the handin.zip
\problem{1}
would create a Problem 1 headline and \pproblem{a}
would then print 1a) subheadline (with some margin magic and other snacks). More functionality will be made, also feel free to request functionality.
layout.pdf is an overview of what commands writes out what where. They are all used as commands to be set:
\title{Assignment title}
\author{Author(s)}
\coursename{TST-101}
\coursetitle{Test course}
\institute{Institute of Physics and Technology}
\logo{path/to/logo/or/image}
\pagetext{Page \thepage~of \pageref{LastPage}}
\containspages{Contains \pageref{LastPage} pages, front page included}
pagetext
and containspages
are set to the values you see above.
Currently using iflang
to decide between German, Norwegian and English.