Skip to content

Commit

Permalink
different mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 7, 2015
1 parent cd85ab1 commit 394586b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions geneve_1564_modern.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,29 @@
\sbox\vsepbox{\vrule width 0.5px height 5px}
%\sbox\vsepbox{|}

\newcommand\bversion{FreMartin}

% Romans 3 32
\def\bref{}
\newcounter{verse}
\makeatletter
\newcommand\bverse{%
\addtocounter{verse}{1}
\ifthenelse{\equal{\theverse}{1}}%
{\lettrine{\liningnums{\thechapter}}{}}%
{\lettrine{\liningnums{\arabic{section}}}{}}%
{\vsep\marginpar{\footnotesize \theverse}}
\def\bref{\protect\bibleverse{\curbook}(\thechapter:\theverse)}
\def\bref{\protect\bibleverse{\curbook}(\arabic{section}:\theverse)}
\extramark{bref}
}
\makeatother

\newcommand\curbook{}
\newcommand{\bbook}[2]{%
\setcounter{chapter}{0}
\chapter{#1}
\setcounter{section}{0}
\renewcommand\curbook{#2}
}

\newcommand\bchapter{%
\addtocounter{chapter}{1}
\addtocounter{section}{1}
\setcounter{verse}{0}
}

Expand Down

0 comments on commit 394586b

Please sign in to comment.