Hope you appreciate the feedback.

I am testing asciidoctor-pdf with the KiCad documentation (very large,
multilanguage docs).

Now it is based on:

 -> asciidoc (for HTML)
  + po4a (for i18n support)
  + docbook + (db)latex (for pdf & epub generation)

So far I've tested and seem to work with all docs I throw at it :-)

 -> asciidoctor (for HTML)
  + po4a (for i18n support [*])
  + asciidoctor-pdf (for pdf)
  + asciidoctor-epub3 (for epub [**])

much more clean and fast too!

[*] in a makefile with a hack learned in this list:
#I18n pdf
$(DOCNAME)-%.pdf: $(DOCNAME)-%.adoc
        cat $(SCRIPTSBASEDIR)/attributes.adoc 
$(SCRIPTSBASEDIR)/cover-image.adoc $(DOCNAME)-$*.adoc | asciidoctor-pdf -a 
lang=$* $(ASCIIDOCTORVAR) - >$(DOCNAME)-$*.pdf

[**] works only if refactoring the docs due to this bug:
https://github.com/asciidoctor/asciidoctor-epub3/issues/47
due to this not tested completely though

Regards,

--


Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------

-- 
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.

Reply via email to