texlive[49426] Master/texmf-dist: biblatex-sbl (16dec18)

commits+karl at tug.org commits+karl at tug.org
Sun Dec 16 22:52:21 CET 2018


Revision: 49426
          http://tug.org/svn/texlive?view=revision&revision=49426
Author:   karl
Date:     2018-12-16 22:52:21 +0100 (Sun, 16 Dec 2018)
Log Message:
-----------
biblatex-sbl (16dec18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.tex
    trunk/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def
    trunk/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.cbx

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.tex	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.tex	2018-12-16 21:52:21 UTC (rev 49426)
@@ -6,7 +6,7 @@
 \usepackage{fontspec}
 \usepackage{xparse}
 \usepackage{xcolor}
-\usepackage{parskip}
+\usepackage{parskip}[=v1]
 \usepackage{titlesec}
 \usepackage{listings}
 \usepackage{imakeidx}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex	2018-12-16 21:52:21 UTC (rev 49426)
@@ -4,7 +4,7 @@
 \usepackage{fontspec}
 \usepackage{xparse}
 \usepackage{xcolor}
-\usepackage{parskip}
+\usepackage{parskip}[=v1]
 \usepackage{titlesec}
 \usepackage{imakeidx}
 \makeindex[title=Author Index,intoc,options=-q]
@@ -20,14 +20,14 @@
 ]
 
 \titleformat{\paragraph}
-{\normalfont\sf\normalsize\bfseries}{\theparagraph}{1em}{}
+{\normalfont\sffamily\normalsize\bfseries}{\theparagraph}{1em}{}
 \titleformat{\subparagraph}
-{\normalfont\sf\small\scshape}{\thesubparagraph}{1em}{}
+{\normalfont\sffamily\small\scshape}{\thesubparagraph}{1em}{}
 \titlespacing*{\paragraph}{0pt}{2ex plus 1ex minus 0.2ex}{0.5ex}
 \titlespacing*{\subparagraph}{0pt}{1ex plus 0.2ex}{0em}
 
 \titleclass{\subsubparagraph}{straight}[\subparagraph]
-\titleformat{\subsubparagraph}{\normalfont\small\tt}{}{1em}{}
+\titleformat{\subsubparagraph}{\normalfont\ttfamily\small}{}{1em}{}
 \titlespacing*{\subsubparagraph}{0pt}{0pt}{0pt}
 
 \setcounter{secnumdepth}{4} % how many sectioning levels to assign numbers to

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.tex	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.tex	2018-12-16 21:52:21 UTC (rev 49426)
@@ -233,12 +233,15 @@
 \begin{ltxsyntax}
 
 \cmditem{autocite}[prenote]<(altpostnote)postnote>{key}
+\cmditem{autocite*}[prenote]<(altpostnote)postnote>{key}
 
 \cmd{autocite} inserts a citation as a footnote. If used in a footnote, the
-citation is placed in parentheses. It works as in the standard \biblatex
-styles, except that that \bibfield{postnote} argument can be divided into two
-using parentheses. This creates an \bibfield{altpostnote} field which is used
-in some of the examples from §6.4 of the \cite{SBLHS}. e.g.,
+citation is placed in parentheses. The starred variant suppresses the author,
+editor, or translator (provided the entry options are set to use them). It
+works as in the standard \biblatex styles, except that that
+\bibfield{postnote} argument can be divided into two using parentheses. This
+creates an \bibfield{altpostnote} field which is used in some of the examples
+from §6.4 of the \cite{SBLHS}. e.g.,
 
 \begin{snugshade}
   \samplecite{1}[See][(1.3)8:223]{clementinehomilies}
@@ -252,15 +255,21 @@
 \end{snugshade}
 
 \cmditem{cite}[prenote]<(altpostnote)postnote>{key}
+\cmditem{cite*}[prenote]<(altpostnote)postnote>{key}
 
 \cmd{cite} works in the same way as \cmd{autocite} except that the citation is
-placed directly into the text instead of in a footnote.
+placed directly into the text instead of in a footnote. The starred variant
+suppresses the author, editor, or translator (provided the entry options are
+set to use them).
 
 \cmditem{parencite}[prenote]<(altpostnote)postnote>{key}
+\cmditem{parencite*}[prenote]<(altpostnote)postnote>{key}
 
 \cmd{parencite} works in the same way as \cmd{autocite} except that the
-citation is placed inside parentheses instead of in a footnote. This is most
-useful for citing primary sources. e.g.,
+citation is placed inside parentheses instead of in a footnote. The starred
+variant suppresses the author, editor, or translator (provided the entry
+options are set to use them). This is most useful for citing primary sources.
+e.g.,
 
 \begin{snugshade}
   \sampleparencite[2.233-235]{josephus:ant}
@@ -1242,6 +1251,13 @@
 
 \section{Important Changes}
 
+\subsection*{0.11\quad 2018-12-13}
+
+\begin{itemize}
+  \item Add abbreviations from related entries to the list of abbreviations.
+  \item Add starred variants for citation commands.
+\end{itemize}
+
 \subsection*{0.10\quad 2018-05-24}
 
 \begin{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.tex	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.tex	2018-12-16 21:52:21 UTC (rev 49426)
@@ -188,12 +188,14 @@
   \end{quote}
 \fi
 \ifxetexorluatex
-  \index{Greek!inline}Inline Greek (\foreignlanguage{greek}{Ἐν ἀρχῇ}),
+  \index{Greek!inline}Inline Greek (\foreignlanguage{polutonikogreek}{Ἐν
+  ἀρχῇ}),
   \index{Greek!transliterated}transliterated Greek (\emph{En archē}),
   \index{Hebrew!inline}Hebrew (\foreignlanguage{hebrew}{בראשית}), and
   \index{Hebrew!transliterated}transliterated Hebrew (\emph{bərēʾšı̂t}).
 \else
-  \index{Greek!inline}Inline Greek (\foreignlanguage{greek}{Ἐν ἀρχῇ}) and
+  \index{Greek!inline}Inline Greek (\foreignlanguage{polutonikogreek}{Ἐν
+  ἀρχῇ}) and
   \index{Greek!transliterated}transliterated Greek (\emph{En archē}).
 \fi
 

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def	2018-12-16 21:52:21 UTC (rev 49426)
@@ -15,8 +15,8 @@
 % VERSION STRINGS
 % ------------------------------------------------------------------
 
-\def\sbl at abx@date{2018/05/24}
-\def\sbl at abx@version{0.10}
+\def\sbl at abx@date{2018/12/13}
+\def\sbl at abx@version{0.11}
 \def\sbl at abx@bbxid{\sbl at abx@date\space v\sbl at abx@version\space biblatex-sbl bibliography style (DCP)}
 \def\sbl at abx@cbxid{\sbl at abx@date\space v\sbl at abx@version\space biblatex-sbl citation style (DCP)}
 \def\sbl at abx@lbxid{\sbl at abx@date\space v\sbl at abx@version\space biblatex-sbl localization (DCP)}
@@ -846,6 +846,14 @@
       \step[fieldset=options, fieldvalue={$1}, append]
     }
     \map[overwrite]{
+      \pernottype{ancienttext}
+      \pernottype{classictext}
+      \step[fieldsource=related, final]
+      \step[fieldsource=relatedoptions, match=\regexp{(.*)}]
+      \step[fieldset=relatedoptions, fieldvalue={skipbib,skipbiblist=false,}]
+      \step[fieldset=relatedoptions, fieldvalue={$1}, append]
+    }
+    \map[overwrite]{
       \pertype{ancienttext}
       \pertype{classictext}
       \step[fieldsource=related, final]

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.cbx	2018-12-16 21:52:02 UTC (rev 49425)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-sbl/sbl.cbx	2018-12-16 21:52:21 UTC (rev 49426)
@@ -86,6 +86,29 @@
        {\newunit
         \printfield{pages}}}}
 
+\newbibmacro*{cite:suppresslabelname}{%
+  \renewbibmacro*{author}{}%
+  \renewbibmacro*{author+holder}{}%
+  \renewbibmacro*{editor}{%
+    \ifboolexpr{
+      test \ifuseeditor
+      and
+      not test {\ifnameundef{editor}}
+    }
+      {\clearname{editor}}
+      {}}%
+  \renewbibmacro*{editor+others}{\usebibmacro{editor}}%
+  \renewbibmacro*{translator}{%
+    \ifboolexpr{
+      test \ifusetranslator
+      and
+      not test {\ifnameundef{translator}}
+    }
+      {\clearname{translator}}
+      {}}%
+  \renewbibmacro*{translator+others}{\usebibmacro{translator}}%
+}
+
 \newbibmacro*{bibentrycite}{%
   \citereset
   \global\togglefalse{relatedseen}%
@@ -166,6 +189,13 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]
+  {\usebibmacro{prenote}}
+  {\usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\cite}
   {\usebibmacro{prenote}}
   {\usebibmacro{cite}}
@@ -172,6 +202,13 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\cite}
+  {\usebibmacro{prenote}}
+  {\usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\bibentrycite}
   {}
   {\usebibmacro{bibentrycite}}
@@ -190,6 +227,13 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\parencite}[\mkbibparens]
+  {\usebibmacro{prenote}}
+  {\usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\footcite}[\mkbibfootnote]
   {\usebibmacro{prenote}}
   {\usebibmacro{cite}}
@@ -196,6 +240,13 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\footcite}[\mkbibfootnote]
+  {\usebibmacro{prenote}}
+  {\usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\footcitetext}[\mkbibfootnotetext]
   {\usebibmacro{prenote}}
   {\usebibmacro{cite}}
@@ -202,6 +253,13 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\footcitetext}[\mkbibfootnotetext]
+  {\usebibmacro{prenote}}
+  {\usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\fullcite}
   {\usebibmacro{prenote}}
   {\def\blx at shorthand{false}%
@@ -210,6 +268,15 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\fullcite}
+  {\usebibmacro{prenote}}
+  {\def\blx at shorthand{false}%
+   \let\ifciteseen\@secondoftwo
+   \usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\footfullcite}[\mkbibfootnote]
   {\usebibmacro{prenote}}
   {\def\blx at shorthand{false}%
@@ -218,6 +285,15 @@
   {\multicitedelim}
   {\usebibmacro{cite:postnote}}
 
+\DeclareCiteCommand*{\footfullcite}[\mkbibfootnote]
+  {\usebibmacro{prenote}}
+  {\def\blx at shorthand{false}%
+   \let\ifciteseen\@secondoftwo
+   \usebibmacro{cite:suppresslabelname}%
+   \usebibmacro{cite}}
+  {\multicitedelim}
+  {\usebibmacro{cite:postnote}}
+
 \DeclareCiteCommand{\citeseries}
   {}
   {\usebibmacro{shortseries}}



More information about the tex-live-commits mailing list