Work on introduction, prepare requirements
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ac8cda3585
commit
51a99f8d6e
7 changed files with 71 additions and 5 deletions
|
@ -14,6 +14,14 @@
|
|||
pdfusetitle,
|
||||
]{hyperref}
|
||||
|
||||
\usepackage{tabularray}
|
||||
\NewTblrEnviron{reqTblr}%
|
||||
\SetTblrInner[reqTblr]{%
|
||||
rows = {bg=BFH-table},
|
||||
hlines = {white,\BFHarrayrulewidth},
|
||||
stretch=1.1,
|
||||
column{1} = {bg=BFH-tablehead}
|
||||
}
|
||||
% Add space between paragraphs
|
||||
\usepackage{parskip}
|
||||
|
||||
|
@ -52,7 +60,7 @@
|
|||
|
||||
\input{01_introduction.tex}
|
||||
\input{02_preliminaries.tex}
|
||||
\input{03_use_cases_personas.tex}
|
||||
\input{03_persona.tex}
|
||||
\input{04_requirements.tex}
|
||||
\input{05_solution.tex}
|
||||
\input{06_testing.tex}
|
||||
|
|
Reference in a new issue