Hi Pablo, On Thu, Jul 31, 2025 at 6:58 PM Pablo Rodriguez via ntg-context <ntg-context@ntg.nl> wrote: > > On 7/30/25 17:35, Mikael Sundqvist wrote: > > [...] > > As a funny coincidence, I was just looking at block quotes. We are > > making some simple variant of tagging in an example setup (maybe > > others want it differently). What do you think of > > > > \startquotation > > [...] > > \stopquotation > > Hi Mikael, > > fine if also applied to `blockquote` (and other instances from > `\setupdelimitedtext`). > > > giving (only look at the structure) > > > > <delimitedblock ns="1" pdf="BlockQuote"> > > Well, since my sample was PDF/UA-2, I guess you know that `Blockquote` > is deprecated from PDF-2.0. > > > <delimitedcontent ns="1" pdf="Div"> > > <paragraph ns="1" pdf="P"> > > This quote contains two paragraphs. > > </paragraph> > > <break ns="1" pdf="NonStruct"> > > <paragraph ns="1" pdf="P"/> > > </break> > > <paragraph ns="1" pdf="P"> > > You just read the first one, this is the second one. > > </paragraph> > > </delimitedcontent> > > Sorry, but paragraphs that contain text don’t require an empty paragraph > inside a break/NonStruct element (sorry, but I cannot make sense of this). > > Many thanks for your help, > > Pablo
Yes, same for blockquote. And as far as I understand BlockQuote is not in the pdf2 namespace, but in pdf1.7 one. It is still available in ua2, though. The <break> was a bit off indeed. But I think it will stay, for other reasons. Now I get: <delimitedblock title="blockquote" ns="1" pdf="BlockQuote"> <delimitedcontent ns="1" pdf="Div"> <paragraph ns="1" pdf="P"> A little bit of this. </paragraph> <break ns="1" pdf="Artifact"/> <paragraph ns="1" pdf="P"> And a little bit of that. </paragraph> </delimitedcontent> </delimitedblock> /Mikael ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________