|
@@ -0,0 +1,20 @@
|
|
|
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
+% These macros are for the TeX Bible Project. %
|
|
|
+% Written by Sam Flint, 2013. %
|
|
|
+% This is placed into the public domain, in the spirit of %
|
|
|
+% TeX itself, and for the benefit of all. %
|
|
|
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
+
|
|
|
+\font\mainfont=cmr10
|
|
|
+\font\chheadfont=cmssbx12
|
|
|
+\font\bkheadfont=cmssbx at 24pt
|
|
|
+\font\numbers=cmr9
|
|
|
+\font\titlefont=cmi12 at 48pt
|
|
|
+
|
|
|
+% Setup count registers
|
|
|
+% chapter
|
|
|
+\count0=0
|
|
|
+% verse
|
|
|
+\count1=0
|
|
|
+% book
|
|
|
+\count2=0
|