On 16 July 2014 09:43, <[email protected]> wrote: > I tried the Python implementation: > > asciidoc -a noheader document.asc > > but it had no effect. > > I tried the Ruby implementation: > > asciidoctor -a noheader document.asc > > it removed the header metadata. The footer information remained. > > This had no effect: > > asciidoctor -a nofooter document.asc > > Thoughts?
There is an open pull request on asciidoc (waiting for me to stop travelling and test it) that allows various footer style, eg :footer-style: none Cheers Lex > > On Tuesday, July 15, 2014 3:32:00 PM UTC-5, [email protected] wrote: >> >> I'm generating a document in HTML format using: >> >> asciidoc -a max-width=55em -a linkcss -a stylesdir=$pwd document.asc >> >> This generates: >> >> John Doc >> <[email protected]> >> version 0.1.0, 26-JUN-2014 14:47 >> >> [content here] >> >> ________________________________ >> Version 0.1.0 >> Last updated 2014-07-15 14:44:09 CDT >> >> Is there a way to suppress this metadata? Can this be done for a PDF >> rendering too? >> >> I've tried: >> >> asciidoc -s -a max-width=55em -a linkcss -a stylesdir=$pwd document.asc >> >> But this removes all of the header information (not useful). > > -- > 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 http://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 http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
