tex.math.file.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="tex.math.file">
  7. <refmeta>
  8. <refentrytitle>tex.math.file</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>tex.math.file</refname>
  13. <refpurpose>Name of temporary file for generating images from equations</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="tex.math.file.frag">
  17. <xsl:param name="tex.math.file">tex-math-equations.tex</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>Name of auxiliary file for TeX equations. This file can be
  22. processed by dvi2bitmap to get bitmap versions of equations for HTML
  23. output.</para>
  24. </refsection>
  25. <refsection><info><title>Related Parameters</title></info>
  26. <para><parameter>tex.math.in.alt</parameter>,
  27. <parameter>tex.math.delims</parameter>,
  28. </para>
  29. </refsection>
  30. <refsection><info><title>More information</title></info>
  31. <para>For how-to documentation on embedding TeX equations and
  32. generating output from them, see
  33. <link
  34. role="tcg"
  35. xlink:href="TexMath.html"
  36. >DBTeXMath</link>.</para>
  37. </refsection>
  38. </refentry>