1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
# csassignments class
# Matthew Bertucci 2022/06/09 for v1.0.0
#include:geometry
#include:inputenc
#include:babel
# loads english option of babel
#include:titlesec
#include:enumitem
#include:graphicx
#include:tocloft
#include:float
#include:ifthen
#include:translations
#include:csquotes
#include:fancyhdr
#include:microtype
#include:stmaryrd
#include:pdfpages
#include:hyperref
#include:tikz
#include:microtype
#include:amsmath
#include:amsthm
#include:amssymb
#include:mathtools
#include:totcount
#include:changepage
#include:etoolbox
#include:environ
#include:multicol
#include:tgpagella
#include:suffix
# loads arrows and calc tikzlibraries
# passes all options to article class
#keyvals:\documentclass/csassignments#c
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
\gradingtable
\exercise{title%text}
\exercise[points]{title%text}
\exercise*{title%text}
\exercise*[points]{title%text}
\subexercise
\subexercise[title%text]
\exerciseRules
\subexerciseRules
\noPoints
\course{course%text}
\sheet{number}
\group{name}
\due{date}
\member{name}
\member[student id]{name}
\PrefixId{prefix text%text}
\PrefixAuthor{prefix text%text}
\PrefixDate{prefix text%text}
\N
\Z
\R
\Q
\C
\F
\primefield
\modring{ring}{modulus}
\derivative{variable%formula}
\matadd{mat1%formula}{mat2%formula}{mat3%formula}
\matmul{mat1%formula}{mat2%formula}
\matswap{mat1%formula}{mat2%formula}
\forall
\exists
\floor{arg%formula}
\ceil{arg%formula}
\abs{arg%formula}
\rfrac{numerator}{denominator}#m
\rel{symbol%formula}
\QED
\theexercisenumber#*
\thesubexercisenumber#*
\thetotalpoints#*
\gradingTableExerciseLabel#*
\gradingTableExercisePoints#*
\PTableA#*
\PTableB#*
\PTHead#*
\points#*
\Vhrulefill#*
\pdfmembers#*
\pdfmember{name}#*
\pdfmember[student id]{name}#*
#keyvals:\theoremstyle#c
it
#endkeyvals
# from english option of babel
\captionsenglish#*
\dateenglish#*
\extrasenglish#*
\noextrasenglish#*
\englishhyphenmins#*
\britishhyphenmins#*
\americanhyphenmins#*
\prefacename#*
\bibname#*
\chaptername#*
\enclname#*
\ccname#*
\headtoname#*
\pagename#*
\seename#*
\alsoname#*
\proofname#*
\glossaryname#*
|