Documentation Tools
Changeset 201
- Timestamp:
- 07/08/07 03:10:31 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 5 edited
-
tex/book.tex (modified) (1 diff)
-
tex/common.tex (modified) (3 diffs)
-
tex/docs.tex (modified) (1 diff)
-
tex/entities.tex (added)
-
xsl/texml/common.xsl (modified) (3 diffs)
-
xsl/texml/common/admon.xsl (added)
-
xsl/texml/common/sections.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tex/book.tex
r191 r201 5 5 \input common.tex 6 6 7 \setupsection[section-1][previousnumber=yes,conversion=Romannumerals] 8 \setupsectionblock[section-1][page=yes] -
trunk/tex/common.tex
r198 r201 12 12 % $Id$ 13 13 14 \input entities.tex 15 14 16 \useregime 15 17 [utf] … … 20 22 \setuppagenumbering 21 23 [location=footer] 22 23 % TeXML generates this, which I think it assumes exists from LaTeX24 % I don't know why it dosen't simply write "---" instead.25 \def\textemdash{---}26 24 27 25 % Dotted contents … … 123 121 124 122 123 % admonition things 124 \definefloat[WPIadmonition][WPIadmonitions] 125 \setupfloat[WPIadmonition][location=middle] 126 \setupcaption[WPIadmonition][location=none] 127 125 128 % TODO source custom style after that so the customisations have 126 129 % precidence -
trunk/tex/docs.tex
r190 r201 77 77 78 78 % background-image: url(logo.png); 79 80 81 -
trunk/xsl/texml/common.xsl
r185 r201 20 20 <xsl:include href="common/table.xsl"/> 21 21 <xsl:include href="common/person.xsl"/> 22 <xsl:include href="common/admon.xsl"/> 22 23 23 24 <xsl:template match="title" name="title"> … … 29 30 <!-- TODO don't forget common attributes! --> 30 31 31 <xsl:template match="note"/> <!-- TODO -->32 32 <xsl:template match="abstract"/> <!-- TODO --> 33 33 <xsl:template match="appendix"/> <!-- TODO --> … … 41 41 <xsl:template match="revhistory"/> <!-- TODO --> 42 42 <xsl:template match="releaseinfo"/> <!-- TODO --> 43 <xsl:template match="legalnotice"/> <!-- TODO --> 44 <xsl:template match="titleabbrev"/> <!-- TODO --> 45 <xsl:template match="guilabel"/> <!-- TODO --> 46 <xsl:template match="guimenuitem"/> <!-- TODO --> 47 <xsl:template match="guimenu"/> <!-- TODO --> 48 43 49 44 50 <!-- TODO common attribute: language to {\language[] }--> -
trunk/xsl/texml/common/sections.xsl
r191 r201 80 80 </xsl:template> 81 81 82 <xsl:template match="part"> <!-- TODO --> 83 <xsl:apply-templates/> 82 <xsl:template match="part"> <!-- TODO --> 83 <cmd name="part"> 84 <xsl:apply-templates select="title"/> 85 </cmd> 86 <xsl:apply-templates select="*[name() != 'title']"/> 84 87 </xsl:template> 85 88
Note: See TracChangeset
for help on using the changeset viewer.