Re: asciidoctor-pdf

2024-10-26 Thread Jeffrey Walton
On Sat, Oct 26, 2024 at 2:13 PM Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. > > I run it with this bash script: > > asciidoctor -r asciidoctor-pdf -b pdf \ > -a pdf-theme=binder \ > -a

Re: asciidoctor-pdf

2024-10-26 Thread Jeffrey Walton
On Sat, Oct 26, 2024 at 2:13 PM Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. > > I run it with this bash script: > > asciidoctor -r asciidoctor-pdf -b pdf \ > -a pdf-theme=binder \ > -a

Re: asciidoctor-pdf

2024-10-26 Thread Tom Browder
On Sat, Oct 26, 2024 at 11:05 wrote: > On Sat, Oct 26, 2024 at 10:06:10AM -0500, Tom Browder wrote: > > I am running Debian 11 and trying to run asciidoctor and > > asciidoctor-pdf with no luck so far. > > [...] > > > `block (2 levels) in parse!' > >

Re: asciidoctor-pdf

2024-10-26 Thread tomas
On Sat, Oct 26, 2024 at 10:06:10AM -0500, Tom Browder wrote: > I am running Debian 11 and trying to run asciidoctor and > asciidoctor-pdf with no luck so far. [...] > `block (2 levels) in parse!' > /usr/lib/ruby/vendor_ruby/asciidoctor/cli/options.rb:87:in `encode': > &

asciidoctor-pdf

2024-10-26 Thread Tom Browder
I am running Debian 11 and trying to run asciidoctor and asciidoctor-pdf with no luck so far. I run it with this bash script: asciidoctor -r asciidoctor-pdf -b pdf \ -a pdf-theme=binder \ -a pdf-themesdir=./data/themes \ -a document_name=”Raku Guide” \ -o rakuguide-binder.pdf rakuguide