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
|
# fithesis4 class
# Matthew Bertucci 2022/08/20 for v1.1.0
#include:class-rapport3
#include:keyval
#include:etoolbox
#include:ltxcmds
#include:ifxetex
#include:ifluatex
#include:inputenc
#include:xpatch
#include:babel
#include:hyperref
# from fithesis-mu-base.sty
#include:xcolor
#include:caption
#include:graphicx
#include:pdfpages
#include:keyval
#include:ifxetex
#include:ifluatex
#include:tabularx
#include:tabu
#include:booktabs
#include:tikz
#include:microtype
#include:fontspec
#include:unicode-math
#include:csquotes
#include:biblatex
#keyvals:\documentclass/fithesis4#c
10pt
11pt
12pt
oneside
twoside
onecolumn
twocolumn
draft
final
palatino
nopalatino
neuehaas
noneuehaas
monochrome
color
colorbold
nocolorbold
microtype
nomicrotype
sansbold
nosansbold
table
oldtable
nolot
lot
nolof
lof
nocover
cover
digital
printed
#endkeyvals
#ifOption:table
#include:colortbl
#endif
\thesissetup{options%keyvals}
#keyvals:\thesissetup
basePath=%<path%>
logoPath=%<path%>
stylePath=%<path%>
localePath=%<path%>
gender=%<m|f%>
author=%<name%>
id=%<identifier%>
type=#sem,bc,mgr,prop,d,r
university=%<identifier%>
faculty=#fi,sci,law,econ,fss,med,ped,phil,fsps,pharm
department=%<name%>
departmentEn=%<name%>
programme=%<name%>
programmeEn=%<name%>
field=%<name%>
fieldEn=%<name%>
universityLogo=%<filename%>
facultyLogo=%<filename%>
style=%<filename%>
styleInheritance#true,false
locale=%<name%>
localeInheritance#true,false
date=%<YYYY/MM/DD%>
place=%<place%>
title=%<title%>
TeXtitle=%<title%>
titleEn=%<title%>
TeXtitleEn=%<title%>
keywords={%<keyword1,keyword2,...%>}
TeXkeywords={%<keyword1,keyword2,...%>}
keywordsEn={%<keyword1,keyword2,...%>}
TeXkeywordsEn={%<keyword1,keyword2,...%>}
abstract={%<text%>}
abstractEn={%<text%>}
advisor=%<name%>
thanks={%<text%>}
assignment={%<pdffile1,pdffile2,...%>}
bib={%<bibfile1,bibfile2,...%>}
autoLayout#true,false
extra={%<keyvals%>}
#endkeyvals
\thesislong{key%plain}{value}#*
\thesisload#*
\ea#S
# from fithesis-mu-base.sty
\begin{alwayssingle}#*
\end{alwayssingle}#*
|