浏览代码

Created start of TeX Bible Project

Sam Flint 10 年之前
当前提交
91326475cb
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      macs.tex

+ 20 - 0
macs.tex

@@ -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