Skip to content

Commit

Permalink
Merge pull request #18 from Mast3rwaf1z/main
Browse files Browse the repository at this point in the history
0-indexing the sangbog, as it should be
  • Loading branch information
JakobTopholt authored Oct 17, 2023
2 parents 967efaa + 2c348f1 commit 3cb18cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions russb.cls
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}%
}
\newcounter{verscnt}
\newcounter{sangcnt}\setcounter{sangcnt}{0}
\newcounter{sangcnt}\setcounter{sangcnt}{-1}

\def\@sangtitel#1#2{%
\begingroup\raggedright\interlinepenalty=10000
Expand All @@ -84,7 +84,7 @@
\addpenalty{-300}%
\stepcounter{sangcnt}
\index{#1}%
\setcounter{verscnt}{0}%
\setcounter{verscnt}{-1}%
\@lastversdoublefalse
\@fulberthack{#1}
\@sangtitel{#1}{#2}%
Expand Down

0 comments on commit 3cb18cc

Please sign in to comment.