/usr/share/perl5/LaTeXML/style/LaTeXML-webpage-xhtml.xsl is in latexml 0.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | <?xml version="1.0" encoding="utf-8"?>
<!--
/=====================================================================\
| LaTeXML-webpage-xhtml.xsl |
| General purpose webpage wrapper for LaTeXML documents in xhtml |
|=====================================================================|
| Part of LaTeXML: |
| Public domain software, produced as part of work done by the |
| United States Government & not subject to copyright in the US. |
|=====================================================================|
| Bruce Miller <bruce.miller@nist.gov> #_# |
| http://dlmf.nist.gov/LaTeXML/ (o o) |
\=========================================================ooo==U==ooo=/
-->
<xsl:stylesheet
version = "1.0"
xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
xmlns:ltx = "http://dlmf.nist.gov/LaTeXML"
xmlns = "http://www.w3.org/1999/xhtml"
xmlns:string= "http://exslt.org/strings"
xmlns:f = "http://dlmf.nist.gov/LaTeXML/functions"
exclude-result-prefixes = "ltx f"
extension-element-prefixes="string f">
<xsl:param name="CSS"></xsl:param>
<!-- ======================================================================
The Page
====================================================================== -->
<xsl:param name="n">0</xsl:param>
<xsl:template name="head">
<xsl:text>
</xsl:text>
<head><xsl:text>
</xsl:text>
<title>
<xsl:value-of select="normalize-space(*/ltx:title)"/>
<xsl:for-each select="//ltx:navigation/ltx:ref[@class='up']"
> in <xsl:value-of select="@title"/></xsl:for-each>
</title>
<xsl:text>
</xsl:text>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<xsl:if test="/*/ltx:navigation/ltx:ref[@class='start']"><xsl:text>
</xsl:text>
<link rel="start" href="{/*/ltx:navigation/ltx:ref[@class='start']/@href}"
title="{normalize-space(.//ltx:navigation/ltx:ref[@class='start']/@title)}"/>
</xsl:if>
<xsl:if test="/*/ltx:navigation/ltx:ref[@class='previous']"><xsl:text>
</xsl:text>
<link rel="prev" href="{/*/ltx:navigation/ltx:ref[@class='previous']/@href}"
title="{normalize-space(.//ltx:navigation/ltx:ref[@class='previous']/@title)}"/>
</xsl:if>
<xsl:if test="/*/ltx:navigation/ltx:ref[@class='next']"><xsl:text>
</xsl:text>
<link rel="next" href="{/*/ltx:navigation/ltx:ref[@class='next']/@href}"
title="{normalize-space(.//ltx:navigation/ltx:ref[@class='next']/@title)}"/>
</xsl:if>
<xsl:if test='$CSS'>
<xsl:for-each select="string:split($CSS,'|')"><xsl:text>
</xsl:text>
<link rel='stylesheet' type="text/css" href="{text()}"/>
</xsl:for-each>
</xsl:if>
<xsl:if test="//ltx:indexphrase"><xsl:text>
</xsl:text>
<meta name="keywords" xml:lang="en-us">
<xsl:attribute name="content">
<xsl:for-each select="//ltx:indexphrase[not(.=preceding::ltx:indexphrase)]">
<xsl:sort select="text()"/>
<xsl:if test="position() > 1">, </xsl:if>
<xsl:value-of select="text()"/>
</xsl:for-each>
</xsl:attribute>
</meta>
</xsl:if>
<!-- Should include ltx:keywords here? But, we don't know how the content is formatted!-->
<xsl:text>
</xsl:text>
</head>
</xsl:template>
<xsl:template name="body">
<xsl:text>
</xsl:text>
<body>
<xsl:call-template name="navbar"/>
<xsl:text>
</xsl:text>
<div class='main'>
<xsl:call-template name="header"/>
<xsl:text>
</xsl:text>
<div class='content'>
<xsl:apply-templates/>
<xsl:text>
</xsl:text>
</div>
<xsl:call-template name="footer"/>
<xsl:text>
</xsl:text>
</div>
<xsl:text>
</xsl:text>
</body>
</xsl:template>
<!-- ======================================================================
Header & Footer
====================================================================== -->
<xsl:template name="navbar">
<xsl:if test="//ltx:navigation/ltx:toclist">
<xsl:text>
</xsl:text>
<div class='navbar'>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='start']"/>
<xsl:apply-templates select="//ltx:navigation/ltx:toclist"/>
<xsl:text>
</xsl:text>
</div>
</xsl:if>
</xsl:template>
<xsl:template name="header">
<xsl:if test="//ltx:navigation/ltx:ref">
<xsl:text>
</xsl:text>
<div class='header'>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='up']"/>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='previous']"/>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='next']"/>
<xsl:text>
</xsl:text>
</div>
</xsl:if>
</xsl:template>
<xsl:template name="footer">
<xsl:if test="//ltx:date[@role='creation' or @role='conversion'][1] | //ltx:navigation/ltx:ref">
<xsl:text>
</xsl:text>
<div class='footer'>
<xsl:value-of select='//ltx:date/node()'/>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='previous']"/>
<xsl:apply-templates select="//ltx:navigation/ltx:ref[@class='next']"/>
<xsl:text>
</xsl:text>
</div>
</xsl:if>
</xsl:template>
<xsl:template match="ltx:navigation"/>
<!-- ======================================================================
Tables of Contents.
====================================================================== -->
<!-- explictly requested TOC -->
<xsl:template match="ltx:TOC[@format='short']">
<xsl:apply-templates mode="short"/>
</xsl:template>
<xsl:template match="ltx:TOC[@format='veryshort']">
<xsl:apply-templates mode="veryshort"/>
</xsl:template>
<xsl:template match="ltx:TOC">
<xsl:choose>
<xsl:when test="@class='appendixtoc'">
<xsl:text>
</xsl:text>
<h6>Appendices</h6>
<xsl:apply-templates/>
</xsl:when>
<xsl:otherwise>
<xsl:text>
</xsl:text>
<h6>Contents</h6>
<xsl:apply-templates/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="ltx:toclist" mode="short">
<xsl:text>
</xsl:text>
<div class="shorttoc"><xsl:text>
♦ </xsl:text><xsl:apply-templates mode="short"/>
</div>
</xsl:template>
<xsl:template match="ltx:toclist" mode="veryshort">
<xsl:text>
</xsl:text>
<div class="veryshorttoc">♦<xsl:apply-templates mode="veryshort"/></div>
</xsl:template>
<xsl:template match="ltx:toclist[@tocindent]">
<xsl:text>
</xsl:text>
<ul class="{concat('toc toclevel',floor((@tocindent+3) div 4))}">
<xsl:apply-templates/>
<xsl:text>
</xsl:text>
</ul>
</xsl:template>
<xsl:template match="ltx:toclist">
<xsl:text>
</xsl:text>
<ul class="toc">
<xsl:apply-templates/>
<xsl:text>
</xsl:text>
</ul>
</xsl:template>
<xsl:template match="ltx:tocentry">
<xsl:text>
</xsl:text>
<li class="{f:classes(.)}"><xsl:call-template name='add_id'/><xsl:apply-templates/></li>
</xsl:template>
<xsl:template match="ltx:tocentry" mode="short">
<xsl:apply-templates/><xsl:text> ♦ </xsl:text>
</xsl:template>
<xsl:template match="ltx:tocentry" mode="veryshort">
<xsl:apply-templates/>♦</xsl:template>
</xsl:stylesheet>
|