Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Removed empty lines at end of files to prevent numbering a blank line in source listings.

Author Dave Jarvis <email>
Date 2014-08-17 09:36:19 GMT-0700
Commit e0d1d0348ea7d3fa81bb5f5c62cbe1bd1dc4b984
Parent c6e7b1f
xml/account.xml
</account>
-
xml/chart.xsl
| Creates a pie wedge path.
|
- | Resources:
| http://www.svgopen.org/2003/papers/CreatingSVGPieChartsThroughWebService
| http://jbkflex.wordpress.com/2011/07/28/creating-a-svg-pie-chart-html5
| Creates a colour for a particular pie wedge.
|
- | Resources:
| http://en.wikipedia.org/wiki/HSL_and_HSV
+-->
<xsl:text>)</xsl:text>
</xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
xml/discuss.xml
</policy>
-
xml/hypothesis.xml
</policy>
-
xml/index.xml
</policies>
-
xml/proposal.xml
</policy>
-
xml/resources.xml
</policy>
-
xml/summary.xml
</policy>
-
xml/support.xml
</policy>
-
xml/tex/ch-source-xml.tex
Use \href{two stylesheets}{http://maplus.xf.cz/xslt/} to pass
parameters:
- \\
+ \blank[medium]
\startXSL
<?transform-stylesheet href="common.xsl"?>
-<?xml-stylesheet type="text/xsl" href="parameters.xsl"?>
- \stopXSL
-
+<?xml-stylesheet type="text/xsl" href="parameters.xsl"?>\stopXSL
+ \blank[small]
The {\tt{parameters.xsl}} file generates an XHTML page with a
script. The script loads the source XML and {\tt{common.xsl}}
xml/tex/graphs/style.dot
graph[
fontname="Archivo Narrow",
- ranksep = "0.75 equally",
+ ranksep="0.75 equally",
];
color="#A1C436",
]
-
xml/tex/manual.pdf
Binary files differ
xml/tex/style/languages.tex
\setupvimtyping[
style=SourceCodeFont,
+ numbering=yes,
+ strip=yes,
+ lines=split,
]
\definevimtyping[XML][
syntax=xml,
- strip=yes,
- lines=split,
- numbering=yes,
]
\definevimtyping[XSL][
syntax=xslt,
- strip=yes,
- lines=split,
- numbering=yes,
]
\definevimtyping[CSS][
syntax=css,
- strip=yes,
- lines=split,
- numbering=yes,
]
Delta 8 lines added, 26 lines removed, 18-line decrease