diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex index 33f0177ac05..011d44dba7b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex @@ -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 |