From 1e8c8fe30f582acbebd8d263d5cd2a81c43506c0 Mon Sep 17 00:00:00 2001 From: David Carlisle Date: Sun, 5 Jan 2025 18:04:09 +0000 Subject: [PATCH] simplify start pattern for rnv --- project-examples/scripts/latex-document17.rnc | 2 +- project-examples/scripts/latex-document17.rng | 30 ++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/project-examples/scripts/latex-document17.rnc b/project-examples/scripts/latex-document17.rnc index a1e38030..c85fca0d 100644 --- a/project-examples/scripts/latex-document17.rnc +++ b/project-examples/scripts/latex-document17.rnc @@ -25,7 +25,7 @@ pdf1rolemap-P = attribute rolemaps-to {"P"} pdf1rolemap-Span = attribute rolemaps-to {"Span"} pdf1rolemap-Note = attribute rolemaps-to {"Note"} -start = Document +start = Document|DocumentFragment|Part|Art|Div|Sect|TOC|Aside|BlockQuote|NonStruct|Private|P|Note|Code|Hn|H|Title|Link|Annot|Form|FENote|Index|L|Table|Figure|Formula|Artifact ## share with pdf1.7 version from here to end diff --git a/project-examples/scripts/latex-document17.rng b/project-examples/scripts/latex-document17.rng index 747bde83..61f9b460 100644 --- a/project-examples/scripts/latex-document17.rng +++ b/project-examples/scripts/latex-document17.rng @@ -21,7 +21,35 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + share with pdf1.7 version from here to end