|
1 | 1 | % \iffalse meta-comment
|
2 | 2 | %
|
3 |
| -% Copyright (c) 2022-2023 David Purton <[email protected]> |
| 3 | +% Copyright (c) 2022-2025 David Purton <[email protected]> |
4 | 4 | %
|
5 | 5 | % This work may be distributed and/or modified under the conditions of
|
6 | 6 | % the LaTeX Project Public License, either version 1.3c of this license
|
|
240 | 240 | % \changes{v2.0}{2023/12/26}{Switch \env{scripture} to a \LaTeX{} \val{list}
|
241 | 241 | % based environment}
|
242 | 242 | % \changes{v2.0}{2023/12/27}{Bug fixes}
|
| 243 | +% \changes{v2.1}{2025/01/02}{Bug fixes} |
243 | 244 | %
|
244 | 245 | % \title{The \pkg{scripture} package}
|
245 | 246 | % \author{David Purton\thanks{Email: \url{[email protected]}}}
|
246 |
| -% \date{2023/12/27 v2.0} |
| 247 | +% \date{2025/01/02 v2.1} |
247 | 248 | %
|
248 | 249 | % \maketitle
|
249 | 250 | %
|
|
502 | 503 | % \end{scripture}
|
503 | 504 | % \end{scriptureexample}
|
504 | 505 | %
|
505 |
| -% \changes{v2.1}{2024/11/19}{Add simple heading function} |
| 506 | +% \changes{v2.1}{2024/11/19}{Add feature to insert simple headings} |
| 507 | +% \changes{v2.1}{2024/11/19}{Add \fn{heading} function} |
506 | 508 | % \begin{function}[added=2024-11-19]{\heading}
|
507 | 509 | % \begin{syntax}
|
508 | 510 | % |\heading|\marg{section heading}
|
|
1442 | 1444 | % \end{scripture}
|
1443 | 1445 | % \end{scriptureexample}
|
1444 | 1446 | %
|
| 1447 | +% \changes{v2.1}{2024/01/05}{Add feature to set chapters in a paragraph of |
| 1448 | +% their own} |
1445 | 1449 | % \changes{v2.1}{2024/01/05}{Add \opt{chapter/para} option}
|
1446 | 1450 | % \begin{option}[added=2024-01-05]{chapter/para}
|
1447 | 1451 | % \begin{syntax}
|
|
2098 | 2102 | % \meta{|skip|} to use between paragraphs in the \env{scripture} environment.
|
2099 | 2103 | % \end{option}
|
2100 | 2104 | %
|
| 2105 | +% \changes{v2.1}{2024/01/18}{Add feature to add pilcrows at the start of |
| 2106 | +% paragraphs.} |
2101 | 2107 | % \changes{v2.1}{2024/01/18}{Add \opt{pilcrow} option}
|
2102 | 2108 | % \begin{option}[added=2024-01-18]{pilcrow}
|
2103 | 2109 | % \begin{syntax}
|
|
2224 | 2230 | % reference on the final line of the quotation.
|
2225 | 2231 | % \end{option}
|
2226 | 2232 | %
|
| 2233 | +% \changes{v2.1}{2024/01/10}{Add feature to place the reference at the start |
| 2234 | +% of the quotation.} |
2227 | 2235 | % \changes{v2.1}{2024/01/10}{Add \opt{reference/position} option}
|
2228 | 2236 | % \begin{option}[added=2024-01-10]{reference/position}
|
2229 | 2237 | % \begin{syntax}
|
|
2520 | 2528 | % \end{scripture}
|
2521 | 2529 | % \end{scriptureexample}
|
2522 | 2530 | %
|
| 2531 | +% \changes{v2.1}{2024/01/13}{Add feature to set each verse on a new line.} |
2523 | 2532 | % \changes{v2.1}{2024/01/13}{Add \opt{verse/para} option}
|
2524 | 2533 | % \begin{option}[added=2024-01-13]{verse/para}
|
2525 | 2534 | % \begin{syntax}
|
|
3171 | 3180 | %
|
3172 | 3181 | % \begin{macrocode}
|
3173 | 3182 | \NeedsTeXFormat{LaTeX2e}[2022-11-01]
|
3174 |
| -\ProvidesExplPackage{scripture}{2023/12/27}{2.0} |
| 3183 | +\ProvidesExplPackage{scripture}{2025/01/02}{2.1} |
3175 | 3184 | {Format Scripture Quotations (DCP)}
|
3176 | 3185 | % \end{macrocode}
|
3177 | 3186 | %
|
|
0 commit comments