% \iffalse meta-comment % % Copyright (C) 2022 by Alexander Bartolomey % ------------------------------------------- % MIT License % % Copyright (c) 2022 % % Permission is hereby granted, free of charge, to any person obtaining a copy % of this software and associated documentation files (the "Software"), to deal % in the Software without restriction, including without limitation the rights % to use, copy, modify, merge, publish, distribute, sublicense, and/or sell % copies of the Software, and to permit persons to whom the Software is % furnished to do so, subject to the following conditions: % % The above copyright notice and this permission notice shall be included in all % copies or substantial portions of the Software. % % THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR % IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, % FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE % AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER % LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, % OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE % SOFTWARE. % \fi % \iffalse %<*driver> \ProvidesFile{csassignments.dtx} % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{csassignments}[2022/07/28 v1.0.2 Assignments Class for CS] % \end{macrocode} % %<*driver> \documentclass[a4paper]{ltxdoc} \EnableCrossrefs \CodelineIndex \RecordChanges \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{mathtools} \usepackage{amsmath} \usepackage{amssymb} \usepackage{url} \usepackage{helvet} \renewcommand{\familydefault}{\sfdefault} \begin{document} \DocInput{csassignments.dtx} \end{document} % % \end{macrocode} % \fi % % \CheckSum{574} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z % Digits \0\1\2\3\4\5\6\7\8\9 % Exclamation \! Double quote \" Hash (number) \# % Dollar \$ Percent \% Ampersand \& % Acute accent \' Left paren \( Right paren \) % Asterisk \* Plus \+ Comma \, % Minus \- Point \. Solidus \/ % Colon \: Semicolon \; Less than \< % Equals \= Greater than \> Question mark \? % Commercial at \@ Left bracket \[ Backslash \\ % Right bracket \] Circumflex \^ Underscore \_ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % % \changes{v1.0.0}{2022/06/01}{Publish class with documentation} % \changes{v1.0.1}{2022/06/07}{Rename class to not collide with existing assignments class} % \changes{v1.0.2}{2022/07/28}{Fix a bug where verb+\ClassWarning+ lacked the right number of arguments} % % \GetFileInfo{csassignments.cls} % % \title{The \texttt{csassignments} class} % \date{} % \author{Alexander Bartolomey} % \maketitle % \tableofcontents % % \StopEventually{} ^^A % % \section{Introduction} % % This class file is designed for assignments of university courses, specifically % in the field of computer science, but can easily be adapted to other fields. It % provides macros for counting exercise points, adding a grading table, a helpful % document title block including several non-standard information, and page % headers with compressed author details. % % It supports German and English language by default, by requirement of the % author's university. % % Additional to the layout utilities, the class provides several commonly used % macros for computer science topics, namely several mathematical operators, % mathmode utilities and special environments for proofs and theorem. Those are a % condensed version of macros defined in % \url{https://github.com/zoomoid/AlphabetClasses}. % % \section{Getting Started} % % Use the class like any default document class % % \begin{verbatim} % \documentclass[