Skip to content
Snippets Groups Projects
Commit 0e085811 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Optimize paddings | Optimize spacings (issue #265)

parent da834b17
No related branches found
No related tags found
No related merge requests found
{% load martortags %} {% load martortags %}
{% if hints %} {% if hints %}
\subsection*{Hinweise} \subsection*{\hspace{0.7em}Hinweise}
\vspace{-0.7em} \vspace{-0.7em}
\begin{itemize} \begin{itemize}
\setlength\itemsep{0.1em} \setlength\itemsep{0.1em}
...@@ -12,5 +12,4 @@ ...@@ -12,5 +12,4 @@
{{ hint.text_as_latex|safe }} {{ hint.text_as_latex|safe }}
{% endfor %} {% endfor %}
\end{itemize} \end{itemize}
\vspace{-1em}
{% endif %} {% endif %}
\ No newline at end of file
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
% Badge box % Badge box
\usepackage{tcolorbox} \usepackage{tcolorbox}
\newtcbox{\badge}{nobeforeafter,colframe=green,colback=green,boxrule=0pt,arc=4pt, \newtcbox{\badge}{nobeforeafter,colframe=green,colback=green,boxrule=0pt,arc=2pt,
boxsep=0pt,left=4pt,right=4pt,top=1pt,bottom=1pt,tcbox raise base, boxsep=0pt,left=4pt,right=4pt,top=2pt,bottom=3pt,tcbox raise base,
grow to left by=0pt, grow to left by=0pt,
grow to right by=-3pt, grow to right by=-3pt,
enlarge top by=1pt, enlarge top by=1pt,
...@@ -64,7 +64,7 @@ Stand: {% now "j. F Y H:i" %}\\ ...@@ -64,7 +64,7 @@ Stand: {% now "j. F Y H:i" %}\\
{% include "timetable/latex/hints.tex" %} {% include "timetable/latex/hints.tex" %}
{% if header_info.is_box_needed %} {% if header_info.is_box_needed %}
\begin{tabular}{p{0.22\linewidth}p{0.73\linewidth}} \begin{tabular}{@{\hspace{-1em}}p{0.22\linewidth}p{0.73\linewidth}}
{% for row in header_info.rows %} {% for row in header_info.rows %}
\textbf{ {{ row.0 }} } & {{ row.1 }} \\ \textbf{ {{ row.0 }} } & {{ row.1 }} \\
{% endfor %} {% endfor %}
...@@ -75,8 +75,8 @@ Stand: {% now "j. F Y H:i" %}\\ ...@@ -75,8 +75,8 @@ Stand: {% now "j. F Y H:i" %}\\
{% set color_background = 1 %} {% set color_background = 1 %}
{% set last_classes = "" %} {% set last_classes = "" %}
\def\arraystretch{1.0} \def\arraystretch{1.1}
\begin{longtable}{p{20mm}p{8mm}p{32mm}p{25mm}p{30mm}p{45mm}} \begin{longtable}{p{20mm}p{10mm}p{30mm}p{25mm}p{30mm}p{45mm}}
\textbf{Klassen} & \textbf{Klassen} &
\textbf{Std.} & \textbf{Std.} &
\textbf{Lehrer} & \textbf{Lehrer} &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment