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:
@@ -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 ---
|
||||||
|
|||||||
Reference in New Issue
Block a user