qbox und ZM frage

This commit is contained in:
2023-01-10 18:51:50 +01:00
parent ed9315763c
commit 0fe39e6dea
8 changed files with 1901 additions and 536 deletions

View File

@@ -20,6 +20,16 @@
\usepackage{enumerate} % To modify the enumerate environment
\usepackage{amsmath,amsfonts,stmaryrd,amssymb} % Math packages
\usepackage[ruled]{algorithm2e} % Algorithms
\usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments
\usepackage{listings} % File listings, with syntax highlighting
\lstset{
basicstyle=\ttfamily, % Typeset listings in monospace font
}
%----------------------------------------------------------------------------------------
% ASSIGNMENT INFORMATION
%----------------------------------------------------------------------------------------
@@ -32,6 +42,29 @@
\institute{Fachhochschule Dortmund} % Institute or school name
\mdfdefinestyle{qbox}{%
topline=false, bottomline=false,
leftline=false, rightline=false,
nobreak,
singleextra={%
\fill[black](P-|O)circle[radius=0.4em];
\node at(P-|O){\color{white}\scriptsize\bf ?};
\draw[very thick](P-|O)++(0,-0.8em)--(O);%--(O-|P);
}
}
% Define a custom environment for information
\newenvironment{qbox}[1][Frage:]{ % Set the default title to "Frage:"
\medskip
\begin{mdframed}[style=qbox]
\noindent{\textbf{#1}}
}{
\end{mdframed}
}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
@@ -101,6 +134,11 @@ In meinem Studium ist dies eine wichtige Fähigkeit, meine Ziele in der richtige
da ich besonder Arbeit, Studium und Privatleben organisieren muss, um in den Prüfungen eine gute Note zu erreichen,
ohne meine Arbeit zu beeinflussen und ausreichend Freizeit zu haben. \\
%TODO Frage
\begin{qbox} % Information block
Gillt die im Modul angesprochene 80/20 Regel auch in informatik? Dort kann man oft eine Struktur machen, indem man mit einem
anfängt.
\end{qbox}
\subsection*{Selbstmanagement}