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

Table header on every page in sub pdf (issue #105)

parent cfcc7793
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -61,17 +61,15 @@ TEX_FOOTER = '\end{document}'
TEX_TABLE_HEADER_CLASS = """
\def\\arraystretch{1.5}
\\begin{longtable}{p{20mm}p{10mm}p{32mm}p{25mm}p{30mm}p{35mm}}
%\\arrayrulecolor{black}
%\\hline\n
%\\rowcolor{darkgrey}
\\begin{longtable}{p{20mm}p{8mm}p{32mm}p{25mm}p{30mm}p{45mm}}
\\textbf{Klassen} &
\\textbf{Std.} &
\\textbf{Lehrer} &
\\textbf{Fach} &
\\textbf{Raum} &
\\textbf{Hinweis}\\\\\\hline
\\textbf{Hinweis}\\\\
\\hline
\\endhead
"""
TEX_HEADER_CLASS = """
......
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