Remove trailing hline after last TOC entry

Replace \hline with \\* in songtocrow to avoid an empty partial
row appearing after the last song in the table of contents.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-04-02 19:24:18 +02:00
parent 07aa76c3f6
commit bb2f829e2f

View File

@@ -165,8 +165,7 @@
% --- Render one TOC row --- % --- Render one TOC row ---
% #1=title #2=BuLiBu #3=CL #4=SwA #5=Barde #6=LiBock #7=page % #1=title #2=BuLiBu #3=CL #4=SwA #5=Barde #6=LiBock #7=page
\newcommand{\songtocrow}[7]{% \newcommand{\songtocrow}[7]{%
#1 & #2 & #3 & #4 & #5 & #6 & \cellcolor{tocheadgray}\textbf{#7} \\ #1 & #2 & #3 & #4 & #5 & #6 & \cellcolor{tocheadgray}\textbf{#7} \\*
\hline
} }
% --- Rotated column header --- % --- Rotated column header ---