Skip to content

Commit 80d7a8b

Browse files
committed
Preparing release v2.1
1 parent 510bea3 commit 80d7a8b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

scripture.dtx

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% \iffalse meta-comment
22
%
3-
% Copyright (c) 2022-2023 David Purton <[email protected]>
3+
% Copyright (c) 2022-2025 David Purton <[email protected]>
44
%
55
% This work may be distributed and/or modified under the conditions of
66
% the LaTeX Project Public License, either version 1.3c of this license
@@ -240,10 +240,11 @@
240240
% \changes{v2.0}{2023/12/26}{Switch \env{scripture} to a \LaTeX{} \val{list}
241241
% based environment}
242242
% \changes{v2.0}{2023/12/27}{Bug fixes}
243+
% \changes{v2.1}{2025/01/02}{Bug fixes}
243244
%
244245
% \title{The \pkg{scripture} package}
245246
% \author{David Purton\thanks{Email: \url{[email protected]}}}
246-
% \date{2023/12/27 v2.0}
247+
% \date{2025/01/02 v2.1}
247248
%
248249
% \maketitle
249250
%
@@ -502,7 +503,8 @@
502503
% \end{scripture}
503504
% \end{scriptureexample}
504505
%
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}
506508
% \begin{function}[added=2024-11-19]{\heading}
507509
% \begin{syntax}
508510
% |\heading|\marg{section heading}
@@ -1442,6 +1444,8 @@
14421444
% \end{scripture}
14431445
% \end{scriptureexample}
14441446
%
1447+
% \changes{v2.1}{2024/01/05}{Add feature to set chapters in a paragraph of
1448+
% their own}
14451449
% \changes{v2.1}{2024/01/05}{Add \opt{chapter/para} option}
14461450
% \begin{option}[added=2024-01-05]{chapter/para}
14471451
% \begin{syntax}
@@ -2098,6 +2102,8 @@
20982102
% \meta{|skip|} to use between paragraphs in the \env{scripture} environment.
20992103
% \end{option}
21002104
%
2105+
% \changes{v2.1}{2024/01/18}{Add feature to add pilcrows at the start of
2106+
% paragraphs.}
21012107
% \changes{v2.1}{2024/01/18}{Add \opt{pilcrow} option}
21022108
% \begin{option}[added=2024-01-18]{pilcrow}
21032109
% \begin{syntax}
@@ -2224,6 +2230,8 @@
22242230
% reference on the final line of the quotation.
22252231
% \end{option}
22262232
%
2233+
% \changes{v2.1}{2024/01/10}{Add feature to place the reference at the start
2234+
% of the quotation.}
22272235
% \changes{v2.1}{2024/01/10}{Add \opt{reference/position} option}
22282236
% \begin{option}[added=2024-01-10]{reference/position}
22292237
% \begin{syntax}
@@ -2520,6 +2528,7 @@
25202528
% \end{scripture}
25212529
% \end{scriptureexample}
25222530
%
2531+
% \changes{v2.1}{2024/01/13}{Add feature to set each verse on a new line.}
25232532
% \changes{v2.1}{2024/01/13}{Add \opt{verse/para} option}
25242533
% \begin{option}[added=2024-01-13]{verse/para}
25252534
% \begin{syntax}
@@ -3171,7 +3180,7 @@
31713180
%
31723181
% \begin{macrocode}
31733182
\NeedsTeXFormat{LaTeX2e}[2022-11-01]
3174-
\ProvidesExplPackage{scripture}{2023/12/27}{2.0}
3183+
\ProvidesExplPackage{scripture}{2025/01/02}{2.1}
31753184
{Format Scripture Quotations (DCP)}
31763185
% \end{macrocode}
31773186
%

scripture.ins

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\iffalse meta-comment
22

3-
Copyright (c) 2022-2023 David Purton <[email protected]>
3+
Copyright (c) 2022-2025 David Purton <[email protected]>
44

55
This work may be distributed and/or modified under the conditions of
66
the LaTeX Project Public License, either version 1.3c of this license

0 commit comments

Comments
 (0)