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
|
# thesis-ekf class
# Matthew Bertucci 2022/06/07 for v4.2
#include:kvoptions
#include:class-report
#include:iftex
#include:cmap
#include:setspace
#include:hyperref
#include:geometry
#include:lmodern
#include:fixcmex
#include:etoolbox
#include:graphicx
#include:upquote
#keyvals:\documentclass/thesis-ekf#c
twoside
colorlinks
times#true,false
upint#true,false
logodown#true,false
tocnopagenum#true,false
reverseorder#true,false
centeredchapter#true,false
warning#true,false
10pt
11pt
12pt
fontsize=##L
institutesep=##L
logosep=##L
titlesep=##L
authorsep=##L
hminsep=##L
authorxmargin=##L
captionsep=##L
collcaptionsep=##L
authoralign=#left,center,right
supervisoralign=#left,center,right
institutefont=%<font commands%>
logofont=%<font commands%>
titlefont=%<font commands%>
authorfont=%<font commands%>
captionfont=%<font commands%>
cityfont=%<font commands%>
datefont=%<font commands%>
datesep=%<separator%>
#endkeyvals
#ifOption:colorlinks
#include:color
#endif
#ifOption:upint
#include:cmupint
#endif
#ifOption:upint=true
#include:cmupint
#endif
#ifOption:times
#include:newtxtext
#include:newtxmath
#endif
#ifOption:times=true
#include:newtxtext
#include:newtxmath
#endif
\authorcaption{text}
\city{city}
\collaborator
\collaborator[text]
\institute{institute%text}
\logo{kép vagy szöveg}
\supervisor{name}
\supervisorcaption{text}
|