texlive[62241] branches/branch2021.final/Master:

commits+karl at tug.org commits+karl at tug.org
Sun Feb 27 22:29:43 CET 2022


Revision: 62241
          http://tug.org/svn/texlive?view=revision&revision=62241
Author:   karl
Date:     2022-02-27 22:29:42 +0100 (Sun, 27 Feb 2022)
Log Message:
-----------
book-of-common-prayer (27feb22) (branch)

Modified Paths:
--------------
    branches/branch2021.final/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
    branches/branch2021.final/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc

Added Paths:
-----------
    branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/
    branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/README.md
    branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf
    branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.tex
    branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/
    branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/book-of-common-prayer.sty

Removed Paths:
-------------
    branches/branch2021.final/Master/texmf-dist/doc/xelatex/book-of-common-prayer/
    branches/branch2021.final/Master/texmf-dist/tex/xelatex/book-of-common-prayer/

Added: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/README.md
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/README.md	                        (rev 0)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/README.md	2022-02-27 21:29:42 UTC (rev 62241)
@@ -0,0 +1,17 @@
+book-of-common-prayer (v1.1.0): Liturgical typesetting in the style of the 1979 Book of Common Prayer.
+===
+Copyright (C) 2022 Arlie Coles
+This package can be redistributed and/or modified under the terms
+of the LaTeX Project Public License 1.3c.
+===
+
+bcp-latex is a package for the typesetting of liturgical documents in the style of the 1979 Book of Common Prayer. It provides macros for common liturgical situations (e.g. versicle and response, longer prayers, etc.).
+
+This package is designed to work with the Sabon font, but it is not necessary to run the macros. For best functioning, you should install the following fonts, which provide some special symbols used by the package:
+
+* Arial Unicode MS
+* Junicode
+
+You should compile documents that use this package with XeLaTeX or LuaLaTeX.
+
+This material is subject to the LaTeX Project Public License 1.3c.


Property changes on: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf
===================================================================
(Binary files differ)

Index: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf	2022-02-27 21:29:02 UTC (rev 62240)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf	2022-02-27 21:29:42 UTC (rev 62241)

Property changes on: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.tex	                        (rev 0)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.tex	2022-02-27 21:29:42 UTC (rev 62241)
@@ -0,0 +1,527 @@
+\documentclass{article}
+\usepackage{booktabs}
+\usepackage{hyperref}
+\usepackage{xcolor}
+\usepackage{listings}
+\usepackage{subcaption}
+\usepackage{book-of-common-prayer}
+\geometry{
+  paperheight=11in,
+  paperwidth=8.5in,
+  heightrounded,
+  left=1in, right=1in, vmargin=1in
+}
+\definecolor{name}{rgb}{0.5,0.5,0.5}
+\lstset{basicstyle=\normalfont\ttfamily,
+	breaklines=true,
+	otherkeywords={},
+	language=[LaTeX]{TeX},
+	tabsize=2,
+	breaklines=true,
+	keywordstyle=\color{blue},
+    texcsstyle=*\color{blue},
+    commentstyle=\color{comments}\ttfamily,
+	}  
+
+\title{\texttt{book-of-common-prayer}\\
+	   \Large Typesetting for liturgical documents in the style of the 1979 Book of Common Prayer \\
+	   }
+\date{February 2022 \\ \textit{Version 1.1.0}}
+\author{Arlie Coles}
+
+\begin{document}
+\maketitle
+
+\tableofcontents
+
+\clearpage
+\section{Introduction}
+
+\texttt{book-of-common-prayer} is a \LaTeX\ package for liturgical documents in the style of the 1979 Book of Common Prayer\footnote{\url{http://justus.anglican.org/resources/bcp/formatted_1979.htm}}. It provides special typesetting tools for common liturgical situations (e.g. versicle and response, longer prayers, etc.) as well as formatting specifications for an entire document (e.g. font face, section headers, margins, etc.).
+
+% \blankline
+\section{Setup}
+
+You can import \texttt{book-of-common-prayer} in the typical way by writing \lstinline|\usepackage{book-of-common-prayer}| in the preable of your \LaTeX\ document.
+
+\subsection{Fonts}
+
+The standard font used in the 1979 Book of Common Prayer is Sabon\footnote{\url{https://www.linotype.com/5598633/sabon-family.html}}. If you have Sabon installed on your computer, you can use it with \texttt{book-of-common-prayer} by writing \lstinline|\usepackage[sabon]{book-of-common-prayer}| in the preamble of your document to import the package.
+
+You should also have the fonts Arial Unicode MS\footnote{\url{https://docs.microsoft.com/en-us/typography/font-list/arial-unicode-ms}} and Junicode\footnote{\url{https://junicode.sourceforge.io/}} installed on your computer. These two fonts provide some special symbols used by \texttt{book-of-common-prayer}.
+
+Since \texttt{book-of-common-prayer} uses special fonts, you should compile your document with the Lua\LaTeX\ or Xe\LaTeX\ compiler.
+
+\subsection{Music}
+
+\texttt{book-of-common-prayer} works with Lilypond\footnote{\url{http://lilypond.org/}} for inline music notation. If you have musical scores you would like to integrate into your document, you should use the \texttt{lyluatex} package by writing \lstinline|\usepackage{lyluatex}| in the preamble of your document.
+
+To compile your document with Lilypond scores, you must use Lua\LaTeX, e.g. \lstinline{lualatex -shell-escape your_document.tex}.
+
+\subsection{Page setup}
+
+By default, \texttt{book-of-common-prayer} structures the document to be booklet size (a folded 8.5 $\times$ 11" sheet). If you would like a different size, you can override this behavior by writing e.g.
+
+\begin{lstlisting}
+\geometry{paperheight=8.5in, paperwidth=5.5in}
+\end{lstlisting}
+
+in the preamble of your document.
+
+\section{Documentation}
+
+\subsection{Special symbols}
+
+Table \ref{tab:symbol} shows the special symbols available in \lstinline{book-of-common-prayer}. To produce the formatted output, you must simply type the corresponding \LaTeX\ code.
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{ll}
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline|\versicle| & \versicle \\
+	\lstinline|\response| & \response \\
+	\lstinline|\cross| & \cross \\
+	\lstinline|\scross| & \sabon{\scross} \\
+	\lstinline|\gl| & \gl \\
+	\lstinline|\gr| & \gr \\
+	\bottomrule
+	\end{tabular}
+	\caption{Special symbols available in \lstinline{book-of-common-prayer}.}
+	\label{tab:symbol}
+\end{table}
+
+\subsection{Special commands}
+
+There are also some special commands to fine-tune formatting when needed (usually these are controlled by \LaTeX\, so the below should be used sparingly):
+
+\begin{itemize}
+	\item \lstinline{\blankline} forces a blank line (similar to pressing \lstinline{Enter} twice in Microsoft Word). Usually, \LaTeX\ manages this type of spacing for you, but you can use this command if you need more manual control.
+	\item \lstinline{\deleteline} deletes an empty line's space (similar to backspacing over a blank line in Microsoft Word).
+	\item \lstinline{\tab} creates an indent (similar to pressing \lstinline{tab} in Microsoft Word).
+	\item \lstinline{\spacer} creates a very small vertical space when this kind of fine control is desired.
+\end{itemize}
+
+\subsection{Text formatting}
+
+Several text formatting bracketings (macros) are available.
+
+\subsubsection{Instructions}
+
+\lstinline! \instruct{} ! will format the contents as instructions, i.e. italicized and slightly smaller font size than the body text.
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \instruct{Here are instructions.} ! & \sabon{\instruct{Here are instructions.}} \\
+	\bottomrule
+	\end{tabular}
+	\caption{Instructions.}
+\end{table}
+
+\lstinline! \instructsmall{} ! does the same, but in an even smaller font size.
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \instruct{Here are instructions.} ! & \sabon{\instructsmall{Here are instructions.}} \\
+	\bottomrule
+	\end{tabular}
+	\caption{Small instructions.}
+\end{table}
+
+\subsubsection{Bible verses}
+
+\lstinline! \bibleref{} ! will format a Bible reference (chapter and verse) in a small font in small-caps.
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \bibleref{John 3:16} ! & \sabon{\bibleref{John 3:16}} \\
+	\bottomrule
+	\end{tabular}
+	\caption{A single Bible reference.}
+\end{table}
+
+\lstinline! \bibleverse{}{} ! takes two arguments: the text of the Bible verse, and its reference (chapter and verse). It formats the former in standard body text, and the latter is formatted in a small font in small caps, right-justified.
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \bibleverse{Remember Lot's wife.}{Luke 17:32} ! & \sabon{Remember Lot's wife. \scriptsize\textsc{Luke 17:32} } \\
+	\bottomrule
+	\end{tabular}
+	\caption{An expanded Bible reference.}
+\end{table}
+
+\subsubsection{Miscellaneous}
+
+It is conventional to typset the current monarch’s name (if any) in all caps, italicized. We can do this with \lstinline! \monarch{} !:
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \monarch{ELIZABETH} ! & \sabon{\monarch{ELIZABETH}} \\
+	\bottomrule
+	\end{tabular}
+	\caption{Monarch name typesetting.}
+\end{table}
+
+To put a box around some text, and italicize the text inside, we can use \lstinline! \boxaround{} !:
+
+\begin{table}[h!]
+	\centering
+	\begin{tabular}{l l} 
+	\toprule
+	\LaTeX\ code & Formatted output \\
+	\midrule
+	\lstinline! \boxaround{A box.} ! & \sabon{\fbox{A box.}} \\
+	\bottomrule
+	\end{tabular}
+	\caption{Boxes around text.}
+\end{table}
+
+\continued
+\clearpage
+\subsection{Environments}
+
+Several environments are available in \texttt{book-of-common-prayer}. These are used for common formatting blocks, such as versicle-and-response exchanges or longer prayers.
+
+\subsubsection{Named responses with \lstinline{responses}}
+
+Table \ref{tab:env_responses} shows how to use the \lstinline{responses} environment, which typesets response exchanges from named roles. This environment is useful for e.g. exchanges between the priest and the people. One named role and the text associated with it must be provided per line. The named role will be italicized and the text associated with that role will be spaced rightward.
+
+Supported roles are \lstinline{priest}, \lstinline{deacon}, \lstinline{officiant}, \lstinline{servers}, and \lstinline{people}. Support for roles in French is also available (as \lstinline{pretre}, \lstinline{diacre}, \lstinline{officiant}, \lstinline{servants}, and \lstinline{peuple} respectively). The text associated with the \lstinline{people}/\lstinline{peuple} role is always bolded.
+
+Other supported roles that will render as non-bolded are: \lstinline{subdeacon}, \lstinline{epistoler}, \lstinline{lector}.
+
+% \pagebreak
+\begin{table}[h!]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{responses}
+	\priest{The priest can speak.}
+	\deacon{The deacon too.}
+	\officiant{So can an officiant.}
+	\servers{The servers too.}
+	\people{The people can respond.}
+
+	\pretre{Le prêtre parle.}
+	\diacre{Le diacre aussi.}
+	\officiant{L'officiant parle aussi.}
+	\servants{Les servants aussi.}
+	\peuple{Le peuple repond.}
+\end{responses}
+\end{lstlisting}
+&
+\sabon{ 
+\begin{responsesex}
+	\priest{The priest can speak.}
+	\deacon{The deacon too.}
+	\officiant{So can an officiant.}
+	\servers{The servers too.}
+	\people{The people can respond.}
+	& \\
+	\pretre{Le prêtre parle.}
+	\diacre{Le diacre aussi.}
+	\officiant{L'officiant parle aussi.}
+	\servants{Les servants aussi.}
+	\peuple{Le peuple repond.}
+\end{responsesex}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{responses} environment.}
+\label{tab:env_responses}
+\end{table}
+
+% \blankline
+\subsubsection{Versicle-response responses with \lstinline{vresponses}}
+
+Table \ref{tab:env_vresponses} shows how to use the \lstinline{vresponses} environment, which typesets versicle-response exchanges. This environment works the same way as the \lstinline{responses} environment, but does not include named roles. Instead, turns in the exchange are headed by \versicle and \response characters, and we indicate which turn we are on by using \lstinline{V} and \lstinline{R} (as we might have used \lstinline{priest} in the \lstinline{responses} environment). The text associated with the response is always bolded.
+
+\begin{table}[h]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{vresponses}
+	\V{Here is the versicle.}
+	\R{Here is the response.}
+\end{vresponses}
+\end{lstlisting}
+&
+\sabon{
+\begin{vresponsesex}
+	\V{Here is the versicle.}
+	\R{Here is the response.}
+\end{vresponsesex}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{vresponses} environment.}
+\label{tab:env_vresponses}
+\end{table}
+
+Sometimes, if the response is long, we might want to format it further. We can do this by placing the response inside of an \lstinline|\rlong{}| bracketing. We can then use line breaks (\lstinline{\\}) and tabs (\lstinline{\tab}) to format the response as we like. Table \ref{tab:env_vresponses_rlong} shows an example of this.
+
+\clearpage
+\begin{table}[h!]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{vresponses}
+	\V{Our Father,}
+	\R{\rlong{
+		Who art in heaven, \\
+		\tab hallowed be thy name. \\
+		Thy Kingdom come; \\
+		\tab thy will be done \\
+		\tab on earth as it is in heaven.} 
+	}
+\end{vresponses}
+\end{lstlisting}
+&
+\sabon{
+\begin{vresponsesex}
+	\V{Our Father,}
+	\R{\rlong{Who art in heaven, \\
+		\tab hallowed be thy name. \\
+		Thy Kingdom come; \\
+		\tab thy will be done \\
+		\tab on earth as it is in heaven. 
+	}}
+\end{vresponsesex}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{vresponses} environment used with a long, formatted response.}
+\label{tab:env_vresponses_rlong}
+\end{table}
+
+\subsubsection{Doubled versicle-response responses with \lstinline{vresponsesdouble}}
+
+Table \ref{tab:env_vresponsesdouble} shows how to use the \lstinline{vresponsesdouble} environment, which typesets versicle-response exchanges that are doubled up on one line. This environment works the same way as the \lstinline{vresponses} environment, but the versicle and response are included on the same line. Each turn is headed with \lstinline{\VR} and takes two arguments in brackets: one for the versicle text and the other for the response text. This can be useful when responses are repeated or space is at a premium. The text associated with the response is always bolded.
+
+This environment takes one argument that represents the proportion of the line width that should be taken by the versicle. For example, calling \lstinline|\begin{vresponsesdouble}[0.5]| will allot half the line width for the versicle (and the remaining half to the response).
+
+\begin{table}[h]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{vresponsesdouble}[0.7]
+	\VR{Joy to thee, O Queen of Heaven;}
+		{Alleluia.}
+	\VR{He whom thou wast meet to bear,}
+		{Alleluia.}
+	\VR{As He promised hath arisen;}
+		{Alleluia.}
+	\VR{Pour for us to God thy prayer.}
+		{Alleluia.}
+\end{vresponses}
+\end{lstlisting}
+&
+\sabon{
+\begin{vresponsesdoubleex}[0.2]
+	\VR{Joy to thee, O Queen of Heaven;}{Alleluia.}
+	\VR{He whom thou wast meet to bear,}{Alleluia.}
+	\VR{As He promised hath arisen;}{Alleluia.}
+	\VR{Pour for us to God thy prayer.}{Alleluia.}
+\end{vresponsesdoubleex}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{vresponsesdouble} environment.}
+\label{tab:env_vresponsesdouble}
+\end{table}
+
+% \blankline
+\subsubsection{Prayers with \lstinline{prayer}}
+
+Table \ref{tab:env_prayer} shows how to use the \lstinline{prayer} environment, which typesets longer prayers that you may desire to format. As in the \lstinline{vresponses} environment, you can use \lstinline{\tab} to indent, but you do not need to use \lstinline{\\} for a line break. If the prayer is to be said by everyone, you may wish to surround it with a \lstinline|\textbf{}| to bold it. 
+
+% \pagebreak
+\begin{table}[h!]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{prayer}
+	\textbf{
+	Almighty God,
+	\tab Father of our Lord Jesus Christ,
+	\tab Maker of all things, Judge of all men:
+	}
+\end{prayer}
+\end{lstlisting}
+&
+\sabon{
+\begin{tabular}{l}
+\textbf{Almighty God,} \\
+\tab \textbf{Father of our Lord Jesus Christ,} \\
+\tab \textbf{Maker of all things, Judge of all men:} \\
+\end{tabular}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{prayer} environment.}
+\label{tab:env_prayer}
+\end{table}
+
+% \blankline
+\subsubsection{Two-column prayers with \lstinline{twocolprayer}}
+
+Table \ref{tab:env_twocolprayer} shows how to use the \lstinline{twocolprayer} environment, which typesets prayers in two columns. This is useful for side-by-side texts in e.g. Latin and English. You can indicate a switch in column with the \lstinline{&} character.
+
+\begin{table}[h!]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{twocolprayer}
+	Sanctus, sanctus, sanctus, &
+		Holy, holy, holy, \\
+	Dominus, Deus sabaoth. &
+		Lord God of hosts.
+\end{twocolprayer}
+\end{lstlisting}
+&
+\sabon{
+\begin{tabular}{ll}
+	Sanctus, sanctus, sanctus, & Holy, holy, holy, \\
+	Dominus, Deus sabaoth. & Lord God of hosts.
+\end{tabular}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{twocolprayer} environment.}
+\label{tab:env_twocolprayer}
+\end{table}
+
+\subsubsection{Three-column prayers with \lstinline{threecolprayer}}
+
+Table \ref{tab:env_threecolprayer} shows how to use the \lstinline{threecolprayer} environment, which typesets prayers in three columns. This is useful for responsive prayers. You can indicate a switch in column with the \lstinline{&} character.
+
+\begin{table}[h!]
+\centering
+\begin{tabular}{ll}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{threecolprayer}
+	Kyrie eleison, 
+		& \textbf{Kyrie eleison,}
+		& Kyrie eleison. \\
+	\textbf{Christe eleison,}
+		& Christe eleison,
+		& \textbf{Christe eleison.} \\
+	Kyrie eleison,
+		& \textbf{Kyrie eleison,}
+		& Kyrie eleison.
+\end{threecolprayer}
+\end{lstlisting}
+&
+\sabon{
+\begin{tabular}{lll}
+	Kyrie eleison, & \textbf{Kyrie eleison,} & Kyrie eleison. \\
+	\textbf{Christe eleison,} & Christe eleison, & \textbf{Christe eleison.} \\
+	Kyrie eleison, & \textbf{Kyrie eleison,} & Kyrie eleison.
+\end{tabular}
+}
+\\
+\bottomrule
+\end{tabular}
+\caption{The \lstinline{threecolprayer} environment.}
+\label{tab:env_threecolprayer}
+\end{table}
+
+
+\subsubsection{Psalm typesetting}
+
+It is possible to typeset psalms with a combination of an enumerated list and \lstinline{\psalmverse}, as shown in Table \ref{tab:psalms}.
+
+\begin{table}[h]
+\centering
+\begin{xtabular}{p{.45\textwidth}p{.45\textwidth}}
+\toprule
+\LaTeX\ code & Formatted output \\
+\midrule
+\begin{lstlisting}
+\begin{enumerate}[
+	leftmargin=*,
+	label=\textsc{\arabic*}
+	]
+	\item \psalmverse
+		{The Lord is my shepherd:}
+		{Therefore can I lack nothing.}
+	\item \psalmverse
+		{He shall feed me
+		 in a green pasture:}
+ 		{and lead me forth beside
+ 		 the waters of comfort.}
+\end{enumerate}
+\end{lstlisting}
+&
+\sabon{
+\begin{enumerate}[
+	leftmargin=*,
+	label=\textsc{\arabic*}
+	]
+	\item \psalmverse
+		{The Lord is my shepherd:}
+		{Therefore can I lack nothing.}
+	\item \psalmverse
+		{He shall feed me
+		 in a green pasture:}
+ 		{and lead me forth beside
+ 		 the waters of comfort.}
+\end{enumerate}
+}
+\\
+\bottomrule
+\end{xtabular}
+\caption{Typesetting psalms with an enumerated list and \lstinline{\\psalmverse}.}
+\label{tab:psalms}
+\end{table}
+
+
+\end{document}


Property changes on: branches/branch2021.final/Master/texmf-dist/doc/latex/book-of-common-prayer/book-of-common-prayer.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/book-of-common-prayer.sty
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/book-of-common-prayer.sty	                        (rev 0)
+++ branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/book-of-common-prayer.sty	2022-02-27 21:29:42 UTC (rev 62241)
@@ -0,0 +1,244 @@
+% Author: Arlie Coles
+% License: LaTeX Project Public License 1.3c
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{book-of-common-prayer}[2022/02/26 Liturgical documents in the style of the Book of Common Prayer]
+
+\RequirePackage[no-math]{fontspec}
+\RequirePackage[left=0.5in, right=0.5in, vmargin=0.5in]{geometry}
+\RequirePackage{titlesec}
+\RequirePackage{graphicx}
+\RequirePackage{titling}
+\RequirePackage{alltt}
+\RequirePackage{paracol}
+\RequirePackage{framed}
+\RequirePackage{makecell}
+\RequirePackage{xtab}
+\RequirePackage{tocloft}
+\RequirePackage{xcolor}
+\RequirePackage[object=vectorian]{pgfornament}
+\RequirePackage{enumitem}
+\RequirePackage{pgf}
+\RequirePackage{pgfopts}
+\RequirePackage{bilingualpages}
+\RequirePackage{changepage}
+
+% The BCP font is Sabon, so allow this option
+\DeclareOption{sabon}{\setmainfont[Ligatures=TeX]{Sabon LT Std}}
+\ProcessOptions\relax
+\newcommand{\sabon}[1]{{\fontspec{Sabon LT Std}#1}}
+
+% Page setup
+\geometry{
+  paperheight=8.5in,
+  paperwidth=5.5in,
+  heightrounded,
+}
+\setlength\parindent{0pt}
+\setlength{\parskip}{11pt}
+\renewcommand{\arraystretch}{1.1}
+\setlength{\footskip}{15pt}
+\linespread{0.97}
+\titlespacing*{\section}{0pt}{*0}{0pt}
+\titlespacing*{\subsection}{0pt}{*0}{0pt}
+\titlespacing*{\subsubsection}{0pt}{*0}{0pt}
+
+
+% Spacing between music staves
+\newcommand{\betweenLilyPondSystem}[1]{\vspace{1mm}\linebreak} 
+
+% Manual spacing
+\newcommand{\tab}{\hspace*{1em}}
+\newcommand{\blankline}{\vspace{\parskip}}
+\newcommand{\deleteline}{\vspace{-\parskip}}
+\newcommand{\spacer}{\vspace{0.1cm}}  % A bit of breathing room between responses
+
+% Cover image with border around it
+\usepackage{graphicx}
+\newcommand{\munepsfig}[3][scale=1.0]{% <===============================
+    \begin{figure}[!htbp]
+        \centering
+        \vspace{2mm}
+        \setlength{\fboxrule}{#3} % <===================================
+        \setlength{\fboxsep}{0pt} % <===================================
+        \framebox{\includegraphics[#1]{#2}} % <=====================
+    \end{figure}
+}
+
+% Instructions formatting: italicize
+\newcommand{\instruct}[1]{ {\small \textit{#1}} }
+\newcommand{\instructsmall}[1]{ {\footnotesize \textit{#1}} }
+
+% Versicle and response - for use in inline text (not music)
+\newcommand{\versiclefont}{Junicode}
+\newcommand{\textjuni}[1]{{\fontspec{\versiclefont}#1}}
+\newcommand{\versicle}{\textjuni{\char"2123} }
+\newcommand{\response}{\textjuni{\char"211F} }
+
+% Responses with full titles (in text)
+\xentrystretch{-0.99}
+\newenvironment{responses}
+  {\begin{xtabular}{@{}p{0.1\linewidth}p{0.85\linewidth}@{}}}
+  {\end{xtabular}}
+
+\newenvironment{responsesex}
+  {\begin{xtabular}{p{0.1\linewidth}p{0.25\linewidth}}}
+  {\end{xtabular}}
+
+% Responses with V/R (in text)
+\xentrystretch{-0.99}
+\newenvironment{vresponses}
+  {\begin{xtabular}{@{}p{0.05\linewidth}p{0.9\linewidth}@{}}}
+  {\end{xtabular}}
+
+\newenvironment{vresponsesex}
+  {\begin{xtabular}{p{0.05\linewidth}p{0.25\linewidth}}}
+  {\end{xtabular}}
+
+% Multi-line response
+\newcommand{\rlong}[1]{\makecell[lt]{#1}}
+
+% Responses with V/R (in text) with V/R doubled up per line.
+% First arg is width of verse (default 0.45)
+\newenvironment{vresponsesdouble}[1][0.45]
+  {\begin{xtabular}{@{}p{0.05\linewidth}p{#1\linewidth}p{0.05\linewidth}p{0.45\linewidth}@{}}}
+  {\end{xtabular}}
+% V/R in one line
+\newcommand{\VR}[2]{\versicle & #1 & \response & \textbf{#2} \\}
+
+\newenvironment{vresponsesdoubleex}[1][0.45]
+  {\begin{xtabular}{@{}p{0.05\linewidth}p{#1\linewidth}p{0.05\linewidth}p{0.05\linewidth}@{}}}
+  {\end{xtabular}}
+
+% Roles to go with the responses - the people are bolded
+\newcommand{\priest}[1]{\textit{Priest} & #1 \\}
+\newcommand{\deacon}[1]{\textit{Deacon} & #1 \\}
+\newcommand{\subdeacon}[1]{\textit{Subdeacon} & #1 \\}
+\newcommand{\officiant}[1]{\textit{Officiant} & #1 \\}
+\newcommand{\lector}[1]{\textit{Lector} & #1 \\}
+\newcommand{\epistoler}[1]{\textit{Epistoler} & #1 \\}
+\newcommand{\people}[1]{\textit{People} & \textbf{#1} \\}
+\newcommand{\servers}[1]{\textit{Servers} & #1 \\}
+\newcommand{\contd}[1]{& #1 \\}
+
+% French role equivalents
+\newcommand{\pretre}[1]{\textit{Prêtre} & #1 \\}
+\newcommand{\diacre}[1]{\textit{Diacre} & #1 \\}
+\newcommand{\peuple}[1]{\textit{Peuple} & \textbf{#1} \\}
+\newcommand{\servants}[1]{\textit{Servants} & #1 \\}
+
+\newcommand{\V}[1]{\versicle & #1 \\}
+\newcommand{\R}[1]{\response & \textbf{#1} \\}
+
+% Large and small signs of the cross - for use in inline text (not music)
+\newcommand{\crossfont}{Arial Unicode MS}
+\newcommand{\textuni}[1]{{\fontspec{\crossfont}#1}}
+\newcommand{\cross}{{\textuni{\char"2720~}}}
+\newcommand{\scross}{+ }
+
+% French quotation marks (guillemets)
+\newcommand{\gl}{{\textuni{\char"00AB~}}}
+\newcommand{\gr}{{\textuni{\char"00BB~}}}
+
+% Historical credit
+\newcommand{\hist}[1]{\vspace{-.45cm} \hspace*{\fill}{ \scriptsize \textsc{#1} }\\}
+
+% Monarch name (inline text)
+\newcommand{\monarch}[1]{\textit{\MakeUppercase{#1}}}
+
+% Bible verse
+\newcommand{\bibleverse}[2]{
+  \hspace*{\fill}{ \scriptsize \textsc{#2}}\\
+  #1
+}
+
+\newcommand{\bibleref}[1]{
+  {\mdseries \scriptsize \textsc{#1}}
+}
+
+% Frame - put a box around some text
+\newcommand{\boxaround}[1]{
+  \begin{framed}
+  \small
+  \textit{#1}
+  \end{framed}
+  \deleteline
+}
+\def\boxit#1{%
+  \smash{\fboxsep=0pt\llap{\rlap{\fbox{\strut\makebox[#1]{}}}~}}\ignorespaces
+}
+
+% Prayer environment
+\newenvironment{prayer}
+  {\vspace{-2\parskip}
+   \begin{alltt}\normalfont}
+  {\end{alltt}
+  \vspace{-2\parskip}}
+
+% Two-col prayer
+\newenvironment{twocolprayer}
+  {\begin{table}[h!]
+      \centering
+      \begin{tabular}{ll}
+  }
+  {\end{tabular}
+    \end{table}
+  }
+
+% Three-col prayer
+\newenvironment{threecolprayer}
+  {\begin{table}[h!]
+      \centering
+      \begin{tabular}{lll}
+  }
+  {\end{tabular}
+    \end{table}
+  }
+
+% Header text
+\newcommand{\header}[1]{
+  \begin{center}
+    {\Large \textit{#1} }
+  \end{center}
+}
+
+% Smallcaps header text
+\newcommand{\smallcapsheader}[1]{
+  \begin{center}
+    {\large \textsc{#1} }
+  \end{center}
+}
+
+% Fancy horizontal line
+\newcommand{\makesectionline}[2]{%
+  \nointerlineskip \vspace{.5\baselineskip}\hspace{\fill}
+  {\resizebox{0.5\linewidth}{0.5ex}
+    {\pgfornament[color = #1]{#2}
+    }}%
+    \hspace{\fill}
+    \par\nointerlineskip \vspace{.5\baselineskip}
+  }
+\newcommand{\sectionline}{\makesectionline{black}{88}}
+
+% PSALMS
+% Command for the two-part structure of a psalm verse
+\newcommand{\psalmverse}[2]{
+  % Adjust parskip; no blank lines in between
+  \setlength{\parskip}{0pt}
+  
+  % Render the first part
+  #1 *
+  % Hang in the second part
+  \begin{adjustwidth}{2em}{0pt}
+    #2
+  \end{adjustwidth}
+
+  % Put parskip back
+  \setlength{\parskip}{12pt}
+}
+
+
+% Cont'd marker at bottom of page
+\newcommand{\continued}{
+  \vspace*{\fill}
+  \instruct{\hfill \small \textit{(cont'd)}}
+}


Property changes on: branches/branch2021.final/Master/texmf-dist/tex/latex/book-of-common-prayer/book-of-common-prayer.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/branch2021.final/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- branches/branch2021.final/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2022-02-27 21:29:02 UTC (rev 62240)
+++ branches/branch2021.final/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2022-02-27 21:29:42 UTC (rev 62241)
@@ -116,6 +116,7 @@
 depend bnumexpr
 depend boites
 depend bold-extra
+depend book-of-common-prayer
 depend bookcover
 depend bookest
 depend booklet

Modified: branches/branch2021.final/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc
===================================================================
--- branches/branch2021.final/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc	2022-02-27 21:29:02 UTC (rev 62240)
+++ branches/branch2021.final/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc	2022-02-27 21:29:42 UTC (rev 62241)
@@ -12,7 +12,6 @@
 depend bidipagegrid
 depend bidishadowtext
 depend bidipresentation
-depend book-of-common-prayer
 depend businesscard-qrcode
 depend cqubeamer
 depend fixlatvian



More information about the tex-live-commits mailing list.