Skip to content

Commit e37448d

Browse files
committed
update
1 parent c0f9561 commit e37448d

28 files changed

+15
-231
lines changed

Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# LuaLaTeX pdf
22
FILE := main
3-
# A6_FILE := A6-main
4-
# A4_FILE := A4-main
53
LATEX_OPTS := -interaction=nonstopmode -halt-on-error -synctex=1
64
LATEX := latexmk -pdflualatex='lualatex $(LATEX_OPTS)'
75
TEXMFHOME := ~/.texmf
@@ -18,10 +16,10 @@ NINECOLORS_URL = https://mirrors.ctan.org/macros/latex/contrib/ninecolors.zip
1816
BUILDDIR := ./build/
1917
RELEASENAME := SBS_Pāli-English_Recitations
2018
# FIXME Create target or decide to delete view, editepub etc
21-
CURRENTEPUB := ./epub/current-recitations.epub
19+
# CURRENTEPUB := ./epub/current-recitations.epub
2220
HTMLSOURCE := ./epub/
2321
EXTRACTSOURCE := ./
24-
PDFFILE := $(BUILDDIR)/$(RELEASENAME).pdf
22+
PDFFILE_A5 := $(BUILDDIR)/$(RELEASENAME).pdf
2523
PDFFILE_A6 := $(BUILDDIR)/$(RELEASENAME)-A6.pdf
2624
PDFFILE_B6 := $(BUILDDIR)/$(RELEASENAME)-B6.pdf
2725
EPUBFILE := $(BUILDDIR)/$(RELEASENAME).epub
@@ -59,17 +57,17 @@ XHTMLFILES := $(shell find $(HTMLSOURCE) -name '*.xhtml' 2> /dev/null | sor
5957

6058
#-----------------------------------------------------------------------------------------#
6159

60+
6261
# Usual phonies
6362
.PHONY: all test clean
6463
# Targets with complex dependencies
65-
.PHONY: $(PDFFILE) TANGLED
64+
.PHONY: $(PDFFILE_A5) TANGLED
6665
# Aliases
6766
.PHONY: pdf pdf2x epub mobi
6867
# Commands
6968
.PHONY: checkepub validate optimize view editepub watchepub
7069

71-
all: $(PDFFILE) $(PDFFILE_A6) $(PDFFILE_B6) $(EPUBFILE) $(KINDLEFILE) $(AZW3FILE)
72-
all-pdf: $(PDFFILE) $(PDFFILE_A6) $(PDFFILE_B6)
70+
all: $(PDFFILE_A5) $(PDFFILE_A6) $(PDFFILE_B6) $(EPUBFILE) $(KINDLEFILE) $(AZW3FILE)
7371

7472

7573
#-----------------------------------------------------------------------------------------#
@@ -78,9 +76,9 @@ all-pdf: $(PDFFILE) $(PDFFILE_A6) $(PDFFILE_B6)
7876
TANGLED: ./recitations.tex.org
7977
$(ORG_TANGLE) $<
8078

81-
pdf2x: $(PDFFILE) # Legacy target for compliance
82-
pdf: $(PDFFILE)
83-
$(PDFFILE): TANGLED
79+
pdf2x: $(PDFFILE_A5) # Legacy target for compliance
80+
pdf-a5: $(PDFFILE_A5)
81+
$(PDFFILE_A5): TANGLED
8482
$(MKBUILDDIR)
8583
$(LATEX) --jobname=$(basename $@) $(FILE)_a5digital.tex
8684

@@ -94,6 +92,8 @@ $(PDFFILE_B6): TANGLED
9492
$(MKBUILDDIR)
9593
$(LATEX) -jobname=$(basename $@) $(FILE)_b6.tex
9694

95+
pdf-all: $(PDFFILE_A5) $(PDFFILE_A6) $(PDFFILE_B6)
96+
9797

9898
#-----------------------------------------------------------------------------------------#
9999

@@ -207,7 +207,7 @@ endif
207207
clean:
208208
@echo Removing artifacts...
209209
rm -f \
210-
"$(PDFFILE)" "$(PDFFILE_A6)" "$(PDFFILE_B6)" "$(EPUBFILE)" "$(KINDLEFILE)" \
210+
"$(PDFFILE_A5)" "$(PDFFILE_A6)" "$(PDFFILE_B6)" "$(EPUBFILE)" "$(KINDLEFILE)" \
211211
"$(AZW3FILE)" "$(IBOOKSFILE)" "$(COPYRIGHT_SENTINEL)" $(LATEX_AUX)
212212
# only remove dir if it's empty:
213213
(rm -fd $(BUILDDIR) || true)

recitations.tex.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
% 'SBS' on title page
144144
\ifafiveversion {\Huge\fontsize{64}{16}\sbsFont SBS}\\[1.0\baselineskip] \fi
145145
\ifasixversion {\Huge\fontsize{45}{11}\sbsFont SBS}\\[1.2\baselineskip] \fi
146-
\ifbsixversion {\Huge\fontsize{64}{16}\sbsFont SBS}\\[1.0\baselineskip] \fi
146+
\ifbsixversion {\Huge\fontsize{55}{16}\sbsFont SBS}\\[1.0\baselineskip] \fi
147147

148148
% 'Monk Training Centre'
149149
\ifafiveversion \setlength{\xheight}{\heightof{X}}
@@ -215,8 +215,8 @@
215215
at the following address:\\
216216
\href{https://sasanarakkha.org/}{https://sasanarakkha.org}
217217

218-
Accompanying audio recordings can be found at: www.youtube.com/SasanarakkhaBuddhistSanctuary”
219-
\href{https://sasanarakkha.org/}{https://sasanarakkha.org}
218+
Accompanying audio recordings can be found at:
219+
\href{www.youtube.com/SasanarakkhaBuddhistSanctuary}{www.youtube.com/SasanarakkhaBuddhistSanctuary}
220220

221221
\ifafiveversion \vspace{0.5cm} \fi
222222
\ifasixversion \vspace{0.4cm} \fi

tex/abbreviations.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\chapter{Abbreviations}
32
\label{abbreviations}
43

@@ -50,4 +49,3 @@ \chapter{Abbreviations}
5049

5150
Wisdom Publication sources: Nikāya and sutta \# (eg. DN 1)\\
5251
P.T.S. sources: Nikāya, volume \#, page \# (eg. D i 1)
53-

tex/acknowledgments.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\cleartorecto
32
\thispagestyle{empty}
43

@@ -33,4 +32,3 @@
3332
}
3433

3534
}
36-

tex/appendix.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\ifdigitalversion
32
\chapterOpeningPage{appendix-compressed.jpg}
43
\else
@@ -9,4 +8,3 @@
98
\chapter{Appendix}
109

1110
\clearpage
12-

tex/copyright-details.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\clearpage
32
\thispagestyle{plain}
43

@@ -53,4 +52,3 @@
5352
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
5453

5554
}
56-

tex/copyright.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\cleartoverso
32
\thispagestyle{empty}
43

@@ -78,4 +77,3 @@
7877
\theEditionInfo
7978

8079
}
81-

tex/guidelines.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Chanting Leader Guidelines}
32

43
It is both a great honour and also a great responsibility to lead a group of fellow Dhamma practitioners through Dhamma recitations. These guidelines provide tips that can help facilitate a smooth and enjoyable experience for the group of participants, as well as for the chanting leader himself.
@@ -80,4 +79,3 @@ \subsection*{Summary}
8079
The above points and principles are meant to function as a guideline for aspiring chanting leaders to make their own experience as smooth as possible, without having to be stressed or insecure about making mistakes. Moreover, the rest of the group benefits from well-trained chanting leaders, who give their fellow Saṅgha members a sense of ease and comfort while reciting the words of the Buddha, allowing them to reflect on the meaning along the way. After all, recitation of the Dhamma is one of the gateways to liberation (AN 5.209).
8180

8281
Thanks to all Saṅgha members who are willing to share this responsibility, by taking turns as chanting leaders.
83-

tex/phonetics-pronunciation.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Pāli Phonetics and Pronunciation}
32
\label{phonetics}
43

@@ -96,4 +95,3 @@ \subsection*{Miscellaneous}
9695
Elsewhere, \textbf{breath marks} ( \abbrbreathmark\ ) have been inserted in order to indicate breathing pauses. When reciting as a group, each participant is encouraged to recite as accurately, audibly, and continuously according to one's capabilities; ideally from the first chant to the last without interruption, gaps, or omissions. However, passages within \textbf{brackets} \anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.8mm}\anglebracketright\ serve as an introduction, and are recited only by the leader. Except for Pāli protection and funeral chants, there is a breathing pause after \anglebracketleft\ \hspace{-0.5mm}... \hspace{-0.8mm}\anglebracketright\ , before the rest of the group joins in.
9796

9897
\clearpage
99-

tex/purpose-and-benefits.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\chapter[Purpose and Benefits of Dhamma Recitation]{Purpose and Benefits\\ of Dhamma Recitation}
32
\label{purpose-and-benefits}
43

@@ -128,4 +127,3 @@ \subsection*{References}
128127
Eysenck, M. W. et al. 1992/2005 \href{https://psycnet.apa.org/record/2015-09422-000}{\textit{``Cognitive Psychology''}}, Hove: Psychology Press.
129128
130129
Ṭhānissaro Bhikkhu 2013: \href{https://www.dhammatalks.org/Archive/Writings/Ebooks/BMC1&2_200826.pdf}{\textit{``The Buddhist Monastic Code II''}}, Valley Center, CA: Metta Forest Monastery.
131-

tex/recitations/cardinal-suttas.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\ifdigitalversion
32
\chapterOpeningPage{cardinal-suttas-compressed.jpg}
43
\else
@@ -30,4 +29,3 @@ \chapter{Cardinal Suttas}
3029
\input{./tex/recitations/cardinal-suttas/adittapariyaya-eng.tex}
3130

3231
\clearpage
33-

tex/recitations/cardinal-suttas/adittapariyaya-eng.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Discourse on the Exposition on Burning}
32
\label{fire-sermon}
43

@@ -138,4 +137,3 @@ \section{Discourse on the Exposition on Burning}
138137
\bottomNav{gradual-training}
139138
140139
\endgroup
141-

tex/recitations/cardinal-suttas/adittapariyaya.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Āditta-pariyāya-sutta}
32
\label{aditta-pariyaya}
43

@@ -116,4 +115,3 @@ \section{Āditta-pariyāya-sutta}
116115
\suttaRef{[SN 35.28]}
117116

118117
\bottomNav{burdens}
119-

tex/recitations/cardinal-suttas/anattalakkhana-eng.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{The Discourse on the Characteristic of Not-Self}
32
\label{characteristic-of-not-self}
43

@@ -174,4 +173,3 @@ \section{The Discourse on the Characteristic of Not-Self}
174173
\suttaRef{[SN 22.59]}
175174
176175
\bottomNav{fire-sermon}
177-

tex/recitations/cardinal-suttas/anattalakkhana.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Anatta-lakkhaṇa-sutta}
32
\label{anatta-lakkhana}
43

@@ -190,4 +189,3 @@ \section{Anatta-lakkhaṇa-sutta}
190189
\suttaRef{[SN 22.59]}
191190

192191
\bottomNav{striving-according-to-dhamma}
193-

tex/recitations/cardinal-suttas/dhammacakkappavattana-eng.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{The Discourse on Turning the Wheel of Dhamma}
32
\label{wheel-of-dhamma-full}
43

@@ -179,4 +178,3 @@ \section{The Discourse on Turning the Wheel of Dhamma}
179178
\end{english-only-hang}
180179

181180
\suttaRef{[SN 56.11]}
182-

tex/recitations/cardinal-suttas/dhammacakkappavattana.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\section{Dhammacakkappavattana-sutta}
32
\label{dhammacakkappavattana-full}
43

@@ -190,4 +189,3 @@ \section{Dhammacakkappavattana-sutta}
190189
\end{pali-hang}
191190

192191
\suttaRef{[SN 56.11]}
193-

tex/recitations/funeral-recitations.tex

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\ifdigitalversion
32
\chapterOpeningPage{funeral-recitations-compressed.jpg}
43
\else
@@ -9,8 +8,6 @@ \chapter{Funeral Recitations}
98

109
\clearpage
1110

12-
13-
1411
\sectionSubTitle{Pubba-bhāga-nama-kāra-pāṭho}
1512
\section{Passage on Preliminary Paying of Homage}
1613
\label{pubba-bhaga-nama-kara-patho-funeral}
@@ -26,8 +23,6 @@ \section{Passage on Preliminary Paying of Homage}
2623

2724
\suttaRef{[DN 21]}
2825

29-
30-
3126
\sectionSubTitle{Just as Rivers}
3227
\section{Dhamma-saṅgaṇī-mātikā}
3328
\label{dhamma-sangani-matika}
@@ -300,8 +295,6 @@ \section{Dhamma-saṅgaṇī-mātikā}
300295

301296
\suttaRef{[Dhs 1]}
302297

303-
304-
305298
\sectionSubTitle{Vipassanā-bhūmi-pāṭho}
306299
\section{Passage on the Ground for Distinct Seeing}
307300
\label{vipassana-bhumi-patho}
@@ -490,8 +483,6 @@ \section{Passage on the Ground for Distinct Seeing}
490483

491484
\suttaRef{[SN 12.1]}
492485

493-
494-
495486
\sectionSubTitle{Paṭṭhāna-mātikā-pāṭho}
496487
\section{Passage on the List from the Foundation (of Conditional Relations)}
497488
\label{patthana-matika-patho}
@@ -506,8 +497,6 @@ \section{Passage on the List from the Foundation (of Conditional Relations)}
506497

507498
\suttaRef{[Dhs A]}
508499

509-
510-
511500
\sectionSubTitle{Adāsi-me ādi gāthā}
512501
\section{Verses Starting with ``He Gave to Me''}
513502
\label{adasi-me-adi-gatha}
@@ -571,8 +560,6 @@ \section{Verses Starting with ``He Gave to Me''}
571560

572561
\suttaRef{[Khp 7]}
573562

574-
575-
576563
\sectionSubTitle{A Heap of Dust for the Dead}
577564
\section{Paṁsu-kūla for the Dead}
578565
\label{pamsu-kula-dead}
@@ -613,8 +600,6 @@ \section{Paṁsu-kūla for the Dead}
613600

614601
\suttaRef{[Thai]}
615602

616-
617-
618603
\sectionSubTitle{Paṁsu-kūla for the Living}
619604
\section{A Heap of Dust for the Living}
620605
\label{pamsu-kula-living}
@@ -635,8 +620,6 @@ \section{A Heap of Dust for the Living}
635620

636621
\suttaRef{[Dhp 41]}
637622

638-
639-
640623
\sectionSubTitle{Bhavatu-sabba-maṅgalaṁ}
641624
\section{May Every Blessing Come to Be}
642625
\label{bhavatu-funeral}
@@ -689,4 +672,3 @@ \section{May Every Blessing Come to Be}
689672
\bottomNav{recollection-of-impermanence}
690673

691674
\endgroup
692-

tex/recitations/homage.tex

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
\ifdigitalversion
32
\chapterOpeningPage{homage-to-the-triple-gem-compressed.jpg}
43
\else
@@ -8,8 +7,6 @@
87

98
\chapter{Homage to the Triple Gem}
109

11-
12-
1310
\begingroup
1411
\setsechook{%
1512
% New page for each section.
@@ -144,8 +141,6 @@ \section{Dedication of Offerings}
144141

145142
\suttaRef{[Trad]}
146143

147-
148-
149144
\sectionSubTitle{Pubbabhāga-namakāra}
150145
\section{Preliminary Homage}
151146
\label{preliminary-homage}
@@ -166,8 +161,6 @@ \section{Preliminary Homage}
166161

167162
\suttaRef{[DN 21]}
168163

169-
170-
171164
\sectionSubTitle{Buddh'ābhitthuti}
172165
\section{Homage to the Buddha}
173166
\label{homage-buddha}
@@ -273,8 +266,6 @@ \section{Homage to the Buddha}
273266

274267
\suttaRef{[Thai]}
275268

276-
277-
278269
\sectionSubTitle{Dhamm'ābhitthuti}
279270
\section{Homage to the Dhamma}
280271
\label{homage-dhamma}
@@ -335,8 +326,6 @@ \section{Homage to the Dhamma}
335326

336327
\suttaRef{[Trad]}
337328

338-
339-
340329
\sectionSubTitle{Saṅgh'ābhitthuti}
341330
\section{Homage to the Saṅgha}
342331
\label{homage-sangha}
@@ -438,8 +427,6 @@ \section{Homage to the Saṅgha}
438427
I bow my head to this Saṅgha \hfill{\textnormal{\ifafiveversion\fontsize{12.5}{18}\fi\ifasixversion\fontsize{9}{13}\fi\selectfont (Bow)}}
439428
\end{english}
440429

441-
442-
443430
\sectionSubTitle{Ratanattaya-paṇāma}
444431
\section{Salutation to the Triple Gem}
445432
\label{salutation}
@@ -887,8 +874,6 @@ \section{Salutation to the Triple Gem}
887874

888875
\bottomNav{universal-well-being}
889876

890-
891-
892877
\sectionSubTitle{Pacchima-vandanā}
893878
\section{Closing Homage}
894879
\label{closing-homage}
@@ -967,4 +952,3 @@ \section{Closing Homage}
967952
\end{leader}
968953
\end{minipage}
969954
\fi
970-

0 commit comments

Comments
 (0)