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
|
# udiss class
# Matthew Bertucci 2024/10/02 for v0.1
#include:class-memoir
#include:expkv-def
#include:expkv-opt
#include:iftex
#include:babel
#include:iflang
#include:unicode-math
#include:graphicx
#include:xcolor
#include:csquotes
#include:hyperref
#include:hyperxmp
#ifOption:license=CC-BY-SA
#include:doclicense
#endif
#keyvals:\documentclass/udiss#c
title={%<text%>}
author={%<author%>}
pronouns={%<pronouns%>}
subtitle={%<text%>}
shorttitle={%<text%>}
stream={%<stream%>}
discipline={%<discipline%>}
degree={%<degree%>}
supervisor={%<supervisor%>}
university={%<university%>}
department={%<department%>}
logo=%<imagefile%>
logo*=%<code%>
language={%<babel language names%>}
ldfbabel={%<babel ldf language names%>}
nofontwarning#true,false
license=#all-rights-reserved,CC-BY-SA,GFDL
copyright-yrs=%<years%>
localcopyright=%<word%>
placeholders
lot#true,false
lof#true,false
declaration#true,false
declarationtxt=%<text%>
decllocal=%<word%>
blind#true,false
framed-title#true,false
print#true,false
norefcolors#true,false
udisslinkclr=#%color
udissurlclr=#%color
udissciteclr=#%color
oldstylenumoff#true,false
oldone#true,false
fulfilment=%<text%>
explicitext#true,false
ignorefsoff#true,false
rmfeatures={%<font features%>}
sffeatures={%<font features%>}
ttfeatures={%<font features%>}
mathfeatures={%<font features%>}
rmfntext=#ttf,otf
sffntext=#ttf,otf
ttfntext=#ttf,otf
mathfntext=#ttf,otf
logowidth=%<factor%>
logoheight=%<factor%>
#endkeyvals
\pronouns{pronouns%text}
\subtitle{text}
\shorttitle{text}
\stream{stream%text}
\discipline{discipline%text}
\degree{degree%text}
\supervisor{supervisor}
\university{university}
\department{department}
\logo{imagefile}#g
\logo*{code}
\dissertationstyle{style}
|