Re: [docbook-apps] Endnotes in PDF?

2021-12-25 Thread M. Downing Roberts
Works great — thanks again! On Sat, Dec 25, 2021 at 3:59 PM Bob Stayton wrote: > That colon is in the template that starts with this: > > > > between "label.markup" and "title.markup" > > Bob staytonb...@sagehill.net > > On 12/24/2021 6:25 PM, M. Downing Roberts wrote: > > Hi Bob, > > I got you

Re: [docbook-apps] Endnotes in PDF?

2021-12-24 Thread Bob Stayton
That colon is in the template that starts with this: between "label.markup" and "title.markup" Bob Stayton b...@sagehill.net On 12/24/2021 6:25 PM, M. Downing Roberts wrote: Hi Bob, I got your endnotes template working — really helpful! For anybody else who tries this, the element needs a

Re: [docbook-apps] Endnotes in PDF?

2021-12-24 Thread M. Downing Roberts
Hi Bob, I got your endnotes template working — really helpful! For anybody else who tries this, the element needs a role='endnotes' attribute. One question, if you don't mind: at the beginning of the generated list of endnotes for each chapter, the chapter number is separated from the chapter t

Re: [docbook-apps] Endnotes in PDF?

2021-12-21 Thread M. Downing Roberts
Thanks much, Bob. I will try this! I'm learning a lot from your book, too. All best, M. On Wed, Dec 22, 2021 at 7:40 AM Bob Stayton wrote: > Hi, > > I used the same style of endnotes in a book that I wrote with DocBook, so > I have attached the stylesheet module that I wrote to do that. You

Re: [docbook-apps] Endnotes in PDF?

2021-12-21 Thread Bob Stayton
Hi, I used the same style of endnotes in a book that I wrote with DocBook, so I have attached the stylesheet module that I wrote to do that.  You might need to make some adjustments to fit it into your customization layer. Bob Stayton b...@sagehill.net On 12/21/2021 7:02 AM, M. Downing Rober

Re: [docbook-apps] Endnotes in PDF?

2021-12-21 Thread M. Downing Roberts
Hi, Thanks for your message. I think where I'm stuck is the customization layer of the DocBook XSL template. I already use Bookends as a reference manager. The only discussion of endnotes I found (linked in my message) is from Bob Stayton's *DocBook XSL: The Complete Guide*. However, it requires

Re: [docbook-apps] Endnotes in PDF?

2021-12-21 Thread Bernhard Kleine
Am 21.12.2021 um 16:02 schrieb M. Downing Roberts: I'm trying to use DocBook and FOP to generate endnotes at the end of my book. I.e., I'd like the footnote elements to be rendered as endnotes, not footnotes. If possible, I'd like them grouped by chapter (but at the end of the book, not at t

[docbook-apps] Endnotes in PDF?

2021-12-21 Thread M. Downing Roberts
I'm trying to use DocBook and FOP to generate endnotes at the end of my book. I.e., I'd like the footnote elements to be rendered as endnotes, not footnotes. If possible, I'd like them grouped by chapter (but at the end of the book, not at the end of each chapter). I've searched a lot, and only f