-1

I want to create a user manual in A4 format for my programming tool, much like the example here. Is there any clean, well formatted open-src documentation XSL-FO Stylesheet that I can use as my template? It should have support to include

  • tables
  • code samples
  • images
iceman
  • 4,211
  • 13
  • 65
  • 92

1 Answers1

0

You can try to use DocBook, powerful markup language for technical documentation. For example, Special DocBook features, user-configurable parameters for XSL-FO output.

For using out of the box just apply docbook/fo/docbook.xsl to your valid docbook xml file.

Resu
  • 64
  • 7