remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / tex.math.in.alt.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/tex.math.in.alt.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/tex.math.in.alt.xml
deleted file mode 100755 (executable)
index 8bc9e04..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="tex.math.in.alt">\r
-<refmeta>\r
-<refentrytitle>tex.math.in.alt</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo> \r
-<refmiscinfo class="other" otherclass="value">plain</refmiscinfo>\r
-<refmiscinfo class="other" otherclass="value">latex</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>tex.math.in.alt</refname>\r
-<refpurpose>TeX notation used for equations</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="tex.math.in.alt.frag">\r
-<xsl:param name="tex.math.in.alt"></xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If you want type math directly in TeX notation in equations,\r
-this parameter specifies notation used. Currently are supported two\r
-values -- <literal>plain</literal> and <literal>latex</literal>. Empty\r
-value means that you are not using TeX math at all.</para>\r
-\r
-<para>Preferred way for including TeX alternative of math is inside of\r
-<tag>textobject</tag> element. Eg.:</para>\r
-\r
-<programlisting>&lt;inlineequation&gt;\r
-&lt;inlinemediaobject&gt;\r
-&lt;imageobject&gt;\r
-&lt;imagedata fileref="eq1.gif"/&gt;\r
-&lt;/imageobject&gt;\r
-&lt;textobject&gt;&lt;phrase&gt;E=mc squared&lt;/phrase&gt;&lt;/textobject&gt;\r
-&lt;textobject role="tex"&gt;&lt;phrase&gt;E=mc^2&lt;/phrase&gt;&lt;/textobject&gt;\r
-&lt;/inlinemediaobject&gt;\r
-&lt;/inlineequation&gt;</programlisting>\r
-\r
-<para>If you are using <tag>graphic</tag> element, you can\r
-store TeX inside <tag>alt</tag> element:</para>\r
-\r
-<programlisting>&lt;inlineequation&gt;\r
-&lt;alt role="tex"&gt;a^2+b^2=c^2&lt;/alt&gt;\r
-&lt;graphic fileref="a2b2c2.gif"/&gt;  \r
-&lt;/inlineequation&gt;</programlisting>\r
-\r
-<para>If you want use this feature, you should process your FO with\r
-PassiveTeX, which only supports TeX math notation. When calling\r
-stylsheet, don't forget to specify also\r
-passivetex.extensions=1.</para>\r
-\r
-<para>If you want equations in HTML, just process generated file\r
-<filename>tex-math-equations.tex</filename> by TeX or LaTeX. Then run\r
-dvi2bitmap program on result DVI file. You will get images for\r
-equations in your document.</para>\r
-\r
-<warning>\r
-  <para>This feature is useful for print/PDF output only if you\r
-    use the obsolete and now unsupported PassiveTeX XSL-FO\r
-    engine.</para>\r
-</warning>\r
-\r
-</refsection>\r
-\r
-<refsection><info><title>Related Parameters</title></info>\r
-  <para><parameter>tex.math.delims</parameter>,\r
-    <parameter>passivetex.extensions</parameter>,\r
-    <parameter>tex.math.file</parameter></para>\r
-</refsection>\r
-<refsection><info><title>More information</title></info>\r
-  <para>For how-to documentation on embedding TeX equations and\r
-    generating output from them, see\r
-    <link\r
-      role="tcg"\r
-      xlink:href="TexMath.html"\r
-      >DBTeXMath</link>.</para>\r
-</refsection>\r
-</refentry>\r