You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
659 B
25 lines
659 B
<refentry id="tex.math.file">
|
|
<refmeta>
|
|
<refentrytitle>tex.math.file</refentrytitle>
|
|
<refmiscinfo role="type">string</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>tex.math.file</refname>
|
|
<refpurpose>Name of temporary file for generating images from equations</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='tex.math.file.frag'>
|
|
<xsl:param name="tex.math.file" select="'tex-math-equations.tex'"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>Name of auxiliary file for TeX equations. This file can be
|
|
processed by dvi2bitmap to get bitmap versions of equations for HTML
|
|
output.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|