var fDesc=new Array();
fDesc[0] = "This module converts LaTeX, AMS-LaTeX, Plain TeX, or AMS-TeX documents to Microsoft Word format. You can choose the following formats for TeX/LaTeX equations: Microsoft Equation 2007, Microsoft Equation 3.x, or MathType. Works with Microsoft Word 97/2000/XP/2003/2007/2010 and Microsoft Windows 2000/XP/2003/Vista/7.
Word-to-LaTeX module. Cross-references, Image-to-PostScript, Normalizer, and other freeware utilities are included. Use Word-to-LaTeX 64-bit if and only if you have Microsoft Word 64-bit installed on your machine.
Features:
- Support for LaTeX, AMS-LaTeX, Plain TeX, and AMS-TeX;
- Support for BibTeX bibliographies;
- Choosing either Microsoft Equation 2007/2010, Microsoft Equation 3.x, or MathType format for converted equations;
- Choosing either LaTeX cross-referencing algorithm or Microsoft Word cross-referencing fields;
- Linking images;
- Support for ANSI, OEM, MAC, Unicode, or UTF-8 encoding in LaTeX files;
- Converting a whole LaTeX document or a selected part;
- Support for batch processing;
- Multi-language interface;
- Microsoft Word 32 and 64-bit compatible.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}