Hi,
I really like simplicity of daps (as a beginner writing the first
docbook). Great work!
As a docbook newbie I am wondering where to get nice stylesheets.
What about the daps Quick Start Guide: is this stylesheet available?
Any similar for PDF?
I really would like to get more nice templates for my book. Do such
stylesheets exist freely available?
Thanks,
Wolfram
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The stylesheets (HTML and FOP) used to generate the DAPS documentation are located in the xslt2013 directory (https://svn.code.sf.net/p/daps/svn/trunk/daps/suse/xslt2013/).
By default these stylesheets are using green SUSE images and colors. For DAPS we have a separate resources directory static-daps/ that provides DAPS images and blue colors. You can specify this "static" directory with the --static argument when building html. Currently this only works for HTML, not sure if this is something that can also be used with FO (PDF)... .
BTW: Creating your own "static" directory would also be the easiest way to customise our HTML stylesheets.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I really like simplicity of daps (as a beginner writing the first
docbook). Great work!
As a docbook newbie I am wondering where to get nice stylesheets.
What about the daps Quick Start Guide: is this stylesheet available?
Any similar for PDF?
I really would like to get more nice templates for my book. Do such
stylesheets exist freely available?
Thanks,
Wolfram
Hi,
Thanks! :)
You can find the stylesheets for DAPS at https://svn.code.sf.net/p/daps/svn/trunk/daps/suse.
Regarding your question, I would suggest the following links:
The DocBook project (this project is based on) has all their stylesheets in its SVN repository.
For the The Definitive Guide (TDG), find the stylesheets at https://svn.code.sf.net/p/docbook/code/trunk/defguide/en/stylesheets. They include both HTML and FO/PDF. Check out the filename(s) tdg.xsl for single HTML, chunk.xsl for chunked HTML, and tdgfo.xsl for FO/PDF.
There are other stylesheets for the DocBook Specification, see https://svn.code.sf.net/p/docbook/code/trunk/docbook/spec.
If you need more information about how to write your own stylesheets, I would recommend the following links:
Check out also the DoCookBook Project which gives you some receipes about how and what to change to get a specific effect.
Similar to DoCookBook, look also in Bob Stayton's DocBook XSL: The Complete Guide.
Have fun with DAPS and DocBook. :)
Tom
The stylesheets (HTML and FOP) used to generate the DAPS documentation are located in the xslt2013 directory (https://svn.code.sf.net/p/daps/svn/trunk/daps/suse/xslt2013/).
By default these stylesheets are using green SUSE images and colors. For DAPS we have a separate resources directory static-daps/ that provides DAPS images and blue colors. You can specify this "static" directory with the --static argument when building html. Currently this only works for HTML, not sure if this is something that can also be used with FO (PDF)... .
BTW: Creating your own "static" directory would also be the easiest way to customise our HTML stylesheets.