[mod] sample

This commit is contained in:
Andy Bunce 2024-03-12 21:25:18 +00:00
parent a59038453a
commit 0659567f36
7 changed files with 30 additions and 10 deletions

View file

@ -13,8 +13,8 @@ import module namespace pdfbox="urn:expkg-zone58:pdfbox:3" at "pdfbox3.xqm";
declare variable $pagenos:pats:=map{
"DL": "^([1-9][0-9]*).*",
"DR": ".*[^0-9]([1-9][0-9]*)$",
"RL": "^([ivxc]+).*",
"RR": ".*[^ivxc]([ivxc]+)$"
"RL": "^([ivxlc]+).*",
"RR": ".*[^ivxlc]([ivxlc]+)$"
};
(: page-reports for all pages :)