remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / evergreen_fo_old.xsl
diff --git a/stylesheets/evergreen_docbook_files/evergreen_fo_old.xsl b/stylesheets/evergreen_docbook_files/evergreen_fo_old.xsl
deleted file mode 100755 (executable)
index 519625e..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version='1.0'?>\r
-<xsl:stylesheet  \r
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">\r
-\r
-<xsl:import href="docbook-xsl/fo/docbook.xsl"/>  \r
-\r
-<!-- main pdf stylesheet -->\r
-<!--<xsl:import href="evergreen_titlepage.templates.xsl"/> --><!-- custom title font sizes and layout -->\r
-<!--<xsl:import href="evergreen_titlepage.xsl"/> --> <!-- hide revisions and set section.title.levelx.properties -->\r
-\r
-\r
-<!--<xsl:import href="evergreen_pagesetup.xsl"/> --><!-- custom header/footer -->\r
-<!--<xsl:import href="docbook-xsl/fo/evergreen_inline.xsl"/> --><!-- custom inline styles (italics for giumenu, etc), must be in /fo/ to work -->\r
-<!--<xsl:import href="evergreen_fo_graphics.xsl"/>  --><!-- customized graphics.xsl, scales pdf images to 75% unless scale="x" or scalefit="1" -->\r
-\r
-<xsl:param name="page.margin.inner" select="'0.75in'"/>\r
-<xsl:param name="page.margin.outer" select="'0.75in'"/>\r
-<xsl:param name="page.margin.top" select="'0.2in'"/>\r
-<xsl:param name="keep.relative.image.uris" select="0"/>\r
-<xsl:param name="admon.graphics" select="1"/> <!-- adds image for note, tip, and caution -->\r
-<xsl:param name="admon.textlabel" select="0"/> <!-- removes title of note, tip, and caution -->\r
-<xsl:param name="admon.graphics.path" select="'media/'"/>\r
-<xsl:param name="use.role.for.media.object" select="1"/>\r
-<xsl:param name="ulink.show" select="0"/>\r
-<xsl:param name="fop1.extensions" select="1"/>\r
-<xsl:param name="header.rule" select="0"/> <!-- remove header horizontal rule -->\r
-<xsl:param name="body.start.indent" select="'0pt'"/> <!-- reduce left-indent to provide more content space -->\r
-<xsl:param name="body.font.master" select="'11'"/>\r
-<xsl:param name="glossary.sort" select="1"/> <!-- sort glossterms aphabetically regardless of order in xml docs -->\r
-<xsl:param name="glossterm.separation" select="'0.1in'"/> <!-- vertical space between term and definition paragraph -->\r
-<xsl:param name="hyphenate">false</xsl:param> <!-- hyphenation pattern not installed yet, turn off to avoid output error -->\r
-<xsl:param name="footer.column.widths">8 1 1</xsl:param> <!-- set relative width of footer columns, leaving plenty of room for chapter titles -->\r
-\r
-\r
\r
-  \r
-  <!-- set some footer properties -->\r
-<xsl:attribute-set name="footer.content.properties">\r
-  <xsl:attribute name="font-family">Helvetica</xsl:attribute>\r
-  <xsl:attribute name="font-size">9pt</xsl:attribute>\r
-  <xsl:attribute name="padding-top">5pt</xsl:attribute>\r
-</xsl:attribute-set>\r
-\r
-\r
-<!-- define empty header.content template to override default template from fo/pagesetup.xsl with no header -->\r
-<xsl:template name="header.content">\r
-</xsl:template>\r
-\r
-<!-- keep step text and images together, not split by page breaks -->\r
-  <xsl:attribute-set name="informal.object.properties">\r
-  <xsl:attribute name="keep-together.within-column">always</xsl:attribute>\r
-</xsl:attribute-set>\r
-\r
-<!-- set link color/style in pdf cross references -->\r
-<xsl:attribute-set name="xref.properties">\r
-  <xsl:attribute name="color">#304F14</xsl:attribute>\r
-  <xsl:attribute name="text-decoration">underline</xsl:attribute>  \r
-</xsl:attribute-set>\r
-  \r
\r
-<!-- set link color/style for link tag --> \r
-  <xsl:attribute-set name="link.properties">\r
-    <xsl:attribute name="color">#304F14</xsl:attribute>\r
-    <xsl:attribute name="text-decoration">underline</xsl:attribute>    \r
-  </xsl:attribute-set>\r
-  \r
-<!-- formatting of admonitions - note, caution, tip -->\r
-  <xsl:attribute-set name="graphical.admonition.properties">\r
-    <xsl:attribute name="font-size">10pt</xsl:attribute>   \r
-    <xsl:attribute name="border">0.5pt solid #304F14</xsl:attribute> \r
-    <xsl:attribute name="padding">1pt</xsl:attribute>\r
-  </xsl:attribute-set>\r
-  \r
-  <xsl:attribute-set name="admonition.properties">\r
-    <xsl:attribute name="margin-right">0.1in</xsl:attribute>\r
-    <xsl:attribute name="margin-top">0.1in</xsl:attribute>\r
-    <xsl:attribute name="margin-bottom">0.1in</xsl:attribute>\r
-  </xsl:attribute-set>\r
-  \r
- <!-- format pdf table of contents -->\r
-  <xsl:attribute-set name="toc.line.properties">\r
-    <xsl:attribute name="color">#304F14</xsl:attribute>\r
-    <xsl:attribute name="font-size">10pt</xsl:attribute> \r
-    <xsl:attribute name="font-family">Helvetica</xsl:attribute>\r
-    <xsl:attribute name="text-decoration">underline</xsl:attribute>  \r
-  </xsl:attribute-set>\r
-  \r
-<!-- properties for informal tables, especially to allow breaking across pages -->\r
-  \r
-  <xsl:attribute-set name="informaltable.properties">\r
-    <xsl:attribute name="font-size">10pt</xsl:attribute>    \r
-    <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>\r
-  </xsl:attribute-set>\r
-  \r
-  \r
-\r
-</xsl:stylesheet>\r