Here's the verbose version of the command I am using: a2x --verbose -fpdf -dbook book.txt
a2x: args: ['--verbose', '-fpdf', '-dbook', 'book.txt'] a2x: resource files: [] a2x: resource directories: ['/opt/local/etc/asciidoc/images', '/opt/local/etc/asciidoc/stylesheets'] a2x: executing: "/opt/local/bin/asciidoc" --backend docbook -a "a2x-format=pdf" --doctype book --verbose --out-file "/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml" "/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.txt" asciidoc: reading: /opt/local/etc/asciidoc/asciidoc.conf asciidoc: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.txt asciidoc: reading: /opt/local/etc/asciidoc/docbook45.conf asciidoc: reading: /opt/local/etc/asciidoc/filters/code/code-filter.conf asciidoc: reading: /opt/local/etc/asciidoc/filters/graphviz/graphviz-filter.conf asciidoc: reading: /opt/local/etc/asciidoc/filters/latex/latex-filter.conf asciidoc: reading: /opt/local/etc/asciidoc/filters/music/music-filter.conf asciidoc: reading: /opt/local/etc/asciidoc/filters/source/source-highlight-filter.conf asciidoc: reading: /opt/local/etc/asciidoc/lang-en.conf asciidoc: writing: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/introduction.txt asciidoc: book.txt: line 10: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/introduction.txt asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/introduction.txt asciidoc: book.txt: line 12: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/introduction.txt asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/not-an-all-or-nothing-thing.txt asciidoc: book.txt: line 14: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/not-an-all-or-nothing-thing.txt asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/a-brief-history-of-google.txt asciidoc: book.txt: line 16: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/a-brief-history-of-google.txt asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/a-brief-history-of-google-gmail.txt asciidoc: book.txt: line 18: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/a-brief-history-of-google-gmail.txt asciidoc: include: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/a-list-of-google-products-and-services.txt asciidoc: book.txt: line 20: reading: /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Shared/a-list-of-google-products-and-services.txt a2x: executing: "xmllint" --nonet --noout --valid "/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml" a2x: executing: "dblatex" -t pdf -p "/opt/local/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/opt/local/etc/asciidoc/dblatex/asciidoc-dblatex.sty" -V "/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml" Build the book set list... xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml Build the listings... xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail' /opt/local/Library/Frameworks/Python.framework/Versions/2.7/share/dblatex/xsl/common/mklistings.xsl /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml xsltproc -o book.rtex --xinclude --xincludestyle --catalogs --param current.dir '/Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail' --param listings.xml '/var/folders/yb/2784h03j119f86bwkbgbfzq00000gp/T/tmpzBz0Fl/listings.xml' /private/var/folders/yb/2784h03j119f86bwkbgbfzq00000gp/T/tmpzBz0Fl/custom.xsl /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml XSLT stylesheets DocBook - LaTeX 2e (0.3.10) =================================================== Image 'dblatex' not found Build book.pdf built-in module pdftex registered no support found for ifxetex no support found for fontspec no support found for xltxtra no support found for fontenc no support found for inputenc no support found for fancybox built-in module makeidx registered no support found for asciidoc-dblatex building additional files... checking if compiling is necessary... the output file doesn't exist pdflatex -interaction=batchmode book.tex running post-compilation scripts... [index] the index file /private/var/folders/yb/2784h03j119f86bwkbgbfzq00000gp/T/tmpzBz0Fl/book.idx is empty book.aux MD5 checksum changed book.toc MD5 checksum changed the /private/var/folders/yb/2784h03j119f86bwkbgbfzq00000gp/T/tmpzBz0Fl/book.aux file has changed pdflatex -interaction=batchmode book.tex running post-compilation scripts... [index] the index file /private/var/folders/yb/2784h03j119f86bwkbgbfzq00000gp/T/tmpzBz0Fl/book.idx is empty no new compilation is needed running last-compilation scripts... 'book.pdf' successfully built a2x: deleting /Users/AJTSheppard/Documents/Writing/Book - Goodbye Google/Gmail/book.xml On Wednesday, October 11, 2017 at 5:22:34 AM UTC-5, Shep wrote: > > Here's the command I am using to build my book: > > a2x -fpdf -dbook book.txt > > On Thursday, October 5, 2017 at 8:12:18 AM UTC-5, Lex Trotman wrote: >> >> On 5 October 2017 at 23:01, Shep <[email protected]> wrote: >> > Hi, >> > >> > I have a fragment of text in my source document that strikes through >> the >> > text: >> > >> > [line-through]#Some text# >> > >> > >> > When I build my document as a ePub I get what I expect. When I build as >> PDF >> > the text is unaltered; that is, no strikethrough. >> >> How are you generating the PDF? Its likely that the toolchain you use >> does not have anything defined for the `line-through` role. >> >> Cheers >> Lex >> >> > >> > Any ideas why? >> > >> > -- Best regards, Shep >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "asciidoc" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at https://groups.google.com/group/asciidoc. >> > For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
