neue prüfungsvorbereitung

This commit is contained in:
wieerwill 2022-02-16 16:25:38 +01:00
parent 915ea30847
commit d3267d08d0
3 changed files with 114 additions and 4 deletions

Binary file not shown.

View File

@ -0,0 +1,105 @@
\documentclass[10pt, a4paper]{exam}
\printanswers % Comment this line to hide the answers
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{listings}
\usepackage{float}
\usepackage{graphicx}
\usepackage{color}
\usepackage{listings}
\usepackage[dvipsnames]{xcolor}
\usepackage{tabularx}
\usepackage{geometry}
\usepackage{color,graphicx,overpic}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tabularx}
\usepackage{listings}
\usepackage[many]{tcolorbox}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage{pgfplots}
\usepackage{bussproofs}
\renewcommand{\solutiontitle}{\noindent\textbf{Antwort}: }
\SolutionEmphasis{\small}
\geometry{top=1cm,left=1cm,right=1cm,bottom=1cm}
\pdfinfo{
/Title (Grundlagen und diskrete Strukturen - Prüfungsvorbereitung)
/Creator (TeX)
/Producer (pdfTeX 1.40.0)
/Author (Robert Jeutter)
/Subject ()
}
\title{Grundlagen und diskrete Strukturen - Prüfungsvorbereitung}
\author{}
\date{}
% Don't print section numbers
\setcounter{secnumdepth}{0}
\newtcolorbox{myboxii}[1][]{
breakable,
freelance,
title=#1,
colback=white,
colbacktitle=white,
coltitle=black,
fonttitle=\bfseries,
bottomrule=0pt,
boxrule=0pt,
colframe=white,
overlay unbroken and first={
\draw[red!75!black,line width=3pt]
([xshift=5pt]frame.north west) --
(frame.north west) --
(frame.south west);
\draw[red!75!black,line width=3pt]
([xshift=-5pt]frame.north east) --
(frame.north east) --
(frame.south east);
},
overlay unbroken app={
\draw[red!75!black,line width=3pt,line cap=rect]
(frame.south west) --
([xshift=5pt]frame.south west);
\draw[red!75!black,line width=3pt,line cap=rect]
(frame.south east) --
([xshift=-5pt]frame.south east);
},
overlay middle and last={
\draw[red!75!black,line width=3pt]
(frame.north west) --
(frame.south west);
\draw[red!75!black,line width=3pt]
(frame.north east) --
(frame.south east);
},
overlay last app={
\draw[red!75!black,line width=3pt,line cap=rect]
(frame.south west) --
([xshift=5pt]frame.south west);
\draw[red!75!black,line width=3pt,line cap=rect]
(frame.south east) --
([xshift=-5pt]frame.south east);
},
}
\begin{document}
\begin{myboxii}[Disclaimer]
Aufgaben aus dieser Vorlage stammen aus der Vorlesung \textit{Grundlagen und diskrete Strukturen} und wurden zu Übungszwecken verändert oder anders formuliert! Für die Korrektheit der Lösungen wird keine Gewähr gegeben.
\end{myboxii}
%##########################################
\begin{questions}
\question ...
\begin{parts}
\part ...
\begin{solution}
...
\end{solution}
\end{parts}
\end{questions}
\end{document}

View File

@ -31,6 +31,7 @@ Mitschriften und selbst geschriebene Unterlagen und Hilfen zu Informatik Vorlesu
- [Grundlagen und diskrete Strukturen](Grundlagen%20und%20Diskrete%20Strukturen.md)
- [Cheatsheet](Grundlagen%20und%20Diskrete%20Strukturen%20-%20Cheatsheet.pdf)
- [Short Paper](Grundlagen%20und%20Diskrete%20Strukturen%20-%20short.pdf)
- [Übungsklausur](Grundlagen%20und%20diskrete%20Strukturen%20-%20Prüfungsvorbereitung.pdf)
- [Kryptographie](Kryptographie.md)
- [Übung](Kryptographie%20-%20Übung.pdf)
- [Cheatsheet](Kryptographie.pdf)
@ -62,12 +63,13 @@ Mitschriften und selbst geschriebene Unterlagen und Hilfen zu Informatik Vorlesu
- [Softwaretechnik 2](Softwaretechnik%202.md)
- [Softwaretechnik 2 Cheatsheet](Softwaretechnik%202%20-%20Cheatsheet.pdf)
- [Stochastik](Stochastik.md)
- [Stochastik Cheatsheet](Stochastik%20-%20Cheatsheet.pdf)
- [Cheatsheet](Stochastik%20-%20Cheatsheet.pdf)
- [Übungsklausur](Stochastik%20-%20Übungsklausur.pdf)
- [Systemsicherheit](Systemsicherheit.md)
- [Systemsicherheit Cheatsheet](Systemsicherheit%20-%20Cheatsheet.pdf)
- [Systemsicherheit Questions](Systemsicherheit%20-%20Questions.pdf)
- [Cheatsheet](Systemsicherheit%20-%20Cheatsheet.pdf)
- [Fragen](Systemsicherheit%20-%20Questions.pdf)
- [Telematik 1](Telematik%201.md)
- [Telematik 1 Cheatsheet](Telematik%201-%20Cheatsheet.pdf)
- [Cheatsheet](Telematik%201-%20Cheatsheet.pdf)
der Modulplan 2013 für Bachelor Informatik: [Modulplan](Modultafel%20-%20Bachelor%20Informatik%202013.html) (am besten im Browser ansehen)