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
|
# cesenaexam class
# Matthew Bertucci 2022/07/21 for v0.2
#include:etoolbox
#include:pgfkeys
#include:pgfopts
#include:geometry
#include:graphicx
#include:tikz
#include:circuitikz
#include:fancyhdr
#include:titlesec
#keyvals:\documentclass/cesenaexam#c
noversion
boxed
times
left=##L
right=##L
top=##L
bottom=##L
# options passed to article class
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
#ifOption:times
#include:newtxtext
#include:newtxmath
#endif
\examsection{title}{italic text%text}#L2
\examsection*{title}{italic text%text}#L2
\boxempty
\boxcheck
\examparts{content%text}
\maketitle{surname}{name}{id}{signature}{N}
\maketitle[options%keyvals]{surname}{name}{id}{signature}{N}
\maketitle*{surname}{name}{id}{signature}{N}#S
\maketitle*[options%keyvals]{surname}{name}{id}{signature}{N}#S
#keyvals:\maketitle,\maketitle*
textboxheight=##L
whiteboxheight=##L
textboxone={%<content%>}
textboxtwo={%<content%>}
textboxthree={%<content%>}
textboxfour={%<content%>}
#endkeyvals
\examtwoblocks{length1%l}{length2%l}{block1%text}{block2%text}
\examtwoblockstop{length1%l}{length2%l}{block1%text}{block2%text}
\examoneblocktop{length}{block%text}
# not documented
\sectionfont#*
\cesenaexamversion#S
\boxlen#S
\lastboxlen#S
\minheighttypebox#S
|