Skip to content
Snippets Groups Projects
Commit 4b93aae4 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

[verein.git] non-breaking space in 1)~footnote text

parent da886e3b
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
\newcounter{tkFN}% Fußnote \newcounter{tkFN}% Fußnote
\stepcounter{tkFN}% erste steht immer fest \stepcounter{tkFN}% erste steht immer fest
\gdef\tkFNtext{% Fußnotentext \gdef\tkFNtext{% Fußnotentext
\dash 1) KW: Kalenderwoche% \dash 1)~KW: Kalenderwoche%
}% }%
\newcount\tkCalNumMon% Anzahl Monate (= Spalten / 3) \newcount\tkCalNumMon% Anzahl Monate (= Spalten / 3)
...@@ -466,12 +466,10 @@ ...@@ -466,12 +466,10 @@
\tkAddTokp{\thetkFN}% \tkAddTokp{\thetkFN}%
\let\teckidsTmp\tkFNtext% \let\teckidsTmp\tkFNtext%
\tkifdef{tkDayHolilong\number\tkjd}{% \tkifdef{tkDayHolilong\number\tkjd}{%
\xdef\tkFNtext{\teckidsTmp \dash \thetkFN) {}% \xdef\tkFNtext{\teckidsTmp \dash \thetkFN)~\tktmD.\tktmM.\tktmY: {}%
\tktmD.\tktmM.\tktmY: {}%
\csname tkDayHolilong\number\tkjd\endcsname}% \csname tkDayHolilong\number\tkjd\endcsname}%
}{% }{%
\xdef\tkFNtext{\teckidsTmp \dash \thetkFN) {}% \xdef\tkFNtext{\teckidsTmp \dash \thetkFN)~\tktmD.\tktmM.\tktmY: {}%
\tktmD.\tktmM.\tktmY: {}%
\csname tkDayHoliday\number\tkjd\endcsname}% \csname tkDayHoliday\number\tkjd\endcsname}%
}% }%
\tkAmdToks{\tkCalColsep}% \tkAmdToks{\tkCalColsep}%
...@@ -484,8 +482,7 @@ ...@@ -484,8 +482,7 @@
\tkAmdToks{\textsuperscript}% \tkAmdToks{\textsuperscript}%
\tkAddTokp{\thetkFN}% \tkAddTokp{\thetkFN}%
\let\teckidsTmp\tkFNtext% \let\teckidsTmp\tkFNtext%
\xdef\tkFNtext{\teckidsTmp \dash \thetkFN) {}% \xdef\tkFNtext{\teckidsTmp \dash \thetkFN)~\tktmD.\tktmM.\tktmY: {}%
\tktmD.\tktmM.\tktmY: {}%
\csname tkDayHolilong\number\tkjd\endcsname}% \csname tkDayHolilong\number\tkjd\endcsname}%
}{}% }{}%
\tkAmdToks{\tkCalColsep}% \tkAmdToks{\tkCalColsep}%
......
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