You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($parameters?document-list and @type = ('compilation', 'chapter', 'subchapter', 'section', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
366
+
if ($parameters?document-list and @type = ('compilation', 'chapter', 'chapter-pending', 'subchapter', 'section', 'section-pending', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
@@ -361,7 +364,7 @@ declare function model:apply($config as map(*), $input as node()*) {
361
364
(: No function found for behavior: document-list :)
362
365
$config?apply($config, ./node())
363
366
else
364
-
if ($parameters?document-list and @type = ('compilation', 'chapter', 'subchapter', 'section', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
367
+
if ($parameters?document-list and @type = ('compilation', 'chapter', 'chapter-pending', 'subchapter', 'section', 'section-pending', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
365
368
(: No function found for behavior: document-list :)
366
369
$config?apply($config, ./node())
367
370
else
@@ -482,7 +485,11 @@ declare function model:apply($config as map(*), $input as node()*) {
482
485
(: If it is inside a paragraph then it is inline, otherwise it is block level :)
if ($parameters?document-list and @type = ('compilation', 'chapter', 'subchapter', 'section', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
366
+
if ($parameters?document-list and @type = ('compilation', 'chapter', 'chapter-pending', 'subchapter', 'section', 'section-pending', 'part') andexists(div[@typeandnot(@type = 'online-supplement')])) then
0 commit comments