perl -p -i -e 's/\[latin1\]\{inputenc\}/[utf8]{inputenc}/; \
s/\\caption\\end/\\caption{} \\end/; \
s/ / /g; \
- s/\\listoffigures//; \
s/\\chapter\{(Colophon|Dedication)\}/\\chapter*{}/; \
s/\\chapter\{(Foreword|Prefacio|Forord|Introduction|Introducción|Introduksjon)\}/\\chapter*{$$1} \\addcontentsline{toc}{chapter}{$$1}/; \
s/\\section\{(Notes|Notas)\}/\\section*{$$1}/; \
<xsl:param name="double.sided">1</xsl:param>
<xsl:param name="latex.class.options">openright,twoside</xsl:param>
+ <!-- do not list figures -->
+ <xsl:param name="doc.lot.show">example</xsl:param>
+
<!--
Make final page blank, which is required for PDFs inteneded for
extended distribution with LuLu.