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
|
# bfhlayout package
# Matthew Bertucci 2022/06/04 for v2.1.2
#include:l3keys2e
#include:geometry
#include:bfhcolors
# passes table option to xcolor
#include:zref
# loads lastpage and user options of zref
#include:zref-lastpage
#include:zref-user
#include:translations
#include:scrlayer-scrpage
#include:amsmath
#include:amssymb
#include:bfhfonts
#include:graphicx
#include:bfhlogo
#include:trimclip
#include:xparse
#include:bfhmodule
# loads tabular and rules bfhmodules
\backmatter
\bfhitemlabel
\coverpagebottommargin#*
\coverpageleftmargin#*
\coverpagerightmargin#*
\coverpagetopmargin#*
\department{department%text}
\frontmatter
\institute{institute%text}
\institution{institution%text}
\Logo#*
\Logoplain#*
\mainmatter
\partnerlogo{graphics code}
\titlefooterleft{text}
\titlefooterright{text}
\titlegraphic*{graphics code}
\titlegraphic{graphics code}
\version{version}
\versionformat{text}#*
BFH-info#B
BFH-textaccentcolor#B
BFH-Title#B
# from table option of xcolor
#include:colortbl
\rowcolors{row}{odd-row-color}{even-row-color}
\rowcolors[commands]{row}{odd-row-color}{even-row-color}
\rowcolors{row}{color}{color}#S
\rowcolors[commands]{row}{color}{color}#S
\rowcolors*{row}{odd-row-color}{even-row-color}
\rowcolors*[commands]{row}{odd-row-color}{even-row-color}
\rowcolors*{row}{color}{color}#S
\rowcolors*[commands]{row}{color}{color}#S
\showrowcolors
\hiderowcolors
\rownum
# from tabular bfhmodule
BFH-table#B
BFH-tablehead#B
\BFHarraystretch#*
\BFHarrayrulewidth#*
\setupBfhTabular
\begin{bfhTabular}{preamble}#\tabular
\begin{bfhTabular}[pos]{preamble}#\tabular
\end{bfhTabular}
\begin{bfhTblr}{preamble}#*\tabular
\end{bfhTblr}#*
# from rules bfhmodule
#include:tikz
\bfhRule
\bfhRule[length]
|