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
|
# cesenaexam package
# Matthew Bertucci 2022/07/21 for v0.2
#include:etoolbox
#include:graphicx
#include:tikz
#include:circuitikz
#include:titlesec
#keyvals:\usepackage/cesenaexam#c
boxed
#endkeyvals
\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#*
\boxlen#S
\cesenaexamversion#S
\lastboxlen#S
\minheighttypebox#S
|