~karl-schock/ubuntu-desktop-course/ubuntu-desktop-course-german

92 by Torsten Spindler
Fixes and new stylesheet for instructor notes and answers, updated makefile
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
	<xsl:param name="latex.hyperparam">colorlinks,linkcolor=blue</xsl:param>	
4
	<xsl:param name="draft.mode">no</xsl:param>
5
	<xsl:param name="doc.collab.show">0</xsl:param>
6
	<xsl:param name="doc.lot.show">""</xsl:param>
7
	<xsl:param name="imagedata.default.scale">maxwidth=1cm,maxheight=1cm</xsl:param>
93 by Torsten Spindler
Renamed temporary files in Makefile, only generate TOC for book
8
	<xsl:param name="generate.toc">
9
		book toc
10
	</xsl:param>
112.1.5 by Torsten Spindler
Manul pagebreaks in chapter 1 - 3
11
       
92 by Torsten Spindler
Fixes and new stylesheet for instructor notes and answers, updated makefile
12
</xsl:stylesheet>
13