LaTeX2RTF
*********

This file documents LaTeX2RTF

   Copyright 1998-2002 Georg Lehner, updates Copyright 1999-2014 by
Wilfried Hennings and Scott Prahl, with contributions by Mikhail
Polianski.

   Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.

   Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided also
that the sections entitled "Copying" and "GNU General Public License"
are included exactly as in the original, and provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

   Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be stated in a
translation approved by the Free Software Foundation.

1 Introduction
**************

LaTeX2RTF format" files.  These files are commonly referred to as RTF
files.  RTF is a published standard format by Microsoft.  This standard
can be ambiguous in places and Microsoft ignores parts of the standard
it finds inconvenient, but RTF is widely used by many WYSIWIG text
editors and is supported by Microsoft Word and most text processors.

   LaTeX2RTF from LaTeX nearly as good as what you would get from using
LaTeX why bother translating?  Consider,

  1. You use LaTeX Nevertheless, you have to share your documents with
     people who don't even know that there are alternatives to MS-...

  2. You know somebody who frequently sends you very fine LaTeX
     Unfortunately, you are "on the other side" and need to import her
     files, steal some part, and then desktop publish it in your fine
     MS-... environment.

  3. You like LaTeX world.  You know someone that wants to include your
     writing in a Word document.

   There are drawbacks to the conversion process.  In fact, don't expect
any LaTeX be converted as you would like, don't expect it to be
converted without errors or warnings, and don't be especially surprised
when it doesn't convert at all.  LaTeX2RTF known to have many bugs and
many missing features.  Paradoxically, this number seems to grow more
and more with each day.  However, we can categorically state that there
are some special cases in which a LaTeX LaTeX2RTF

   LaTeX structure of a document, whilst RTF is meant to be a transport
format for a family of Desktop Publishing Software, dealing mostly with
the design of a text.

   Although the commands and styles in LaTeX standardized than in RTF,
only a small subset of commands has been implemented to date (*note
Unimplemented Features::).

   Some of the capabilities of LaTeX2RTF

   RTF is a moving target, because Microsoft does not stop inventing new
extensions and features; consequently you cannot view newer RTF files
with older word processors.  The syntax and semantics of RTF are
somewhat artistic, i.e., you can generate a syntactically correct RTF
file that cannot be displayed by some/most word processors.  For more
details on RTF the specification consult the links at
<http://latex2rtf.sf.net/>

2 Installation
**************

2.1 General
===========

The documentation of the program is found in the 'doc/' directory in the
file 'latex2rtf.texi' in the GNU TeXInfo format.  For your convenience,
you can find HTML and PDF versions of the manual there as well.
Note: In this manual, the terms "directory" and "folder" are used
interchangeably.

2.2 Obtaining LaTeX2RTF
=======================

LaTeX2RTF including all versions of MS Windows.

   The latest version of LaTeX2RTF SourceForge
(http://sourceforge.net/projects/latex2rtf/) and -- with some delay --
on CTAN sites: e.g., <http://www.dante.de> or <http://www.ctan.org>.

   The DOS package will also run under all MS Windows versions up to
Windows 7, except 64bit systems.  It requires an i386 processor or
better.
It should only be used on older Microsoft systems.
For Win9x, ME, NT, or newer, you should use the win or win-NO-GUI
package.

   The win-NO-GUI package only runs under Win32 (Win9x, ME, NT, 2000,
XP, 2003, Vista, Win7).  From LaTeX2RTF

   The win package is the win-NO-GUI package plus graphical user
interface (GUI) shell (l2rshell) and installer.
It only runs under Win NT, 2000, XP, 2003, Vista, and Win7.
From LaTeX2RTF however the program authors have not (yet) access to a
64bit system and cannot test LaTeX2RTF

   The win64 package (only LaTeX2RTF but with 32bit versions of the
shell utilities so that it also runs on 64bit systems.  From LaTeX2RTF
win64 package, as the win32 package will also run on 64bit systems.

   There are a few people working on LaTeX2RTF contributions,
coordinated by Wilfried Hennings (texconvfaq "at" gmx.de).  See the
SourceForge (http://sourceforge.net/projects/latex2rtf/) project pages
for the latest news.

2.3 UNIX
========

To install,
  1. Edit 'Makefile' for your local configuration.  In particular, pay
     attention to the 'PREFIX' variable.  If you do not have root access
     you might wish to set the makefile variable 'PREFIX' to be your
     home directory.

     On some machines the cc compiler will issue errors.  Therefore the
     default compiler command in the Makefile is 'CC=gcc'.

  2. From version 1.9.13 up, LaTeX2RTF bitmaps using the shell script
     'latex2png', found in 'scripts/'.  'latex2png' requires that LaTeX
     LaTeX2RTF features will be missing.  You can verify that the
     'latex2png' script is working by typing 'make' in the 'scripts/'
     directory.

  3. 'make'

     If this is not your first time installation, you may want to
     preserve your old configuration ('*.cfg') files.  Copy them to a
     safe place before installing.

     On IBM AIX, the IBM make utility does not support some of the
     commands used in Makefile.  In this case use 'gmake' (from GNU)
     instead.

     Sun has decided to support the XPG4 standard on Solaris by an
     alternative set of binaries.  To allow bitmap conversion of
     equations, two things are needed.  First, change the first line of
     latex2png to '#!/usr/xpg4/bin/sh' Second, define the XPG4_GREP
     environment variable accordingly, for bash-like shells
     'XPG4_GREP=/usr/xpg4/bin/grep; export XPG4_GREP' or for tsch-like
     shells 'setenv XPG4_GREP /usr/xpg4/bin/grep'.

  4. 'make install'

     If your 'mkdir' doesn't support the '-p' option, then create the
     necessary directories by hand and remove the option from the
     '$MKDIR' variable.  If you have other problems, just copy
     'latex2rtf' and 'latex2png' to a binary directory, and move the
     contents of the 'cfg/' directory to the location specified by
     '$CFG_INSTALL'.

  5. 'make check'

     [OPTIONAL] This tests LaTeX2RTF a whole lot of warnings, but no
     outright errors.  (On IBM AIX, use 'gmake check'.)  Note that this
     will check the basic functionality of the 'latex2png' script, and
     then that of 'latex2rtf'.

  6. 'make install-info'

     [OPTIONAL] This installs '.info' files for use with the 'info'
     program.

   You no longer need to define the environment variable 'RTFPATH'.
This is only necessary if you move the directory containing the '.cfg'
files.  Just define 'RTFPATH' to be the path for the new location of the
'cfg' directory.

2.4 plain DOS
=============

The UNIX and Mac packages do not contain an executable for DOS or
Windows.  You may compile it yourself (with djgpp or MinGW) or get the
DOS package as file 'latex2rtf-x.x.x_dos.zip' (where x.x.x is the
version number)
or the win-NO-GUI package as file 'latex2rtf-x.x.x_win-NO-GUI.zip' (no
installer, no graphical user interface (GUI))
from SourceForge (http://sourceforge.net/projects/latex2rtf/)

   The DOS package contains a precompiled executable which should run
under plain DOS and also in the command prompt (or "console") of any MS
Windows system including Vista and Windows 7 but not on 64bit systems.

   To install the DOS or win-no-GUI package of LaTeX2RTF from the zip
archive, preserving the folder structure (winzip: check "use folder
names"), preferably to 'C:\l2r', or under Windows, to your "Program
Files" folder (which ever it is named in your system) because then it
will find its cfg files by default.
If you extracted them to another folder (e.g. 'C:\my_files\l2r'), either
edit the file 'L2RPREP.BAT' and change the folder 'C:\l2r' to where you
put them, or specify the path to the cfg folder in the command line.
Avoid blanks in folder and file names!

   Make sure that the folder containing the file 'L2RPREP.BAT' is in
your search path, or put this file into a folder which is in your search
path.
To display the current search path, enter 'PATH' from the command prompt
(with no arguments).

   Under plain DOS, conversion of equations or figures to bitmaps is not
possible because Ghostscript and ImageMagick are not available for plain
DOS.

2.5 MS Windows systems
======================

To install LaTeX2RTF Vista, Win7), download the win package, execute the
'latex2rtf-x.x.x_win.exe' (where x.x.x is the version number) and follow
the instructions.

   Note: The installer and GUI shell do not support Win9x and WinMe
since LaTeX2RTF If you have one of these systems, you should use the
win-NO-GUI package (1.9.19 and up) of LaTeX2RTF

   To start the program double-click the LaTeX2RTF or drag and drop a
'.tex' file onto the icon.

   If your LaTeX or you want to use the option to convert equations to
bitmaps, you must have LaTeX, ImageMagick and Ghostscript installed.
These programs are freely available for download at
<http://www.miktex.org/>, <http://www.imagemagick.org> and
<http://www.ghostscript.com>

   The following versions were available at the time of writing and
tested with LaTeX2RTF - MikTeX 2.9
- Ghostscript 9.10 or 9.15
- ImageMagick-6.8.9-8-Q16-x86-dll.exe

   If MikTeX, ImageMagick and Ghostscript are installed, the paths to
their executables are detected automatically.  If for any reason this
doesn't happen, these paths can be specified manually in the
"Environment" tab of the LaTeX2RTF

   If you need to start LaTeX2RTF or another Windows application, you
need to add the folder containing the latex2png script and the helper
programs to the search path.
Some applications (e.g. Lyx) allow to temporarily add the path by
specifying it in the options.
If this is not possible, you can add the latex2rtf folder to Windows'
default path like follows:

   To add a folder - e.g. C:\Program Files\latex2rtf - to the search
path:
   * Note that the folder name "Program Files" contains a blank.  This
     would lead to some problems as some parts of the latex2rtf program
     package interpret the blank as a parameter delimiter.  Therefore in
     the following example the folder name "Program Files" is replaced
     by its DOS equivalent "PROGRA~1" which has the additional effect
     that this is similar for several if not all European languages.
   * Win95, Win98, WinME
        * Open the file 'C:\AUTOEXEC.BAT' either with Edit (DOS) or with
          Notepad (Windows).
        * At the end of that file, add the line
          'PATH=C:\PROGRA~1\latex2rtf;%PATH%'
        * Save the file to its original location.  Shutdown and reboot
          the PC.
   * WinNT, Win2000, WinXP, Vista, Win7
        * Right-click "My Computer" (German: "Arbeitsplatz"), then
          select "Properties";
        * NT: Click the "Environment" tab;
          XP and up: Click the "Advanced" tab, then the "Environment
          variables" button;
        * Find the line beginning with 'PATH=' and insert the string
          'C:\PROGRA~1\latex2rtf;'
          so that the complete line looks like
          'PATH=C:\PROGRA~1\latex2rtf;C:\WINDOWS;...'
        * Click "OK"

   If you do NOT use the GUI (l2rshell.exe), either the folders where
TeX, ImageMagick and Ghostscript are installed must also be in your
search path, or you must edit the file 'L2RPREP.BAT', ensure that the
pathes in this file point to the folders where TeX, ImageMagick and
Ghostscript are installed on your machine, and call 'l2rprep' before
calling 'latex2rt'.
Or you edit 'l2r.bat' and call 'l2r' instead of calling 'latex2rt'.

   If you DO use the GUI (l2rshell.exe), the TeX, ImageMagick and
Ghostscript folders are automatically added to the search path by the
GUI.

   When equations are to be converted to bitmaps, for each equation
LaTeX2RTF of only the equation to be converted.  It then sends the call
for '"bash latex2png l2r_nnnn.tex"' to the operating system.
In previous versions of latex2rtf, some users got the message "Out of
environment space" (can occur only under Windows 95, Windows 98 or
Windows ME); this should be solved now by using bash.exe instead of
command.com.

2.6 Macintosh
=============

If you want a MacOS X version, make sure that you have installed the
developer tools CD that is appropriate for your OS version, and then
follow the directions above for a UNIX installation.  Alternatively you
can install using fink <http://www.finkproject.org/> and
<http://sourceforge.net/projects/fink/>.

   As of 2006-01-30 there was a GUI shell for Macintosh at
<http://www.inf.ethz.ch/personal/fischerk/LaTeX2rtf/index.html>
but now (Nov.  2013) this is not available anymore.

   There is a PPC port of an old version 1.9k for Classic MacOS
LaTeX2RTF To convert a LaTeX translation is best if there are '.aux' and
'.bbl' files in the same folder as the '.tex' file to be converted.
These should be generated using LaTeX 'bibtex'.

2.7 Problems Compiling
======================

The code for LaTeX2RTF are
   * Not correctly defining your compiler in the Makefile.  The default
     is to use 'gcc'.

   * Encountering errors because the compiler options.  During
     development all compiler warnings are turned on.  However,
     different compilers have different interpretations of '-Wall' and
     may generate errors that were not found in a different development
     system.  Please report these, but a quick fix is to remove all
     compiler options.

2.8 Problems with 'make check'
==============================

All the files in the 'test' directory are converted (with varying
degrees of success) using LaTeX2RTF all released tarballs.  There will
be many warning messages, but there should be no actual error messages.
If you do not have a working latex2png script, then some of the files
will fail to be translated.

3 Using LaTeX2RTF
*****************

3.1 General Assumptions
=======================

LaTeX2RTF LaTeX proverbial snowball's if the '.tex' file doesn't 'latex'
properly.  Use LaTeX LaTeX2RTF which are generated by running 'latex' on
the '.tex' file

   To correctly convert font names you must edit the 'fonts.cfg'
configuration file.  This file is used to specify the needed font names
and how the LaTeX should be converted to RTF (*note Font
Configuration::).  LaTeX defined commands are not evaluated.  They will
be simply ignored.  To let LaTeX2RTF names of variables you can add them
in the 'ignore.cfg' file (*note Ignore Command::).

   The environment variable RTFPATH may contain a search path for the
support files (all files ending in '.cfg').  If no file is found during
the search in the search-path or if the environment variable is not set,
the compiled-in default for the configuration-file directory is used.
If the files are not found at all the program aborts.

   In the DOS and Windows versions the search path is separated by ';'
in the Unix version by ':'.  For the paths themselves apply '\' and '/'.
A separator may appear at the beginning or ending of RTFPATH.

   Make sure that the configuration files are in the correct directory
(or folder).  LaTeX2RTF least 'fonts.cfg', 'direct.cfg', 'ignore.cfg',
'english.cfg'.  You may have to change one ore more of them to suit your
needs (*note Configuration::).

   *Note Missing options::, for actual implementations irregularities.

   *Note Reporting Bugs::, for information on how to reach the
maintainer.

The LaTeX2RTF much of the formatting information is translated to RTF
making the new file look similar to the original.  The command line
syntax is:

     latex2rtf [-options] inputfile[.tex]

   for the DOS and Windows versions:

     latex2rt [-options] inputfile[.tex]

   The options set in the Windows GUI (l2rshell.exe) are inserted as
command line options when clicking RUN.

   The '-options' may consist of one or more of the following

'-a auxfile'
     specify an '.aux' file (for table and figure references) that
     differs from 'inputfile.aux'.  If this is omitted, the name of the
     inputfile with the suffix replaced '.aux''will be taken.  You must
     provide both files ('.tex' and the '.aux') to be able to convert
     cross-references in a LaTeX by running the 'inputfile.tex' through
     'latex'.

'-b bblfile'
     Unless an 'bblfile' is specified with the '-b' option, LaTeX2RTF
     'inputfile.bbl'.  The 'bblfile' file is used for citations and is
     typically created by running 'inputfile.aux' through 'bibtex'.

'-C codepage'
     used to specify the character set (code page) used in the LaTeX
     important when non-ansi characters are included in the LaTeX is
     done in a LaTeX2e and in this case you need not specify the -C
     codepage option.  If NO '\usepackage[codepage]{inputenc}' is in the
     LaTeX2e inform the converter about the codepage by the -C codepage
     option.  You may select any of the following code pages: ansinew,
     applemac, cp437, cp437de, cp850, cp852, cp865, decmulti, cp1250,
     cp1252, latin1, latin2, latin3, latin4, latin5, latin9, next.  The
     default behavior is to use ansinew (code page 1252).  Cyrillic
     support includes conversion of koi8-r, koi8-u, cp1251, cp855,
     cp866, maccyr, and macukr encodings.

'-d debug_level'
     The '-d' option determines the amount of debugging information to
     send to stderr while translating.  debug_level=0 means only Errors,
     '1' Warning Messages (default) also.  The debug_level can go as
     high as '7' for insane amounts of debugging fun.  Warnings and
     error messages are output to stderr and by default listed in the
     console window.  They can be redirected to a file "latex2rtf.log"
     by appending '2>latex2rtf.log' to the command line.

'-D dots_per_inch'
     used to specify the number of dots per inch for equations converted
     to bitmaps.  This value is also used when picture environments are
     converted to bitmaps as well as when EPS graphics are converted to
     png files.  The default value is 300 dots per inch.

'-E#'
     selects whether figures are included in the rtf (default) or
     created as external files with the filenames inserted in the rtf
     text.

     The options -E4, -E8 and -E12 are experimental and may not work as
     expected.

     '-E0'
          Do not include any figures in RTF.
     '-E1'
          Include figures that need no conversion.
     '-E2'
          Include figures that need conversion.
     '-E3'
          Include all figures (default).
     '-E4'
          Insert filenames for figures that do not need conversion.
     '-E8'
          Insert filenames for figures that need conversion.
     '-E12'
          Insert filenames for all figures.
     With options -E8 and -E12, pdf and ps graphics as well as tikz
     graphics are converted to eps and the eps filenames inserted in the
     document text.  With -E4 and -E12, bitmap files are inserted in
     their original format.  After opening the rtf in a textprocessing
     or dtp program, a macro can search for the inserted filenames and
     insert the files in their places.  Further info is in the
     description of the -M option.

'-f#'
     where # selects which fields to use during conversion:
     '-f0'
          do not use fields in RTF. This is handy when primitive RTF
          editors are being used to view the RTF output.
     '-f1'
          use fields for equations but not '\ref' and '\cite'.
     '-f2'
          use fields for '\ref' and '\cite' but not equations.  This
          will be useful for versions of OpenOffice that import
          cross-references properly (as of Sept 2003 in a soon-to-be
          released version) but do not properly handle fields in
          equations.
     '-f3'
          use fields when possible.  This is the default and is most
          useful when the RTF file is being exported to be used in Word.
          This retains the most information from the original LaTeX

'-F'
     use LaTeX to create bitmaps for all figures.  This may help when
     figures are not translated properly with the default settings.
     This typically requires a functional version of ImageMagick on your
     machine to work properly.

'-h'
     a short usage description

'-i language'
     used to set the idiom or language used by the LaTeX specified in a
     LaTeX2e 'language' is one of the languages supported by the 'babel'
     package.  All languages listed in the babel system are supported so
     far as translations for "Chapter," "References," and the like.
     Furthermore, some commands found in the style files for german,
     french, russian, and czech style are supported (*note Language
     Configuration::).

'-l'
     same as '-i latin1' (Note that the default behavior is to use
     'ansinew' which is a superset of 'latin1').  Included for backwards
     compatibility.

'-M#'
     where # selects the type of equation conversion.  Use
     '-M1'
          convert displayed equations to RTF
     '-M2'
          convert inline equations to RTF
     '-M4'
          convert displayed equations to bitmap
     '-M8'
          convert inline equations to bitmap
     '-M16'
          insert Word comment field that contains the raw LaTeX equation
     '-M32'
          insert the raw latex equation in the RTF text delimited by '$
          ... $' for inline equations and by '\[ ... \]' for displayed
          equations.
          This is useful when using version 6 of the MathType equation
          editor, which converts typed or pasted TeX code into a
          MathType equation.
          Probably this could also be useful for use in OpenOffice, as
          OO has an equation syntax which partially resembles TeX
          syntax.
     '-M64'
          convert displayed equations to EPS files and insert filenames
          in RTF text.
     '-M128'
          convert inline equations to EPS files and insert filenames in
          RTF text.
     These switches can be combined to get different effects.  Handy
     examples are
     '-M3'
          convert both inline and displayed equations to RTF (default)
     '-M6'
          convert inline equations to RTF and displayed equations to
          bitmaps
     '-M12'
          convert both inline and displayed equations to bitmaps
     '-M192'
          convert both inline and displayed equations to EPS and insert
          filenames in RTF text
     Conversion to bitmaps or eps requires that you have installed a
     working latex2png script.  Producing bitmaps is slow.
     When running the DOS version, conversion to bitmaps works for the
     first 26 equations but fails for the rest with the message
     "latex2png: pipe error: Too many open files (EMFILE)".
     This is probably a bug in the djgpp 2.04 compiler.
     The Windows version, compiled with MinGW, successfully converts at
     least 500 equations to bitmaps.
     When -M64, -M128 or both are specified, equations are converted to
     individual eps files, the filenames of which are literally inserted
     in the rtf file, delimited by [###...###].  After loading the rtf
     file in a text processing program, a macro can be run which
     searches for "[###" and "###]", extracts the filename, and inserts
     the eps in that place.  The Windows installer package contains the
     code of such a macro for Word2010 in the file
     "WordMacro_InsertEPSfromNames.txt" in subfolder "scripts".  (This
     macro may also run on other versions of Word but it was only tested
     on Word2010.)  In Word, the inserted eps graphics display in bad
     quality on the screen and on non-postscript printers but can be
     printed in high quality on postscript and pdf printers.

'-o outputfile'
     Unless an 'outputfile' is specified with the '-o' option, the
     resulting RTF filename is formed by removing '.tex' from the
     'inputfile' and appending '.rtf'.

'-p'
     Escape parentheses in mathematical formulas.  This has no effect
     unless EQ fields are being generated.  When this option is used,
     then a '(' or ')' that appears in an EQ field will be preceeded by
     a backslash.  Despite documentation to the contrary (which says
     that all parentheses should be escaped), adding escapes usually
     produces a worse result than doing nothing.  If Word displays some
     formulas with parentheses as "Error!", you might try this option as
     a last resort.  See also the -S option.

     This is an option because it will break typesetting equations with
     non-matching parentheses (because an unmatched unquoted parenthesis
     would terminate the field).

'-P /path/to/cfg'
     used to specify the folder (i.e.  directory) that contains the
     '.cfg' files and/or the folder that contains the latex2png script.
     Unix, Mac: The folder that contains the latex2png script must be
     prepended by a ":".
     DOS, Windows: The scripts folder is not used, the scripts are
     always taken from the search path, therefore the folder containing
     the scripts and the helper programs must be the first in the search
     path.  You can either add it to the search path permanently or add
     it temporarily by calling l2rprep.bat before starting conversions.
     If any of the folder names contains a blank, the folder string must
     be enclosed in single (Unix, Mac) or double (DOS, Windows) quotes.
     Examples:
     (Unix:) 'latex2rtf -P ./cfg/:./scripts/ foo'
     (DOS/Windows:) 'latex2rt -P "C:\Program Files\latex2rtf\cfg" foo'
     Note that without specifying the -P option, LaTeX2RTF in the
     following locations:
     1.  the folder specified by the environment variable 'RTFPATH', if
     this variable exists;
     2.  The folder '%PROGRAMFILES%\latex2rtf\cfg', if the variable
     'PROGRAMFILES' exists - this is the folder in which LaTeX2RTF by
     the Windows GUI installer with default settings;
     3.  the folder specified at compilation time by the variable
     'CFGDIR'.  This is set in the Makefile.  The DOS version is
     compiled with 'CFGDIR=C:/l2r', the Windows version with
     'CFGDIR=C:/PROGRA~1/latex2rtf'.

'-se#'
     selects the scale for equation conversion, where # is the scale
     factor (default 1.00).

'-sf#'
     selects the scale for figure conversion, where # is the scale
     factor (default 1.00).

'-t#'
     where # selects the type of table conversion.  Use
     '-t1'
          convert tables to RTF (default)
     '-t2'
          convert tables to bitmaps

'-v or -V'
     prints version information on standard output and exits.

'-S'
     used to specify that semicolons should be used to separate
     arguments in RTF fields (instead of commas).  Typically this is
     needed when the machine that opens the RTF file has a version of
     Windows that uses ',' for decimal points.

'-T /path/to/tmp'
     used to specify the folder where to put temporary files.  The path
     can be absolute, e.g. '/path/to/tmp' or relative to the folder
     where the .tex input file is in, e.g. 'tmp' or './tmp'.
     If you call LaTeX2RTF when called as export filter by LyX), make
     sure that the tmp folder exists.  Only the LaTeX2RTF the command
     line program doesn't.

'-W'
     includes warnings directly in the RTF file

'-Z#'
     add the specified number of extra '}' to the end of the RTF file.
     This is useful for files that are not cleanly converted by
     LaTeX2RTF

   With no arguments other than switches starting with a "-", LaTeX2RTF
to 'stdout'.  In addition, diagnostic messages are sent to 'stderr'.  If
these standard channels are not redirected using '<' and '>', then the
input is read from the command line, and both output and error messages
are printed on the screen.  To redirect warnings and error messages to a
file "latex2rtf.log", append '2>latex2rtf.log' to the command line.

   If a non-switch argument is present, LaTeX2RTF the input file.  The
file must have extension ".tex" but the extension is optional.  The
output file is constructed from the input file name by removing the
extension ".tex" and adding ".rtf".

3.3 Debugging
=============

With the '-d' option you can specify how much processing information
LaTeX2RTF If there is a logfile specified the output goes to this file.
Nonetheless Warnings and Errors are logged to stderr always.  They can
be redirected to a file "latex2rtf.log" by appending '2>latex2rtf.log'
to the command line.

   Possible values of '-d' are
  0. only errors.
  1. Translation Warnings (default).
  2. shows preparsing of sections
  3. Reasonably high level debugging messages
  4. Show all function calls
  5. Show each character as it is processed
  6. Show processing of characters as they are output as well

4 Features
**********

In this chapter you find what styles is LaTeX2RTF correctly to RTF.

4.1 LaTeX2e
===========

LaTeX2RTF the old 2.09 version of '\documentstyle[options]{format#}' and
the newer '\documentclass[options]{format}'.

4.2 Unicode Support
===================

As of version 1.9.17 and up, LaTeX2RTF that use unicode sequences are
just emitted directly into the RTF file.
Symbols and odd characters in math sequences may also be converted to a
unicode sequence.  Some of them need the STIXGeneral fonts (see *note
Math and Special Symbols::) to be installed on the system where the rtf
file is to be displayed or printed.

   Support for unicode encoded input is activated by the LaTeX
'\usepackage[utf8]{inputenc}'
or
'\usepackage[utf8x]{inputenc}'.

4.3 Input Encoding
==================

It is not necesary to specify the '-C' option if you use
'\usepackage{isolatin1}' or '\documentstyle[isolatin1]{...}'.  LaTeX2RTF
packages/style options and switches to processing of ISO-Latin1 codes.
The following encodings are supported: ansinew, applemac, cp437,
cp437de, cp850, cp852, cp865, decmulti, cp1250, cp1252, latin1, latin2,
latin3, latin4, latin5, latin9, next, koi8-r, koi8-u, cp1251, cp855,
cp866, maccyr, macukr, utf8, and utf8x.  The encoding used in RTF files
is cp1252.  If cyrillic fonts are present, then these are represented in
the RTF file using cp1251 (Windows Cyrillic).

4.4 Language Support
====================

The following languages from the Babel package are supported: afrikaans,
german, nynorsk, spanish, bahasa, dutch, icelandic, polish, swedish,
basque, english, portuges, turkish, brazil, esperanto, irish, romanian,
usorbian, breton, estonian, italian, samin, welsh, catalan, finnish,
latin, scottish, croatian, lsorbian, serbian, czech, french, magyar,
slovak, danish, galician, norsk, slovene.

   The only thing that these files do is to translate various words
usually emitted by LaTeX LaTeX2RTF the converted document.

   You can select any of the above languages using the '-l' option.
This is not needed if your LaTeX

   Encountering the 'german' package or babel option (by H. Partl of the
Vienna University) makes LaTeX2RTF Umlauts by '"a', etc...  This support
is programmed directly into LaTeX2RTF patching the source code.

   There is similar support for 'french' packages.

   There is reasonable support for english, latin1, latin2, and cyrillic
languages.

   *Note Language Configuration::, for details on how to write a
'language.cfg' file for your language by yourself.

4.5 Cross References
====================

Cross references include everything that you might expect and then some:
bibliographic citations, equation references, table references, figure
references, and section references.  Section, equation, table and figure
references are implemented by placing RTF bookmarks around the equation
number (or table number or figure number).

   Page references work but are implemented as "warm" cross-references.
This means that Word does not automatically update the page references
when the file is opened.  To update the page references you must select
the entire document (in Word) and press 'F9'.

   Bibliographic references currently require that a valid '.aux' file
be present.  This is where LaTeX2RTF nice if LaTeX2RTF no '.aux' file,
but LaTeX2RTF

   LaTeX2RTF Usually the style file for a particular BibTeX any special
LaTeX 'file.bbl' can be processed by LaTeX2RTF consequence, LaTeX2RTF
problem.

   There are several latex style packages that add additional latex
commands to enhance bibliographic formatting.  LaTeX2RTF apacite,
apalike, authordate, harvard, natbib (also with apanat1b).  These
packages have many, many options and you may encounter problems with
formatting in special cases.

   As of LaTeX2RTF

   Footnotes are implemented and appear at the bottom of each page.

   Indexing is reasonably-well supported.  The simple mark-up of
'makeindex'
     \index{topic!subtopic@\textit{subtopic}}
   is supported.  The rest of the fancy indexing stuff is not
implemented.  The index is created at the location of the '\printindex'
command.  When a file with an index is first opened in Word, you must
select the entire file and update the page references and fields by
pressing 'F9'.

   Currently, there is no support for '\labels' of '\item's in enumerate
environments.

   The conversion of cross-references is not perfect because of the
different mechanisms in the LaTeX multiple '\label' in a figure, table,
or section environment then only the first gets processed.  It is also
possible to confuse the LaTeX2RTF

4.6 Page Formatting
===================

LaTeX2RTF \doublespacing (as implemented in the setspace package), and
the margin setting options provided by the geometry package including
commands in the ratio, centering and margin families.  Not all geometry
options are implemented yet, in part because there are no corresponding
rtf commands for many of them.

4.7 Equations
=============

There are six separate levels of equation translation based on the -M
switch, see *note LaTeX2RTF Options::.  Each equation is converted
either to an EQ field or to a bitmap or inserted as raw TeX code in the
document or converted to an eps file with the eps file name inserted in
the document text delimited by [###...###].

   This is an interim solution (for some definition of "interim").
Ideally the equations would become OLE equation objects in the RTF file,
but this needs to be implemented.

   Some functions in the EQ fields have two or more parameters with a
separator between each two.  Unfortunately, the interpretation of these
separators depends on the country specific settings in the MS Windows
system in which the rtf file is opened.  e.g. in English versions of MS
Windows, the default parameter separator is the comma, in German
versions the default is the semicolon.  If the parameter in the RTF file
does not match the Windows setting, some EQ fields are not interpreted
correctly.  You can check and set the separator in [Windows control
panel - country settings - numbers - list separator].  By default,
LaTeX2RTF the comma as separator.  If LaTeX2RTF the semicolon is
inserted as parameter delimiter.

   Theoretically, according to the Word help file, parentheses '(' or
')' in mathematical formulas should be escaped (by a preceding
backslash).  Despite this, adding escapes usually produces a worse
result than doing nothing.  If Word displays some formulas with
parentheses as "Error!", you might try the -p option as a last resort.

   It is also possible to convert an EQ field generated by LaTeX2RTF
Equation Editor object by opening the rtf file in Word and
double-clicking on the equation.  However there are bugs in the
interface between Word and Equation Editor which prevent symbols in font
Symbol or MTExtra to be converted correctly.  The full commercial
version of the Equation Editor, called MathType, handles this conversion
correctly.

   If you have MathType version 6 or later, an even better way to
convert LaTeX MathType is letting LaTeX2RTF rtf file (option -M32), then
open the rtf file in Word, select the LaTeX an equation, cut it to the
clipboard, open MathType, and paste the code.  MathType will convert the
code into an equation.  Wilfried tried to automate this in a Word macro,
but this fails because the macro does not wait until MathType is started
and ready to receive the pasted code.  Maybe the MathType authors will
give us a hint or provide such a macro.

   MathType can be downloaded from <http://www.dessci.com/> (30 day test
version).

4.8 Math and Special Symbols
============================

The way that symbols are converted in the RTF is based on the following
observations.  If the symbol is found in the latin 1 character set, then
the current font is used, else the unicode code is inserted in the rtf
code.  (Implemented since version 2.1.0)

   The means that on the system where the '.rtf' file is opened, a
unicode font should be available or these glyphs will not be displayed
correctly.  As only the STIX fonts contain all needed characters, these
fonts should be installed on the system where the rtf file is to be
displayed or printed.

   Many mathematical and special symbols are directly supported by
LaTeX2RTF Less common symbols (not found in the standard font) are
supported by the conversion table in the file 'direct.cfg', see *note
Direct Conversion::.

   Required fonts are:

   * "Times" / "Times New Roman" or "Helvetica" / "Arial", preferably
     with Unicode extension (i.e.  supporting all European languages
     including Cyrillic, Greek, and Hebrew).  "Times" or "Times New
     Roman" and "Helvetica" or "Arial" are standard on all systems, but
     not their Unicode extension.

   * "STIXGeneral" (4 fonts in plain, italic, bold, bold-italic).  These
     fonts are available from
     <http://sourceforge.net/projects/stixfonts/>.

     Note that while Office 2003 on Vista works correctly with the Open
     Type version, it does not on Windows XP (Word 2003 assigns no
     character spacing, and Publisher doesn't display the character at
     all).  On Windows XP, Office 2003 only displays the symbols
     correctly with the TrueType (ttf) version of the fonts.  But
     stixfonts.org only supplies the Open Type (otf) version.  TrueType
     versions of the fonts can be downloaded from
     <http://sites.google.com/site/olegueret/stixfonts-ttf>.

4.9 Tables
==========

Conversion of tabular and tabbing environments is somewhat lame.  The
main difficulty is that LaTeX a table automatically.  There is no such
feature in RTF. Consequently, the conversion defaults to making all the
columns have equal size.  This is suboptimal and should be revised.

   Another way is to use the option -t2 to make latex render them as
bitmaps and insert the bitmaps into the RTF file.  This feature was
added in version 1.9.19.

4.10 Graphics
=============

There is now rudimentary support for '\includegraphics'.  Three file
types will be inserted into the RTF file without needing conversion:
'.pict', '.jpeg', and '.png' files.  EPS and PDF files are converted to
PNG using 'convert' from the ImageMagick package.  Some options are even
handled properly.

4.11 Pagestyles
===============

If there is no '\pagestyle' command, the RTF output is generated as with
plain pagestyle, i.e.  each page has its page number centered at the
bottom.

   You must turn this off with the \pagestyle{empty} command in the
LaTeX The headings and myheadings styles are silently ignored by now.
The twosided option to the \documentstyle or \documentclass produces the
corresponding RTF tokens.  Note that these features require RTF Version
1.4.

4.12 Hyperlatex
===============

Hyperlatex support is largely broken at the moment, but continues to
improve.

   Otfried Schwarzkopf has created the "Hyperlatex Markup Language"
which is a "little package that allows you to use LaTeX It brings an
Emacs lisp program with it to convert the Hyperlatex file to HTML.
Hyperlatex can be obtained from the CTAN-sites, see *note Obtaining
LaTeX2RTF::.  There are two convenient commands that avoid typing: \link
and \xlink that generate an "internal" label which then is used in the
following \Ref and \Pageref commands.

   LaTeX 'anchor ltx'.  LaTeX2RTF parameter is thrown away right now,
see *note LaTeX2RTF under Development::.

   Note that you have to update your '.cfg' files if you are upgrading,
since there are a lot of HTML oriented commands in Hyperlatex that we
simply can 'ignore'.

4.13 APA Support
================

Some APA citation styles are supported, see *note Citation Commands::

   Support for APA text formatting is only rudimentary at the moment
(headings without numbering).  If you want to format a document
according to APA, rename cfg/style.cfg to style_sav.cfg and rename
cfg/styleAPA.cfg to style.cfg before starting LaTeX2RTF

5 Configuration
***************

5.1 Input processing
====================

On processing input LaTeX2RTF characters.  If it encounters one of the
standard commands it is converted internally.  If a command is not known
to LaTeX2RTF looked up in 'direct.cfg' and the RTF code specified there
is output.  If not found there it is looked up in the section
'ignore.cfg'.  This file includes a lot of LaTeX not affect the output
(cross reference information and the like), or that we are not able or
willing to convert to RTF.

   You can use 'ignore.cfg' if you get tired of seeing
     WARNING: command: `foo' not found - ignored

and you don't need 'foo' in your RTF document.  It would be nice to send
your additions to the LaTeX2RTF distributions.

   LaTeX2RTF and \r).  The files it creates get the line ending for the
platform on which LaTeX2RTF

   The LaTeX sets.  If the LaTeX definition, then you may need to use
the command line switch to manually select the proper code page (*note
Input Encoding::).

5.2 Conditional Parsing
=======================

Starting with LaTeX2RTF should be processed by LaTeX standard '\if'
facility of TeX.  If you include the following line in the preamble of
your document (i.e., before '\begin{document}')

     \newif\iflatextortf

   Then you will create a new '\iflatextortf' command in LaTeX TeX sets
the value of this to 'false' by default.  Now, LaTeX2RTF this is always
the case, LaTeX2RTF This means that you can control how different
applications process your document by

     \iflatextortf
     This code is processed only by latex2rtf
     \else
     This code is processed only by latex
     \fi

   Note that '\iflatextortf' will only work within a section; you cannot
use this command to conditionally parse code that crosses section
boundaries.  Also, it will only work on complete table or figure
environments.  Due to the mechanism used by LaTeX2RTF environments, at
this time the only way to conditionally parse tables and figures is to
include two complete versions of the environment in question, nested
within an appropriate '\iflatex2rtf' structure.

   LaTeX2RTF but expose them to LaTeX2RTF code was horribly broken, and
it was removed.  The same functionality is readily achieved using the
'\iflatextortf' mechanism.  For example, the old method allowed

     %latex2rtf: This line will only appear in the latex2rtf output,
   To get the same behavior, define '\iflatextortf' and use

     \iflatextortf
     This code is processed only by latex2rtf
     \fi

5.3 Output Formatting
=====================

On writing output, LaTeX2RTF ('\n' on Unix, '\r\n' on DOS or Windows),
depending on which system LaTeX2RTF As both should be legal to any RTF
Reader the resulting RTF rendering should not be affected.

   LaTeX2RTF but it does offer some.  This flexibility resides in four
files 'direct.cfg', 'ignore.cfg', 'fonts.cfg', and 'language.cfg'.
These filese are documented in the next four sections.

5.4 Direct Conversion
=====================

The file 'direct.cfg' is used for converting LaTeX replacement.  The
format consists of lines with a LaTeX followed by comma.  The rest of
the line until a '.' character will be written to the RTF file when the
command is found in the LaTeX starting with a '#' character are ignored.
After the '.' everything is ignored to end of line.  To select a
specific font use '*fontname*', where 'fontname' be defined in
'fonts.cfg'.  To write the '*' character use '**'.

\bigstar,{\u8727**}.
\copyright,\'a9.

   In general, specific fonts should not be specified in this file.
There is a mechanism to do this, but it turns out that this is not as
useful as originally thought.  The main reason that this fails is
because the conversion of equations from Word fields to Equation Editor
objects is buggy.  The consequence is that to have symbols show up
properly, they must be encoded differently when the Symbol and MT Extra
fonts are used -- depending on whether Word fields are active or not.
It was all very tedious to figure out a mechanism that was "least
broken."

5.5 Ignore Command
==================

The file 'ignore.cfg' is used for defining how to ignore specific
commands.  This file is used for recognition of LaTeX some simple
commands.  All variables are ignored but the converter must know the
names to correctly ignore assignments to variables.  Lines in this file
consist of a variable name with backslash, followed by comma and the
type of the variable followed by '.'.  Possible types are

'NUMBER'
     simple numeric value
'MEASURE'
     numeric value with following unit of measure
'OTHER'
     ignores anything to the first character after '=' and from there to
     next space.  e.g., '\setbox\bak=\hbox'
'COMMAND'
     ignores anything to next '\' and from there to the occurence of
     anything but a letter e.g., '\newbox\bak'
'SINGLE'
     ignores single command e.g., '\noindent'
'PARAMETER'
     ignores a command with one parameter e.g., '\foo{bar}'
'PACKAGE'
     does not produce a Warning message if PACKAGE is encountered, e.g.,
     ''\kleenex,PACKAGE.'' ignores ''\usepackage{kleenex}''
'ENVCMD'
     intended to process contents of unknown environment as if it were
     plain LaTeX Therefore ''\begin{environ} text \end{environ}'' would
     be converted to 'text'.  Doesn't work in LaTeX2RTF
'ENVIRONMENT'
     ignores contents of that environment, e.g., with
     ''\ifhtml,ENVIRONMENT.'", ''\begin{ifhtml} text \end{ifhtml}''
     ignores 'text'.

   The types are in upper case exactly as above.  Do not use spaces.
Lines starting with a '#' character are ignored.  After the '.'
everything is ignored to end of line.  Example:
     \pagelength,MEASURE.

5.6 Font Configuration
======================

The file 'fonts.cfg' contains the font name mapping.  For example, this
file determines what font is used to represent '\rm' characters in the
RTF file.

   A line consists of a font name in LaTeX name in RTF. The end is
marked by a '.'.  No spaces are allowed.  The LaTeX in the LaTeX
specified, only the first is used.  All fonts in a LaTeX not in this
file will be mapped to the default font.  All RTF fonts listed in this
file will be in every RTF file header whether used or not.  Lines
starting with a '#' character are ignored.  After the '.' everything is
ignored to end of line.

   To add a RTF font not used as substitute for a LaTeX in 'direct.cfg'
-- use a dummy LaTeX
     Dummy3,MathematicalSymbols.

   Make sure you use the correct font name.  Take care of spaces in font
names.  The default fonts are named Roman '\rm', Slanted '\sl', Sans
Serif '\sf', Typewriter '\tt', or Calligraphic '\cal'.

5.7 Language Configuration
==========================

The file(s) 'language.cfg' control the translation of LaTeX sectioning
names.  The standard LaTeX or 'Bibliography' that appeared in English or
German in the output with the original versions of LaTeX2RTF

   It is unlikely that you will need to create a new 'language.cfg'
file.  However, just look at one of the existing files and follow the
pattern.  The format is really simple.

6 Error Messages and Logging
****************************

As stated in the Debugging section, LaTeX2RTF the amount of debugging
information through the '-d#' switch.  By using a debugging level of 4,
you can get a pretty good idea of what LaTeX found on.  Warnings and
error messages are output to stderr and by default listed in the console
window.  They can be redirected to a file "latex2rtf.log" by appending
'2>latex2rtf.log' to the command line.

'Fatal error messages'
     indicate a bug in the source code.  PLEASE report them, if they do
     not apear in the documentation (*note Reporting Bugs::).

'Error messages'
     always abort the program and are caused by conditions that prevent
     further conversion of the input file.  Typically this is cause by
     LaTeX2RTF LaTeX

'Warning messages'
     inform you, that there is some conversion loss from LaTeX the
     output file has some restrictions on some RTF Readers.  Most of
     these warnings can be supressed by add the offending command to the
     'ignore.cfg' file.

   Error and Warning messages should follow the GNU Coding standards,
i.e.  they have the format
     inputfile':line: Error|Warning: message

   You can also control the level of debugging output by inserting
'\verbositylevel{#}' in the LaTeX that is failing in only a small
section.  For example,
     problem free latex file ....
     \verbositylevel{5}
     problematic code
     \verbositylevel{0}
will cause a huge amount of debugging information to be emitted for the
problematic code.

   Error reporting and logging still has many inconsistencies, but it
gets better with each release.  Don't try to make any sense in debugging
levels above 4, these are for my own delight only and can change
significantly between versions.

   The 'inputfile' may be incorrectly identified if it is incorporated
through '\input' or '\include'.  The line may be also be wrong at times.
*Note Known Bugs::.

7 History & Copyright
*********************

In 1994 the first Version of LaTeX2RTF the Viena University supervised
by Ralf Schlatterbeck in a one-semester course.  They created a simple
LaTeX This was version 1.0 of LaTeX2RTF one-semester course by Friedrich
Polzer and Gerhard Trisko.  The result was LaTeX2RTF 1.5.  Ralf
Schlatterbeck (ralf "at" zoo.priv.at) maintained and extended LaTeX2RTF
1998.

   In 1998 Georg Lehner (jorge_lehner "at" gmx.net) found the reference
to LaTeX2RTF TeX Conversion Webpage
(http://tug.org/utilities/texconv/index.html) of Wilfried Hennings and
added some functionality and took over the maintainence of the program.
The last version release by Georg is 1.8aa.  The bulk of development
post 1.8aa was done by Scott Prahl.  Wilfried Hennings now coordinates
the development of the program and maintains the project on SourceForge
(http://sourceforge.net/projects/latex2rtf/) where there are also (low
volume) mailing lists for users and developers.  Mailing via one of
these lists requires subscription to the list (to prevent spam).  For
subscription to these lists visit the page: users list
(http://lists.sourceforge.net/lists/listinfo/latex2rtf-users) or
developers list
(http://lists.sourceforge.net/lists/listinfo/latex2rtf-developers)

   As of November 2013, version 2.3.4 of LaTeX2RTF

   The contents of this manual were composed by copying shamelessly what
was available in the original sources and documentation.

8 LaTeX2RTF under Development
*****************************

8.1 Unimplemented Features
==========================

   * LaTeX2RTF
   * Add the code to produce the corresponding chapter, section, and
     page numbering with headings and myheadings pagestyles.  Implement
     '\markboth' and '\markright'.
   * To support '\tableofcontents' there would be two approaches:
     Transfer sectioning information, title text and then produce page
     numbers by the rtf- reader.  Scan and label all of the sectioning
     commands while reading and then construct the sectioning
     information using these labels.  Needs two passes on LaTeX

8.2 Missing options
===================

Missing or buggy command line options.

'-d'
     Information logging and Error reporting is not implemented
     consistently.  Need to test and track problems with the linenumber
     and with the file name.

'--long_names'
     It would be useful to implement the GNU long option names, e.g.:
     '-debug', '-output_file', '-quiet', etc.  This could be done by
     switching to the GNU getopt package.

8.3 Known Bugs
==============

  1. The first parameter of a \link{anchor}[ltx]{label} is converted to
     the rtf-output.  Label is stored to hyperref for later use, the
     optional parameter is ignored.  [ltx] should be processed as
     Otfried recommends it, to use for exclusive LaTeX
     \link{readhere}[~\Ref]{explaining: chapter}.  Since
     {explaining:chapter} is yet read by LaTeX is evaluated it produces
     the correct reference.  LaTeX2RTF strolling from left to right
     through the text and can't remember what she will see in the
     future.
  2. The diagnostics routine does not output the correct (actual) input
     filename.  ('.aux', '.bbl', '\input').

8.4 Reporting Bugs
==================

Report bugs to to the bug tracking system at SourceForge
(http://sourceforge.net/projects/latex2rtf/).  Only report bugs for the
latest version of LaTeX2RTF Please provide the following information and
observe the following guidelines when reporting a bug in the program:
  1. State the version of LaTeX2RTF specifying the '-V' option to
     LaTeX2RTF

  2. Specify the your operating system and version.  Be sure to check
     the file 'Makefile' for settings that may be specific to your
     machine, especially for some versions of SunOS there may be
     settings which are needed to compile successfully.  Do this before
     submitting a bug report.

  3. If the program produces wrong output or does not work for you,
     include a short LaTeX LaTeX versions of LaTeX2RTF some attention.
     Do not send me large LaTeX to wade through large files to search
     for a bug!

  4. Be patient.  I am maintaining the program in my free time.  I did
     not write most of the code.  Often I do not have the time to answer
     to your question.  I will, however, try to fix reported bugs in
     upcoming releases.

8.5 Todo List
=============

Scott's ToDo list
   * Use lex/yacc to implement getSection
   * Add support for pagestyle
   * Better support for ignoring commands

Georg's todo list
   * Make this Manual more consistent, the ToDo and Known Bug List
     shorter and the Features List longer.
   * Harmonize all of the error and warning messages.
   * Put warnings everywhere applicable about producing RTF 1.4 tokens.
   * Provide an Error and Warning recovery guide to the user.
   * Add a chapter with lists of all LaTeX do not convert to RTF,
     including their status (for future releases, never, partially
     functional, ...).

8.6 Command List
================

Listed here are all the LaTeX Note: inclusion in this list does not mean
that a command is fully and correctly handled by LaTeX2RTF place-holders
only, and are not implemented at all.  The list is provided to encourage
developers to note any departures from the behaviour that LaTeX assist
anyone interested in hacking on the C source code.  This list is a work
in progress, and may not be immediately useful to general users, other
than to indicate those commands that we have at least contemplated
implementing.

8.6.1 General Commands
----------------------

These commands are found in the 'commands[]' array in commands.c.  They
are arranged alphabetically within sections according to function.

8.6.1.1 Basic Commands
......................

All listed commands work as expected.

begin
centerline
end
endnote
footnote
raggedright
the
today
vcenter

8.6.1.2 Font Commands
.....................

All listed commands work as expected.

bf
bfseries
cal
em
emph
enotesize
footnotesize
HUGE
Huge
huge
it
itshape
LARGE
Large
large
mathbf
mathcal
mathit
mathmd
mathnormal
mathrm
mathsc
mathsf
mathsl
mathtt
mathup
mdseries
mit
normalfont
normalsize
rm
rmfamily
sc
scfamily
scriptsize
scshape
sf
sffamily
sl
slshape
small
ssmall
textbf
textfont
textit
textmd
textnormal
textrm
textsc
textsf
textsl
texttt
textup
tiny
tt
ttfamily
underbar
underline
upshape

8.6.1.3 Logos
.............

All listed commands work as expected.

AmSLaTeX
AmSTeX
BibTeX
kern
LaTeX
latex
LaTeXe
lower
LyX
SLiTeX
TeX

8.6.1.4 Special Characters
..........................

These commands all work as expected.

\
acute
b
bar
breve
c
check
d
ddot
dot
grave
H
hat
i
j
l
L
r
tilde
u
v
vec

8.6.1.5 Sectioning Commands
...........................

chapter
chapter*
paragraph
paragraph*
part
part*
section
section*
subparagraph
subparagraph*
subsection
subsection*
subsubsection
subsubsection*

8.6.1.6 Uncategorized
.....................

These commands need to be organized into new or existing sections.

abstract

addcontents
     Ignored

addcontentsline
     Ignored

addvspace
     Ignored

aleph

Alph

alph
     Ignored

alpha

Alpha
     Ignored

amalg

and

angle

appendix
     Ignored

approx

arabic
     Ignored

ast

author

baselineskip

because

beta

Beta

bibentry

bibitem

bibliography

bibliographystyle

bibliographystyle
     Ignored

bigskip

bot

BoxedEPSF

bullet

cap

caption

cdot

cdots

centering

char

chi

Chi

circ

cite

citeonline

cleardoublepage

clearpage

clubsuit

cong

contentsline

coprod

cup

date

ddots

delta

Delta

dfrac

Diamond

diamondsuit

div

doteq

dotfill
     There is no rtf code for dotfill; LaTeX2RTF

dots

dots

downarrow

Downarrow

efloatseparator

ell

emptyset

endinput

endnotemark
     Ignored

ensuremath

epsfbox

epsffile

epsilon

eqref

equiv

eta

exists

fbox

fbox

fnsymbol
     Ignored

footnotemark
     Ignored

forall

frac

Frac

framebox
     Ignored

frenchspacing
     Ignored

gamma

Gamma

ge

geq

gg

glossary
     Ignored

glossaryentry
     Ignored

hbar

hbox

heartsuit

hsize

hslash

hspace
     Ignored

hspace*
     Ignored

htmladdnormallink

htmlref

iiint

iint

Im

in

include

includegraphics

includegraphics*

includeonly
     Ignored

indent

index

indexentry
     Ignored

infty

input

int

int

iota

kappa

label

lambda

Lambda

land

langle

lceil

ldots

le

left

leftarrow

Leftarrow

leftharpoondown

leftleftarrows

leftrightarrow

Leftrightarrow

leftrightarrows

leq

let
     Ignored

letterspace

lfloor

lim

liminf

limsup

linebreak
     Ignored

lineskip

listoffigures

listoftables

ll

longleftarrow

longleftrightarrows

longrightarrow

lor

makebox
     Ignored

maketitle

mapsto

marginpar
     Ignored

markboth
     Ignored

markright
     Ignored

matrix

mbox

measuredangle

medskip

mho

moveleft

moveright

mp

mu

multicolumn

nabla

ne

nearrow

neg

neq

newblock

newcount
     Ignored

newfont
     Ignored

newpage

newsavebox
     Ignored

nobibliography
     Ignored

nobreakspace

nocite

noindent

nolinebreak
     Ignored

nonfrenchspacing
     Ignored

nonumber

nopagebreak
     Ignored

notag

nu

numberline

nwarrow

omega

Omega

omicron

onecolumn

onlinecite

oplus

oslash

otimes

output
     Ignored

overline

pagebreak

pagenumbering
     Ignored

pageref

pagestyle
     Ignored

par

parbox

partial

perp

phi

Phi

pi

Pi

pm

prec

printindex

prod

prod

propto

protect
     Ignored

psfig

psfrag
     Ignored

psi

Psi

qquad

quad

raisebox
     Ignored

rangle

rceil

Re

ref

refstepcounter

rfloor

rho

right

Rightarrow

rightarrow

rightharpoonup

rightleftarrows

rightleftharpoons

rightrightarrows

Roman
     Ignored

roman
     Ignored

rule

samepage
     Ignored

savebox
     Ignored

sbox
     Ignored

searrow

setbox

settowidth
     Ignored

sigma

Sigma

sim

simeq

smallskip

spadesuit

sqrt

stackrel

stepcounter
     Ignored

stretch
     Ignored

subset

subseteq

succ

sum

sum

supset

supseteq

surd

swarrow

tableofcontents

tau

textalpha

textbeta

textbullet

textchi

textcolor

textDelta

textdelta

textellipsis

textepsilon

texteta

textGamma

textgamma

textiota

textkappa

textLambda

textlambda

textmu

textnu

textOmega

textomega

textperiodcentered

textPhi

textphi

textPi

textpi

textPsi

textpsi

textSigma

textsigma

textsubscript

textsuperscript

textTau

texttau

textTheta

texttheta

textXi

textxi

textzeta

thanks

therefore

Theta

theta

tikzpicture

times

title

to

triangleleft

triangleright

twocolumn

typeaout
     Ignored

Typein
     Ignored

typein
     Ignored

typeout
     Ignored

Uparrow

uparrow

updownarrow

Updownarrow

upsilon

Upsilon

url

usebox
     Ignored

value

varepsilon

varnothing

varphi

varpi

varpropto

varsigma

vartheta

vbox

vdots

vee

verb

verb*

vref

vsize

vskip

vspace

vspace*

wedge

wp

xi

Xi

zeta

8.6.2 Preamble Commands
-----------------------

These commands are found in 'PreambleCommands[]' in commands.c, and are
implemented in preamble.c.

addtocounter

addtolength

baselineskip

celsius

cfoot

chead

cline

DeclareRobustCommand

DeclareRobustCommand*

def

degreecelsius

documentclass

documentstyle

doublespacing
     Currently, the only command from the setspace package that is
     implemented, and the only way to modify line spacing.

endnotetext

EUR

euro

evensidemargin

fancyfoot

fancyhead

flushbottom

footnotetext

geometry
     Currently recognizes *ratio, *centering, *margin, left, right,
     inner, outer, top, bottom, right, left (including vmargin, hratio
     etc.)

headheight

headsep

hline

hoffset

htmladdnormallink

htmlref

hyphenation

iflatextortf

ifx

include

input

latextortffalse
     Ignored

latextortftrue
     Ignored

lfoot

lhead

listoffiles
     Ignored

makeglossary
     Ignored

makeindex
     Ignored

makelabels
     Ignored

markboth
     Ignored

markright
     Ignored

newcommand

newcounter

newenvironment

newif

newlength

newtheorem

nobreakspace

nofiles
     Ignored

oddsidemargin

pagenumbering
     Ignored

pagestyle

parindent

parskip

providecommand

raggedbottom

renewcommand

renewenvironment

renewtheorem
     Ignored

resizebox

resizebox*

rfoot

rhead

setcounter

setlength

signature

textheight

textwidth

theendnotes

thepage

thispagestyle
     Ignored

topmargin

usepackage

verbositylevel

voffset

8.6.3 Letter Commands
---------------------

Found in 'LetterCommands[]' in commands.c.

address

cc

closing

encl

opening

ps

signature

8.6.4 Language Commands
-----------------------

8.6.4.1 German Commands
.......................

Found in 'GermanModeCommands[]' in commands.c.

ck

glqq

glq

grq

grqq

8.6.4.2 Czech Commands
......................

uv

8.6.4.3 French Commands
.......................

deuxpoints
dittomark
FCS
fg
fup
ieme
iemes
ier
iere
ieres
iers
inferieura
LCS
lq
lqq
numero
Numero
numeros
Numeros
og
pointexclamation
pointinterrogation
pointvirgule
primo
quarto
rq
rqq
secundo
superieura
tertio
up

8.6.4.4 Russian Commands
........................

CYRA
cyra
CYRB
cyrb
CYRC
cyrc
CYRCH
cyrch
CYRCHSH
cyrchsh
CYRD
cyrd
CYRE
cyre
CYREREV
cyrerev
CYRERY
cyrery
CYRF
cyrf
CYRG
cyrg
CYRH
cyrh
CYRHRDSN
cyrhrdsn
CYRI
cyri
CYRISHRT
cyrishrt
CYRK
cyrk
CYRL
cyrl
CYRM
cyrm
CYRN
cyrn
CYRO
cyro
CYRP
cyrp
CYRR
cyrr
CYRS
cyrs
CYRSFTSN
cyrsftsn
CYRSH
cyrsh
CYRT
cyrt
CYRU
cyru
CYRV
cyrv
CYRYA
cyrya
CYRYU
cyryu
CYRZ
cyrz
CYRZH
cyrzh

8.6.5 Citation Commands
-----------------------

8.6.5.1 Apacite Commands
........................

AX
BAnd
BBA
BBAA
BBAB
BBAY
BBC
BBCP
BBCQ
BBN
BBOP
BBOQ
BCAY
BCBL
BCBT
BCHAIR
BCHAIRS
BCnt
BCntIP
BED
BEd
BEDS
Bem
BIP
BMTh
BNUM
BNUMS
BOthers
BOWP
BPG
BPGS
BPhD
BREPR
BTR
BTRANS
BTRANSS
BUMTh
BUPhD
BVOL
BVOLS
citeA
citeauthor
citeNP
citeyear
citeyearNP
fullcite
fullciteA
fullciteauthor
fullciteNP
shortcite
shortciteA
shortciteauthor
shortciteNP

8.6.5.2 AuthorDate Commands
...........................

citename
shortcite

8.6.5.3 Harvard Commands
........................

cite
citeaffixed
citeasnoun
citename
citeyear
citeyear*
harvardand
harvarditem
harvardyearleft
harvardyearright
possessivecite

8.6.5.4 HyperLatex Commands
...........................

Cite
link
Pageref
Ref
S
xlink

8.6.5.5 Apacite Commands
........................

bibpunct
cite
citealp
Citealp
citealp*
citealt
Citealt
citealt*
citeauthor
Citeauthor
citeauthor*
citep
Citep
citep*
citet
Citet
citet*
citetext
citeyear
citeyearpar

8.6.6 Acronym Commands
----------------------

usepackage [options] {acronym}
ac
acfi
acro
acrodef
acrodefplural
acused

8.6.7 Other Commands
--------------------

Other Commands:
item
caption
center

8.6.8 Environments
------------------

Environments processed - found in 'params[]' in commands.c.

abstract

acknowledgments

align

align*

alltt

array

bf

bfseries

center

comment

compactenum

compactitem

description

displaymath

document

em

enumerate

eqnarray

eqnarray*

equation

equation*

figure

figure*

flushleft

flushright

htmlonly
     Ignored

it

itemize

itshape

landscape

latexonly
     Ignored

letter

list

longtable

longtable*

math

mdseries

minipage

multicolumn

music

picture

quotation

quote

rawhtml
     Ignored

rm

rmfamily

sc

scshape

sf

sffamily

sl

sloppypar

slshape

small

tabbing

table

table*

tabular

tabular*

thebibliography

theindex
     Ignored

titlepage

tt

ttfamily

verbatim

Verbatim

verse

9 Function Index
****************

* Menu:

* \:                                     Special Characters. (line 1429)
* abstract:                              Uncategorized.      (line 1475)
* abstract <1>:                          Environments.       (line 2692)
* ac:                                    Acronym Commands.   (line 2672)
* acfi:                                  Acronym Commands.   (line 2673)
* acknowledgments:                       Environments.       (line 2694)
* acro:                                  Acronym Commands.   (line 2674)
* acrodef:                               Acronym Commands.   (line 2675)
* acrodefplural:                         Acronym Commands.   (line 2676)
* acused:                                Acronym Commands.   (line 2677)
* acute:                                 Special Characters. (line 1430)
* addcontents:                           Uncategorized.      (line 1477)
* addcontentsline:                       Uncategorized.      (line 1480)
* address:                               Letter Commands.    (line 2413)
* addtocounter:                          Preamble Commands.  (line 2235)
* addtolength:                           Preamble Commands.  (line 2237)
* addvspace:                             Uncategorized.      (line 1483)
* aleph:                                 Uncategorized.      (line 1486)
* align:                                 Environments.       (line 2696)
* align*:                                Environments.       (line 2698)
* alltt:                                 Environments.       (line 2700)
* Alph:                                  Uncategorized.      (line 1488)
* alph:                                  Uncategorized.      (line 1490)
* alpha:                                 Uncategorized.      (line 1493)
* Alpha:                                 Uncategorized.      (line 1495)
* amalg:                                 Uncategorized.      (line 1498)
* AmSLaTeX:                              Logos.              (line 1412)
* AmSTeX:                                Logos.              (line 1413)
* and:                                   Uncategorized.      (line 1500)
* angle:                                 Uncategorized.      (line 1502)
* appendix:                              Uncategorized.      (line 1504)
* approx:                                Uncategorized.      (line 1507)
* arabic:                                Uncategorized.      (line 1509)
* array:                                 Environments.       (line 2702)
* ast:                                   Uncategorized.      (line 1512)
* author:                                Uncategorized.      (line 1514)
* AX:                                    Apacite Commands.   (line 2559)
* b:                                     Special Characters. (line 1431)
* BAnd:                                  Apacite Commands.   (line 2560)
* bar:                                   Special Characters. (line 1432)
* baselineskip:                          Uncategorized.      (line 1516)
* baselineskip <1>:                      Preamble Commands.  (line 2239)
* BBA:                                   Apacite Commands.   (line 2561)
* BBAA:                                  Apacite Commands.   (line 2562)
* BBAB:                                  Apacite Commands.   (line 2563)
* BBAY:                                  Apacite Commands.   (line 2564)
* BBC:                                   Apacite Commands.   (line 2565)
* BBCP:                                  Apacite Commands.   (line 2566)
* BBCQ:                                  Apacite Commands.   (line 2567)
* BBN:                                   Apacite Commands.   (line 2568)
* BBOP:                                  Apacite Commands.   (line 2569)
* BBOQ:                                  Apacite Commands.   (line 2570)
* BCAY:                                  Apacite Commands.   (line 2571)
* BCBL:                                  Apacite Commands.   (line 2572)
* BCBT:                                  Apacite Commands.   (line 2573)
* BCHAIR:                                Apacite Commands.   (line 2574)
* BCHAIRS:                               Apacite Commands.   (line 2575)
* BCnt:                                  Apacite Commands.   (line 2576)
* BCntIP:                                Apacite Commands.   (line 2577)
* because:                               Uncategorized.      (line 1518)
* BED:                                   Apacite Commands.   (line 2578)
* BEd:                                   Apacite Commands.   (line 2579)
* BEDS:                                  Apacite Commands.   (line 2580)
* begin:                                 Basic Commands.     (line 1332)
* Bem:                                   Apacite Commands.   (line 2581)
* beta:                                  Uncategorized.      (line 1520)
* Beta:                                  Uncategorized.      (line 1522)
* bf:                                    Font Commands.      (line 1347)
* bf <1>:                                Environments.       (line 2704)
* bfseries:                              Font Commands.      (line 1348)
* bfseries <1>:                          Environments.       (line 2706)
* bibentry:                              Uncategorized.      (line 1524)
* bibitem:                               Uncategorized.      (line 1526)
* bibliography:                          Uncategorized.      (line 1528)
* bibliographystyle:                     Uncategorized.      (line 1530)
* bibliographystyle <1>:                 Uncategorized.      (line 1532)
* bibpunct:                              Natbib Commands.    (line 2647)
* BibTeX:                                Logos.              (line 1414)
* bigskip:                               Uncategorized.      (line 1535)
* BIP:                                   Apacite Commands.   (line 2582)
* BMTh:                                  Apacite Commands.   (line 2583)
* BNUM:                                  Apacite Commands.   (line 2584)
* BNUMS:                                 Apacite Commands.   (line 2585)
* bot:                                   Uncategorized.      (line 1537)
* BOthers:                               Apacite Commands.   (line 2586)
* BOWP:                                  Apacite Commands.   (line 2587)
* BoxedEPSF:                             Uncategorized.      (line 1539)
* BPG:                                   Apacite Commands.   (line 2588)
* BPGS:                                  Apacite Commands.   (line 2589)
* BPhD:                                  Apacite Commands.   (line 2590)
* BREPR:                                 Apacite Commands.   (line 2591)
* breve:                                 Special Characters. (line 1433)
* BTR:                                   Apacite Commands.   (line 2592)
* BTRANS:                                Apacite Commands.   (line 2593)
* BTRANSS:                               Apacite Commands.   (line 2594)
* bullet:                                Uncategorized.      (line 1541)
* BUMTh:                                 Apacite Commands.   (line 2595)
* BUPhD:                                 Apacite Commands.   (line 2596)
* BVOL:                                  Apacite Commands.   (line 2597)
* BVOLS:                                 Apacite Commands.   (line 2598)
* c:                                     Special Characters. (line 1434)
* cal:                                   Font Commands.      (line 1349)
* cap:                                   Uncategorized.      (line 1543)
* caption:                               Uncategorized.      (line 1545)
* cc:                                    Letter Commands.    (line 2415)
* cdot:                                  Uncategorized.      (line 1547)
* cdots:                                 Uncategorized.      (line 1549)
* celsius:                               Preamble Commands.  (line 2241)
* center:                                Environments.       (line 2708)
* centering:                             Uncategorized.      (line 1551)
* centerline:                            Basic Commands.     (line 1333)
* cfoot:                                 Preamble Commands.  (line 2243)
* chapter:                               Sectioning Commands.
                                                             (line 1455)
* chapter*:                              Sectioning Commands.
                                                             (line 1456)
* char:                                  Uncategorized.      (line 1553)
* chead:                                 Preamble Commands.  (line 2245)
* check:                                 Special Characters. (line 1435)
* chi:                                   Uncategorized.      (line 1555)
* Chi:                                   Uncategorized.      (line 1557)
* circ:                                  Uncategorized.      (line 1559)
* cite:                                  Uncategorized.      (line 1561)
* cite <1>:                              Harvard Commands.   (line 2622)
* Cite:                                  HyperLatex Commands.
                                                             (line 2637)
* cite <2>:                              Natbib Commands.    (line 2648)
* citeA:                                 Apacite Commands.   (line 2599)
* citeaffixed:                           Harvard Commands.   (line 2623)
* citealp:                               Natbib Commands.    (line 2649)
* Citealp:                               Natbib Commands.    (line 2650)
* citealp*:                              Natbib Commands.    (line 2651)
* citealt:                               Natbib Commands.    (line 2652)
* Citealt:                               Natbib Commands.    (line 2653)
* citealt*:                              Natbib Commands.    (line 2654)
* citeasnoun:                            Harvard Commands.   (line 2624)
* citeauthor:                            Apacite Commands.   (line 2600)
* citeauthor <1>:                        Natbib Commands.    (line 2655)
* Citeauthor:                            Natbib Commands.    (line 2656)
* citeauthor*:                           Natbib Commands.    (line 2657)
* citename:                              AuthorDate Commands.
                                                             (line 2616)
* citename <1>:                          Harvard Commands.   (line 2625)
* citeNP:                                Apacite Commands.   (line 2601)
* citeonline:                            Uncategorized.      (line 1563)
* citep:                                 Natbib Commands.    (line 2658)
* Citep:                                 Natbib Commands.    (line 2659)
* citep*:                                Natbib Commands.    (line 2660)
* citet:                                 Natbib Commands.    (line 2661)
* Citet:                                 Natbib Commands.    (line 2662)
* citet*:                                Natbib Commands.    (line 2663)
* citetext:                              Natbib Commands.    (line 2664)
* citeyear:                              Apacite Commands.   (line 2602)
* citeyear <1>:                          Harvard Commands.   (line 2626)
* citeyear <2>:                          Natbib Commands.    (line 2665)
* citeyear*:                             Harvard Commands.   (line 2627)
* citeyearNP:                            Apacite Commands.   (line 2603)
* citeyearpar:                           Natbib Commands.    (line 2666)
* ck:                                    German Commands.    (line 2435)
* cleardoublepage:                       Uncategorized.      (line 1565)
* clearpage:                             Uncategorized.      (line 1567)
* cline:                                 Preamble Commands.  (line 2247)
* closing:                               Letter Commands.    (line 2417)
* clubsuit:                              Uncategorized.      (line 1569)
* comment:                               Environments.       (line 2710)
* compactenum:                           Environments.       (line 2712)
* compactitem:                           Environments.       (line 2714)
* cong:                                  Uncategorized.      (line 1571)
* contentsline:                          Uncategorized.      (line 1573)
* coprod:                                Uncategorized.      (line 1575)
* cup:                                   Uncategorized.      (line 1577)
* CYRA:                                  Russian Commands.   (line 2488)
* cyra:                                  Russian Commands.   (line 2489)
* CYRB:                                  Russian Commands.   (line 2490)
* cyrb:                                  Russian Commands.   (line 2491)
* CYRC:                                  Russian Commands.   (line 2492)
* cyrc:                                  Russian Commands.   (line 2493)
* CYRCH:                                 Russian Commands.   (line 2494)
* cyrch:                                 Russian Commands.   (line 2495)
* CYRCHSH:                               Russian Commands.   (line 2496)
* cyrchsh:                               Russian Commands.   (line 2497)
* CYRD:                                  Russian Commands.   (line 2498)
* cyrd:                                  Russian Commands.   (line 2499)
* CYRE:                                  Russian Commands.   (line 2500)
* cyre:                                  Russian Commands.   (line 2501)
* CYREREV:                               Russian Commands.   (line 2502)
* cyrerev:                               Russian Commands.   (line 2503)
* CYRERY:                                Russian Commands.   (line 2504)
* cyrery:                                Russian Commands.   (line 2505)
* CYRF:                                  Russian Commands.   (line 2506)
* cyrf:                                  Russian Commands.   (line 2507)
* CYRG:                                  Russian Commands.   (line 2508)
* cyrg:                                  Russian Commands.   (line 2509)
* CYRH:                                  Russian Commands.   (line 2510)
* cyrh:                                  Russian Commands.   (line 2511)
* CYRHRDSN:                              Russian Commands.   (line 2512)
* cyrhrdsn:                              Russian Commands.   (line 2513)
* CYRI:                                  Russian Commands.   (line 2514)
* cyri:                                  Russian Commands.   (line 2515)
* CYRISHRT:                              Russian Commands.   (line 2516)
* cyrishrt:                              Russian Commands.   (line 2517)
* CYRK:                                  Russian Commands.   (line 2518)
* cyrk:                                  Russian Commands.   (line 2519)
* CYRL:                                  Russian Commands.   (line 2520)
* cyrl:                                  Russian Commands.   (line 2521)
* CYRM:                                  Russian Commands.   (line 2522)
* cyrm:                                  Russian Commands.   (line 2523)
* CYRN:                                  Russian Commands.   (line 2524)
* cyrn:                                  Russian Commands.   (line 2525)
* CYRO:                                  Russian Commands.   (line 2526)
* cyro:                                  Russian Commands.   (line 2527)
* CYRP:                                  Russian Commands.   (line 2528)
* cyrp:                                  Russian Commands.   (line 2529)
* CYRR:                                  Russian Commands.   (line 2530)
* cyrr:                                  Russian Commands.   (line 2531)
* CYRS:                                  Russian Commands.   (line 2532)
* cyrs:                                  Russian Commands.   (line 2533)
* CYRSFTSN:                              Russian Commands.   (line 2534)
* cyrsftsn:                              Russian Commands.   (line 2535)
* CYRSH:                                 Russian Commands.   (line 2536)
* cyrsh:                                 Russian Commands.   (line 2537)
* CYRT:                                  Russian Commands.   (line 2538)
* cyrt:                                  Russian Commands.   (line 2539)
* CYRU:                                  Russian Commands.   (line 2540)
* cyru:                                  Russian Commands.   (line 2541)
* CYRV:                                  Russian Commands.   (line 2542)
* cyrv:                                  Russian Commands.   (line 2543)
* CYRYA:                                 Russian Commands.   (line 2544)
* cyrya:                                 Russian Commands.   (line 2545)
* CYRYU:                                 Russian Commands.   (line 2546)
* cyryu:                                 Russian Commands.   (line 2547)
* CYRZ:                                  Russian Commands.   (line 2548)
* cyrz:                                  Russian Commands.   (line 2549)
* CYRZH:                                 Russian Commands.   (line 2550)
* cyrzh:                                 Russian Commands.   (line 2551)
* d:                                     Special Characters. (line 1436)
* date:                                  Uncategorized.      (line 1579)
* ddot:                                  Special Characters. (line 1437)
* ddots:                                 Uncategorized.      (line 1581)
* DeclareRobustCommand:                  Preamble Commands.  (line 2249)
* DeclareRobustCommand*:                 Preamble Commands.  (line 2251)
* def:                                   Preamble Commands.  (line 2253)
* degreecelsius:                         Preamble Commands.  (line 2255)
* delta:                                 Uncategorized.      (line 1583)
* Delta:                                 Uncategorized.      (line 1585)
* description:                           Environments.       (line 2716)
* deuxpoints:                            French Commands.    (line 2453)
* dfrac:                                 Uncategorized.      (line 1587)
* Diamond:                               Uncategorized.      (line 1589)
* diamondsuit:                           Uncategorized.      (line 1591)
* displaymath:                           Environments.       (line 2718)
* dittomark:                             French Commands.    (line 2454)
* div:                                   Uncategorized.      (line 1593)
* document:                              Environments.       (line 2720)
* documentclass:                         Preamble Commands.  (line 2257)
* documentstyle:                         Preamble Commands.  (line 2259)
* dot:                                   Special Characters. (line 1438)
* doteq:                                 Uncategorized.      (line 1595)
* dotfill:                               Uncategorized.      (line 1597)
* dots:                                  Uncategorized.      (line 1600)
* dots <1>:                              Uncategorized.      (line 1602)
* doublespacing:                         Preamble Commands.  (line 2261)
* downarrow:                             Uncategorized.      (line 1604)
* Downarrow:                             Uncategorized.      (line 1606)
* efloatseparator:                       Uncategorized.      (line 1608)
* ell:                                   Uncategorized.      (line 1610)
* em:                                    Font Commands.      (line 1350)
* em <1>:                                Environments.       (line 2722)
* emph:                                  Font Commands.      (line 1351)
* emptyset:                              Uncategorized.      (line 1612)
* encl:                                  Letter Commands.    (line 2419)
* end:                                   Basic Commands.     (line 1334)
* endinput:                              Uncategorized.      (line 1614)
* endnote:                               Basic Commands.     (line 1335)
* endnotemark:                           Uncategorized.      (line 1616)
* endnotetext:                           Preamble Commands.  (line 2265)
* enotesize:                             Font Commands.      (line 1352)
* ensuremath:                            Uncategorized.      (line 1619)
* enumerate:                             Environments.       (line 2724)
* epsfbox:                               Uncategorized.      (line 1621)
* epsffile:                              Uncategorized.      (line 1623)
* epsilon:                               Uncategorized.      (line 1625)
* eqnarray:                              Environments.       (line 2726)
* eqnarray*:                             Environments.       (line 2728)
* eqref:                                 Uncategorized.      (line 1627)
* equation:                              Environments.       (line 2730)
* equation*:                             Environments.       (line 2732)
* equiv:                                 Uncategorized.      (line 1629)
* eta:                                   Uncategorized.      (line 1631)
* EUR:                                   Preamble Commands.  (line 2267)
* euro:                                  Preamble Commands.  (line 2269)
* evensidemargin:                        Preamble Commands.  (line 2271)
* exists:                                Uncategorized.      (line 1633)
* fancyfoot:                             Preamble Commands.  (line 2273)
* fancyhead:                             Preamble Commands.  (line 2275)
* fbox:                                  Uncategorized.      (line 1635)
* fbox <1>:                              Uncategorized.      (line 1637)
* FCS:                                   French Commands.    (line 2455)
* fg:                                    French Commands.    (line 2456)
* figure:                                Environments.       (line 2734)
* figure*:                               Environments.       (line 2736)
* flushbottom:                           Preamble Commands.  (line 2277)
* flushleft:                             Environments.       (line 2738)
* flushright:                            Environments.       (line 2740)
* fnsymbol:                              Uncategorized.      (line 1639)
* footnote:                              Basic Commands.     (line 1336)
* footnotemark:                          Uncategorized.      (line 1642)
* footnotesize:                          Font Commands.      (line 1353)
* footnotetext:                          Preamble Commands.  (line 2279)
* forall:                                Uncategorized.      (line 1645)
* frac:                                  Uncategorized.      (line 1647)
* Frac:                                  Uncategorized.      (line 1649)
* framebox:                              Uncategorized.      (line 1651)
* frenchspacing:                         Uncategorized.      (line 1654)
* fullcite:                              Apacite Commands.   (line 2604)
* fullciteA:                             Apacite Commands.   (line 2605)
* fullciteauthor:                        Apacite Commands.   (line 2606)
* fullciteNP:                            Apacite Commands.   (line 2607)
* fup:                                   French Commands.    (line 2457)
* gamma:                                 Uncategorized.      (line 1657)
* Gamma:                                 Uncategorized.      (line 1659)
* ge:                                    Uncategorized.      (line 1661)
* geometry:                              Preamble Commands.  (line 2281)
* geq:                                   Uncategorized.      (line 1663)
* gg:                                    Uncategorized.      (line 1665)
* glossary:                              Uncategorized.      (line 1667)
* glossaryentry:                         Uncategorized.      (line 1670)
* glq:                                   German Commands.    (line 2439)
* glqq:                                  German Commands.    (line 2437)
* grave:                                 Special Characters. (line 1439)
* grq:                                   German Commands.    (line 2441)
* grqq:                                  German Commands.    (line 2443)
* H:                                     Special Characters. (line 1440)
* harvardand:                            Harvard Commands.   (line 2628)
* harvarditem:                           Harvard Commands.   (line 2629)
* harvardyearleft:                       Harvard Commands.   (line 2630)
* harvardyearright:                      Harvard Commands.   (line 2631)
* hat:                                   Special Characters. (line 1441)
* hbar:                                  Uncategorized.      (line 1673)
* hbox:                                  Uncategorized.      (line 1675)
* headheight:                            Preamble Commands.  (line 2286)
* headsep:                               Preamble Commands.  (line 2288)
* heartsuit:                             Uncategorized.      (line 1677)
* hline:                                 Preamble Commands.  (line 2290)
* hoffset:                               Preamble Commands.  (line 2292)
* hsize:                                 Uncategorized.      (line 1679)
* hslash:                                Uncategorized.      (line 1681)
* hspace:                                Uncategorized.      (line 1683)
* hspace*:                               Uncategorized.      (line 1686)
* htmladdnormallink:                     Uncategorized.      (line 1689)
* htmladdnormallink <1>:                 Preamble Commands.  (line 2294)
* htmlonly:                              Environments.       (line 2742)
* htmlref:                               Uncategorized.      (line 1691)
* htmlref <1>:                           Preamble Commands.  (line 2296)
* HUGE:                                  Font Commands.      (line 1354)
* Huge:                                  Font Commands.      (line 1355)
* huge:                                  Font Commands.      (line 1356)
* hyphenation:                           Preamble Commands.  (line 2298)
* i:                                     Special Characters. (line 1442)
* ieme:                                  French Commands.    (line 2458)
* iemes:                                 French Commands.    (line 2459)
* ier:                                   French Commands.    (line 2460)
* iere:                                  French Commands.    (line 2461)
* ieres:                                 French Commands.    (line 2462)
* iers:                                  French Commands.    (line 2463)
* iflatextortf:                          Preamble Commands.  (line 2300)
* ifx:                                   Preamble Commands.  (line 2302)
* iiint:                                 Uncategorized.      (line 1693)
* iint:                                  Uncategorized.      (line 1695)
* Im:                                    Uncategorized.      (line 1697)
* in:                                    Uncategorized.      (line 1699)
* include:                               Uncategorized.      (line 1701)
* include <1>:                           Preamble Commands.  (line 2304)
* includegraphics:                       Uncategorized.      (line 1703)
* includegraphics*:                      Uncategorized.      (line 1705)
* includeonly:                           Uncategorized.      (line 1707)
* indent:                                Uncategorized.      (line 1710)
* index:                                 Uncategorized.      (line 1712)
* indexentry:                            Uncategorized.      (line 1714)
* inferieura:                            French Commands.    (line 2464)
* infty:                                 Uncategorized.      (line 1717)
* input:                                 Uncategorized.      (line 1719)
* input <1>:                             Preamble Commands.  (line 2306)
* int:                                   Uncategorized.      (line 1721)
* int <1>:                               Uncategorized.      (line 1723)
* iota:                                  Uncategorized.      (line 1725)
* it:                                    Font Commands.      (line 1357)
* it <1>:                                Environments.       (line 2745)
* itemize:                               Environments.       (line 2747)
* itshape:                               Font Commands.      (line 1358)
* itshape <1>:                           Environments.       (line 2749)
* j:                                     Special Characters. (line 1443)
* kappa:                                 Uncategorized.      (line 1727)
* kern:                                  Logos.              (line 1415)
* l:                                     Special Characters. (line 1444)
* L:                                     Special Characters. (line 1445)
* label:                                 Uncategorized.      (line 1729)
* lambda:                                Uncategorized.      (line 1731)
* Lambda:                                Uncategorized.      (line 1733)
* land:                                  Uncategorized.      (line 1735)
* landscape:                             Environments.       (line 2751)
* langle:                                Uncategorized.      (line 1737)
* LARGE:                                 Font Commands.      (line 1359)
* Large:                                 Font Commands.      (line 1360)
* large:                                 Font Commands.      (line 1361)
* LaTeX:                                 Logos.              (line 1416)
* latex:                                 Logos.              (line 1417)
* LaTeXe:                                Logos.              (line 1418)
* latexonly:                             Environments.       (line 2753)
* latextortffalse:                       Preamble Commands.  (line 2308)
* latextortftrue:                        Preamble Commands.  (line 2311)
* lceil:                                 Uncategorized.      (line 1739)
* LCS:                                   French Commands.    (line 2465)
* ldots:                                 Uncategorized.      (line 1741)
* le:                                    Uncategorized.      (line 1743)
* left:                                  Uncategorized.      (line 1745)
* leftarrow:                             Uncategorized.      (line 1747)
* Leftarrow:                             Uncategorized.      (line 1749)
* leftharpoondown:                       Uncategorized.      (line 1751)
* leftleftarrows:                        Uncategorized.      (line 1753)
* leftrightarrow:                        Uncategorized.      (line 1755)
* Leftrightarrow:                        Uncategorized.      (line 1757)
* leftrightarrows:                       Uncategorized.      (line 1759)
* leq:                                   Uncategorized.      (line 1761)
* let:                                   Uncategorized.      (line 1763)
* letter:                                Environments.       (line 2756)
* letterspace:                           Uncategorized.      (line 1766)
* lfloor:                                Uncategorized.      (line 1768)
* lfoot:                                 Preamble Commands.  (line 2314)
* lhead:                                 Preamble Commands.  (line 2316)
* lim:                                   Uncategorized.      (line 1770)
* liminf:                                Uncategorized.      (line 1772)
* limsup:                                Uncategorized.      (line 1774)
* linebreak:                             Uncategorized.      (line 1776)
* lineskip:                              Uncategorized.      (line 1779)
* link:                                  HyperLatex Commands.
                                                             (line 2638)
* list:                                  Environments.       (line 2758)
* listoffigures:                         Uncategorized.      (line 1781)
* listoffiles:                           Preamble Commands.  (line 2318)
* listoftables:                          Uncategorized.      (line 1783)
* ll:                                    Uncategorized.      (line 1785)
* longleftarrow:                         Uncategorized.      (line 1787)
* longleftrightarrows:                   Uncategorized.      (line 1789)
* longrightarrow:                        Uncategorized.      (line 1791)
* longtable:                             Environments.       (line 2760)
* longtable*:                            Environments.       (line 2762)
* lor:                                   Uncategorized.      (line 1793)
* lower:                                 Logos.              (line 1419)
* lq:                                    French Commands.    (line 2466)
* lqq:                                   French Commands.    (line 2467)
* LyX:                                   Logos.              (line 1420)
* makebox:                               Uncategorized.      (line 1795)
* makeglossary:                          Preamble Commands.  (line 2321)
* makeindex:                             Preamble Commands.  (line 2324)
* makelabels:                            Preamble Commands.  (line 2327)
* maketitle:                             Uncategorized.      (line 1798)
* mapsto:                                Uncategorized.      (line 1800)
* marginpar:                             Uncategorized.      (line 1802)
* markboth:                              Uncategorized.      (line 1805)
* markboth <1>:                          Preamble Commands.  (line 2330)
* markright:                             Uncategorized.      (line 1808)
* markright <1>:                         Preamble Commands.  (line 2333)
* math:                                  Environments.       (line 2764)
* mathbf:                                Font Commands.      (line 1362)
* mathcal:                               Font Commands.      (line 1363)
* mathit:                                Font Commands.      (line 1364)
* mathmd:                                Font Commands.      (line 1365)
* mathnormal:                            Font Commands.      (line 1366)
* mathrm:                                Font Commands.      (line 1367)
* mathsc:                                Font Commands.      (line 1368)
* mathsf:                                Font Commands.      (line 1369)
* mathsl:                                Font Commands.      (line 1370)
* mathtt:                                Font Commands.      (line 1371)
* mathup:                                Font Commands.      (line 1372)
* matrix:                                Uncategorized.      (line 1811)
* mbox:                                  Uncategorized.      (line 1813)
* mdseries:                              Font Commands.      (line 1373)
* mdseries <1>:                          Environments.       (line 2766)
* measuredangle:                         Uncategorized.      (line 1815)
* medskip:                               Uncategorized.      (line 1817)
* mho:                                   Uncategorized.      (line 1819)
* minipage:                              Environments.       (line 2768)
* mit:                                   Font Commands.      (line 1374)
* moveleft:                              Uncategorized.      (line 1821)
* moveright:                             Uncategorized.      (line 1823)
* mp:                                    Uncategorized.      (line 1825)
* mu:                                    Uncategorized.      (line 1827)
* multicolumn:                           Uncategorized.      (line 1829)
* multicolumn <1>:                       Environments.       (line 2770)
* music:                                 Environments.       (line 2772)
* nabla:                                 Uncategorized.      (line 1831)
* ne:                                    Uncategorized.      (line 1833)
* nearrow:                               Uncategorized.      (line 1835)
* neg:                                   Uncategorized.      (line 1837)
* neq:                                   Uncategorized.      (line 1839)
* newblock:                              Uncategorized.      (line 1841)
* newcommand:                            Preamble Commands.  (line 2336)
* newcount:                              Uncategorized.      (line 1843)
* newcounter:                            Preamble Commands.  (line 2338)
* newenvironment:                        Preamble Commands.  (line 2340)
* newfont:                               Uncategorized.      (line 1846)
* newif:                                 Preamble Commands.  (line 2342)
* newlength:                             Preamble Commands.  (line 2344)
* newpage:                               Uncategorized.      (line 1849)
* newsavebox:                            Uncategorized.      (line 1851)
* newtheorem:                            Preamble Commands.  (line 2346)
* nobibliography:                        Uncategorized.      (line 1854)
* nobreakspace:                          Uncategorized.      (line 1857)
* nobreakspace <1>:                      Preamble Commands.  (line 2348)
* nocite:                                Uncategorized.      (line 1859)
* nofiles:                               Preamble Commands.  (line 2350)
* noindent:                              Uncategorized.      (line 1861)
* nolinebreak:                           Uncategorized.      (line 1863)
* nonfrenchspacing:                      Uncategorized.      (line 1866)
* nonumber:                              Uncategorized.      (line 1869)
* nopagebreak:                           Uncategorized.      (line 1871)
* normalfont:                            Font Commands.      (line 1375)
* normalsize:                            Font Commands.      (line 1376)
* notag:                                 Uncategorized.      (line 1874)
* nu:                                    Uncategorized.      (line 1876)
* numberline:                            Uncategorized.      (line 1878)
* numero:                                French Commands.    (line 2468)
* Numero:                                French Commands.    (line 2469)
* numeros:                               French Commands.    (line 2470)
* Numeros:                               French Commands.    (line 2471)
* nwarrow:                               Uncategorized.      (line 1880)
* oddsidemargin:                         Preamble Commands.  (line 2353)
* og:                                    French Commands.    (line 2472)
* omega:                                 Uncategorized.      (line 1882)
* Omega:                                 Uncategorized.      (line 1884)
* omicron:                               Uncategorized.      (line 1886)
* onecolumn:                             Uncategorized.      (line 1888)
* onlinecite:                            Uncategorized.      (line 1890)
* opening:                               Letter Commands.    (line 2421)
* oplus:                                 Uncategorized.      (line 1892)
* oslash:                                Uncategorized.      (line 1894)
* otimes:                                Uncategorized.      (line 1896)
* output:                                Uncategorized.      (line 1898)
* overline:                              Uncategorized.      (line 1901)
* pagebreak:                             Uncategorized.      (line 1903)
* pagenumbering:                         Uncategorized.      (line 1905)
* pagenumbering <1>:                     Preamble Commands.  (line 2355)
* pageref:                               Uncategorized.      (line 1908)
* Pageref:                               HyperLatex Commands.
                                                             (line 2639)
* pagestyle:                             Uncategorized.      (line 1910)
* pagestyle <1>:                         Preamble Commands.  (line 2358)
* par:                                   Uncategorized.      (line 1913)
* paragraph:                             Sectioning Commands.
                                                             (line 1457)
* paragraph*:                            Sectioning Commands.
                                                             (line 1458)
* parbox:                                Uncategorized.      (line 1915)
* parindent:                             Preamble Commands.  (line 2360)
* parskip:                               Preamble Commands.  (line 2362)
* part:                                  Sectioning Commands.
                                                             (line 1459)
* part*:                                 Sectioning Commands.
                                                             (line 1460)
* partial:                               Uncategorized.      (line 1917)
* perp:                                  Uncategorized.      (line 1919)
* phi:                                   Uncategorized.      (line 1921)
* Phi:                                   Uncategorized.      (line 1923)
* pi:                                    Uncategorized.      (line 1925)
* Pi:                                    Uncategorized.      (line 1927)
* picture:                               Environments.       (line 2774)
* pm:                                    Uncategorized.      (line 1929)
* pointexclamation:                      French Commands.    (line 2473)
* pointinterrogation:                    French Commands.    (line 2474)
* pointvirgule:                          French Commands.    (line 2475)
* possessivecite:                        Harvard Commands.   (line 2632)
* prec:                                  Uncategorized.      (line 1931)
* primo:                                 French Commands.    (line 2476)
* printindex:                            Uncategorized.      (line 1933)
* prod:                                  Uncategorized.      (line 1935)
* prod <1>:                              Uncategorized.      (line 1937)
* propto:                                Uncategorized.      (line 1939)
* protect:                               Uncategorized.      (line 1941)
* providecommand:                        Preamble Commands.  (line 2364)
* ps:                                    Letter Commands.    (line 2423)
* psfig:                                 Uncategorized.      (line 1944)
* psfrag:                                Uncategorized.      (line 1946)
* psi:                                   Uncategorized.      (line 1949)
* Psi:                                   Uncategorized.      (line 1951)
* qquad:                                 Uncategorized.      (line 1953)
* quad:                                  Uncategorized.      (line 1955)
* quarto:                                French Commands.    (line 2477)
* quotation:                             Environments.       (line 2776)
* quote:                                 Environments.       (line 2778)
* r:                                     Special Characters. (line 1446)
* raggedbottom:                          Preamble Commands.  (line 2366)
* raggedright:                           Basic Commands.     (line 1337)
* raisebox:                              Uncategorized.      (line 1957)
* rangle:                                Uncategorized.      (line 1960)
* rawhtml:                               Environments.       (line 2780)
* rceil:                                 Uncategorized.      (line 1962)
* Re:                                    Uncategorized.      (line 1964)
* ref:                                   Uncategorized.      (line 1966)
* Ref:                                   HyperLatex Commands.
                                                             (line 2640)
* refstepcounter:                        Uncategorized.      (line 1968)
* renewcommand:                          Preamble Commands.  (line 2368)
* renewenvironment:                      Preamble Commands.  (line 2370)
* renewtheorem:                          Preamble Commands.  (line 2372)
* resizebox:                             Preamble Commands.  (line 2375)
* resizebox*:                            Preamble Commands.  (line 2377)
* rfloor:                                Uncategorized.      (line 1970)
* rfoot:                                 Preamble Commands.  (line 2379)
* rhead:                                 Preamble Commands.  (line 2381)
* rho:                                   Uncategorized.      (line 1972)
* right:                                 Uncategorized.      (line 1974)
* Rightarrow:                            Uncategorized.      (line 1976)
* rightarrow:                            Uncategorized.      (line 1978)
* rightharpoonup:                        Uncategorized.      (line 1980)
* rightleftarrows:                       Uncategorized.      (line 1982)
* rightleftharpoons:                     Uncategorized.      (line 1984)
* rightrightarrows:                      Uncategorized.      (line 1986)
* rm:                                    Font Commands.      (line 1377)
* rm <1>:                                Environments.       (line 2783)
* rmfamily:                              Font Commands.      (line 1378)
* rmfamily <1>:                          Environments.       (line 2785)
* Roman:                                 Uncategorized.      (line 1988)
* roman:                                 Uncategorized.      (line 1991)
* rq:                                    French Commands.    (line 2478)
* rqq:                                   French Commands.    (line 2479)
* rule:                                  Uncategorized.      (line 1994)
* S:                                     HyperLatex Commands.
                                                             (line 2641)
* samepage:                              Uncategorized.      (line 1996)
* savebox:                               Uncategorized.      (line 1999)
* sbox:                                  Uncategorized.      (line 2002)
* sc:                                    Font Commands.      (line 1379)
* sc <1>:                                Environments.       (line 2787)
* scfamily:                              Font Commands.      (line 1380)
* scriptsize:                            Font Commands.      (line 1381)
* scshape:                               Font Commands.      (line 1382)
* scshape <1>:                           Environments.       (line 2789)
* searrow:                               Uncategorized.      (line 2005)
* section:                               Sectioning Commands.
                                                             (line 1461)
* section*:                              Sectioning Commands.
                                                             (line 1462)
* secundo:                               French Commands.    (line 2480)
* setbox:                                Uncategorized.      (line 2007)
* setcounter:                            Preamble Commands.  (line 2383)
* setlength:                             Preamble Commands.  (line 2385)
* settowidth:                            Uncategorized.      (line 2009)
* sf:                                    Font Commands.      (line 1383)
* sf <1>:                                Environments.       (line 2791)
* sffamily:                              Font Commands.      (line 1384)
* sffamily <1>:                          Environments.       (line 2793)
* shortcite:                             Apacite Commands.   (line 2608)
* shortcite <1>:                         AuthorDate Commands.
                                                             (line 2617)
* shortciteA:                            Apacite Commands.   (line 2609)
* shortciteauthor:                       Apacite Commands.   (line 2610)
* shortciteNP:                           Apacite Commands.   (line 2611)
* sigma:                                 Uncategorized.      (line 2012)
* Sigma:                                 Uncategorized.      (line 2014)
* signature:                             Preamble Commands.  (line 2387)
* signature <1>:                         Letter Commands.    (line 2425)
* sim:                                   Uncategorized.      (line 2016)
* simeq:                                 Uncategorized.      (line 2018)
* sl:                                    Font Commands.      (line 1385)
* sl <1>:                                Environments.       (line 2795)
* SLiTeX:                                Logos.              (line 1421)
* sloppypar:                             Environments.       (line 2797)
* slshape:                               Font Commands.      (line 1386)
* slshape <1>:                           Environments.       (line 2799)
* small:                                 Font Commands.      (line 1387)
* small <1>:                             Environments.       (line 2801)
* smallskip:                             Uncategorized.      (line 2020)
* spadesuit:                             Uncategorized.      (line 2022)
* sqrt:                                  Uncategorized.      (line 2024)
* ssmall:                                Font Commands.      (line 1388)
* stackrel:                              Uncategorized.      (line 2026)
* stepcounter:                           Uncategorized.      (line 2028)
* stretch:                               Uncategorized.      (line 2031)
* subparagraph:                          Sectioning Commands.
                                                             (line 1463)
* subparagraph*:                         Sectioning Commands.
                                                             (line 1464)
* subsection:                            Sectioning Commands.
                                                             (line 1465)
* subsection*:                           Sectioning Commands.
                                                             (line 1466)
* subset:                                Uncategorized.      (line 2034)
* subseteq:                              Uncategorized.      (line 2036)
* subsubsection:                         Sectioning Commands.
                                                             (line 1467)
* subsubsection*:                        Sectioning Commands.
                                                             (line 1468)
* succ:                                  Uncategorized.      (line 2038)
* sum:                                   Uncategorized.      (line 2040)
* sum <1>:                               Uncategorized.      (line 2042)
* superieura:                            French Commands.    (line 2481)
* supset:                                Uncategorized.      (line 2044)
* supseteq:                              Uncategorized.      (line 2046)
* surd:                                  Uncategorized.      (line 2048)
* swarrow:                               Uncategorized.      (line 2050)
* tabbing:                               Environments.       (line 2803)
* table:                                 Environments.       (line 2805)
* table*:                                Environments.       (line 2807)
* tableofcontents:                       Uncategorized.      (line 2052)
* tabular:                               Environments.       (line 2809)
* tabular*:                              Environments.       (line 2811)
* tau:                                   Uncategorized.      (line 2054)
* tertio:                                French Commands.    (line 2482)
* TeX:                                   Logos.              (line 1422)
* textalpha:                             Uncategorized.      (line 2056)
* textbeta:                              Uncategorized.      (line 2058)
* textbf:                                Font Commands.      (line 1389)
* textbullet:                            Uncategorized.      (line 2060)
* textchi:                               Uncategorized.      (line 2062)
* textcolor:                             Uncategorized.      (line 2064)
* textDelta:                             Uncategorized.      (line 2066)
* textdelta:                             Uncategorized.      (line 2068)
* textellipsis:                          Uncategorized.      (line 2070)
* textepsilon:                           Uncategorized.      (line 2072)
* texteta:                               Uncategorized.      (line 2074)
* textfont:                              Font Commands.      (line 1390)
* textGamma:                             Uncategorized.      (line 2076)
* textgamma:                             Uncategorized.      (line 2078)
* textheight:                            Preamble Commands.  (line 2389)
* textiota:                              Uncategorized.      (line 2080)
* textit:                                Font Commands.      (line 1391)
* textkappa:                             Uncategorized.      (line 2082)
* textLambda:                            Uncategorized.      (line 2084)
* textlambda:                            Uncategorized.      (line 2086)
* textmd:                                Font Commands.      (line 1392)
* textmu:                                Uncategorized.      (line 2088)
* textnormal:                            Font Commands.      (line 1393)
* textnu:                                Uncategorized.      (line 2090)
* textOmega:                             Uncategorized.      (line 2092)
* textomega:                             Uncategorized.      (line 2094)
* textperiodcentered:                    Uncategorized.      (line 2096)
* textPhi:                               Uncategorized.      (line 2098)
* textphi:                               Uncategorized.      (line 2100)
* textPi:                                Uncategorized.      (line 2102)
* textpi:                                Uncategorized.      (line 2104)
* textPsi:                               Uncategorized.      (line 2106)
* textpsi:                               Uncategorized.      (line 2108)
* textrm:                                Font Commands.      (line 1394)
* textsc:                                Font Commands.      (line 1395)
* textsf:                                Font Commands.      (line 1396)
* textSigma:                             Uncategorized.      (line 2110)
* textsigma:                             Uncategorized.      (line 2112)
* textsl:                                Font Commands.      (line 1397)
* textsubscript:                         Uncategorized.      (line 2114)
* textsuperscript:                       Uncategorized.      (line 2116)
* textTau:                               Uncategorized.      (line 2118)
* texttau:                               Uncategorized.      (line 2120)
* textTheta:                             Uncategorized.      (line 2122)
* texttheta:                             Uncategorized.      (line 2124)
* texttt:                                Font Commands.      (line 1398)
* textup:                                Font Commands.      (line 1399)
* textwidth:                             Preamble Commands.  (line 2391)
* textXi:                                Uncategorized.      (line 2126)
* textxi:                                Uncategorized.      (line 2128)
* textzeta:                              Uncategorized.      (line 2130)
* thanks:                                Uncategorized.      (line 2132)
* the:                                   Basic Commands.     (line 1338)
* thebibliography:                       Environments.       (line 2813)
* theendnotes:                           Preamble Commands.  (line 2393)
* theindex:                              Environments.       (line 2815)
* thepage:                               Preamble Commands.  (line 2395)
* therefore:                             Uncategorized.      (line 2134)
* Theta:                                 Uncategorized.      (line 2136)
* theta:                                 Uncategorized.      (line 2138)
* thispagestyle:                         Preamble Commands.  (line 2397)
* tikzpicture:                           Uncategorized.      (line 2140)
* tilde:                                 Special Characters. (line 1447)
* times:                                 Uncategorized.      (line 2142)
* tiny:                                  Font Commands.      (line 1400)
* title:                                 Uncategorized.      (line 2144)
* titlepage:                             Environments.       (line 2818)
* to:                                    Uncategorized.      (line 2146)
* today:                                 Basic Commands.     (line 1339)
* topmargin:                             Preamble Commands.  (line 2400)
* triangleleft:                          Uncategorized.      (line 2148)
* triangleright:                         Uncategorized.      (line 2150)
* tt:                                    Font Commands.      (line 1401)
* tt <1>:                                Environments.       (line 2820)
* ttfamily:                              Font Commands.      (line 1402)
* ttfamily <1>:                          Environments.       (line 2822)
* twocolumn:                             Uncategorized.      (line 2152)
* typeaout:                              Uncategorized.      (line 2154)
* Typein:                                Uncategorized.      (line 2157)
* typein:                                Uncategorized.      (line 2160)
* typeout:                               Uncategorized.      (line 2163)
* u:                                     Special Characters. (line 1448)
* underbar:                              Font Commands.      (line 1403)
* underline:                             Font Commands.      (line 1404)
* up:                                    French Commands.    (line 2483)
* Uparrow:                               Uncategorized.      (line 2166)
* uparrow:                               Uncategorized.      (line 2168)
* updownarrow:                           Uncategorized.      (line 2170)
* Updownarrow:                           Uncategorized.      (line 2172)
* upshape:                               Font Commands.      (line 1405)
* upsilon:                               Uncategorized.      (line 2174)
* Upsilon:                               Uncategorized.      (line 2176)
* url:                                   Uncategorized.      (line 2178)
* usebox:                                Uncategorized.      (line 2180)
* usepackage:                            Preamble Commands.  (line 2402)
* usepackage [options] {acronym}:        Acronym Commands.   (line 2671)
* uv:                                    Czech Commands.     (line 2448)
* v:                                     Special Characters. (line 1449)
* value:                                 Uncategorized.      (line 2183)
* varepsilon:                            Uncategorized.      (line 2185)
* varnothing:                            Uncategorized.      (line 2187)
* varphi:                                Uncategorized.      (line 2189)
* varpi:                                 Uncategorized.      (line 2191)
* varpropto:                             Uncategorized.      (line 2193)
* varsigma:                              Uncategorized.      (line 2195)
* vartheta:                              Uncategorized.      (line 2197)
* vbox:                                  Uncategorized.      (line 2199)
* vcenter:                               Basic Commands.     (line 1340)
* vdots:                                 Uncategorized.      (line 2201)
* vec:                                   Special Characters. (line 1450)
* vee:                                   Uncategorized.      (line 2203)
* verb:                                  Uncategorized.      (line 2205)
* verb*:                                 Uncategorized.      (line 2207)
* verbatim:                              Environments.       (line 2824)
* Verbatim:                              Environments.       (line 2826)
* verbositylevel:                        Preamble Commands.  (line 2404)
* verse:                                 Environments.       (line 2828)
* voffset:                               Preamble Commands.  (line 2406)
* vref:                                  Uncategorized.      (line 2209)
* vsize:                                 Uncategorized.      (line 2211)
* vskip:                                 Uncategorized.      (line 2213)
* vspace:                                Uncategorized.      (line 2215)
* vspace*:                               Uncategorized.      (line 2217)
* wedge:                                 Uncategorized.      (line 2219)
* wp:                                    Uncategorized.      (line 2221)
* xi:                                    Uncategorized.      (line 2223)
* Xi:                                    Uncategorized.      (line 2225)
* xlink:                                 HyperLatex Commands.
                                                             (line 2642)
* zeta:                                  Uncategorized.      (line 2227)

10 Concept Index
****************

* Menu:

* %latex2rtf:                            Conditional Parsing.
                                                             (line  995)
* APA Support:                           APA Support.        (line  958)
* apacite:                               Cross References.   (line  773)
* apalike:                               Cross References.   (line  773)
* apanat1b:                              Cross References.   (line  773)
* authordate:                            Cross References.   (line  773)
* babel:                                 Language Support.   (line  726)
* bibliography:                          Cross References.   (line  765)
* bibliography, apacite:                 Cross References.   (line  773)
* bibliography, apalike:                 Cross References.   (line  773)
* bibliography, apanat1b:                Cross References.   (line  773)
* bibliography, authordate:              Cross References.   (line  773)
* bibliography, BibTeX:                  Cross References.   (line  769)
* bibliography, harvard:                 Cross References.   (line  773)
* bibliography, natbib:                  Cross References.   (line  773)
* BibTeX:                                Cross References.   (line  769)
* Conditional Parsing:                   Conditional Parsing.
                                                             (line  995)
* Copyright issues:                      History.            (line 1192)
* direct.cfg:                            Input Processing.   (line  971)
* double spacing:                        Page Formatting.    (line  803)
* equations:                             Equations.          (line  812)
* footnotes:                             Cross References.   (line  781)
* geometry package:                      Page Formatting.    (line  803)
* graphics:                              Graphics.           (line  915)
* harvard:                               Cross References.   (line  773)
* History of the program:                History.            (line 1192)
* hyperlatex:                            Hyperlatex.         (line  937)
* iflatextortf:                          Conditional Parsing.
                                                             (line  995)
* ignore.cfg:                            Input Processing.   (line  971)
* index:                                 Cross References.   (line  783)
* input processing:                      Input Processing.   (line  971)
* installation:                          Installation.       (line   77)
* language support:                      Language Support.   (line  726)
* line spacing:                          Page Formatting.    (line  803)
* margins:                               Page Formatting.    (line  803)
* math:                                  Math and Special Symbols.
                                                             (line  863)
* natbib:                                Cross References.   (line  773)
* page formatting:                       Page Formatting.    (line  803)
* pagestyles:                            Pagestyles.         (line  924)
* RTF sucks:                             Introduction.       (line   66)
* setspace package:                      Page Formatting.    (line  803)
* special symbols:                       Math and Special Symbols.
                                                             (line  863)
* tables:                                Tables.             (line  903)

LaTeX2RTF
1 Introduction
2 Installation
  2.1 General
  2.2 Obtaining LaTeX2RTF
  2.3 UNIX
  2.4 plain DOS
  2.5 MS Windows systems
  2.6 Macintosh
  2.7 Problems Compiling
  2.8 Problems with 'make check'
3 Using LaTeX2RTF
  3.1 General Assumptions
  3.2 
  3.3 Debugging
4 Features
  4.1 LaTeX2e
  4.2 Unicode Support
  4.3 Input Encoding
  4.4 Language Support
  4.5 Cross References
  4.6 Page Formatting
  4.7 Equations
  4.8 Math and Special Symbols
  4.9 Tables
  4.10 Graphics
  4.11 Pagestyles
  4.12 Hyperlatex
  4.13 APA Support
5 Configuration
  5.1 Input processing
  5.2 Conditional Parsing
  5.3 Output Formatting
  5.4 Direct Conversion
  5.5 Ignore Command
  5.6 Font Configuration
  5.7 Language Configuration
6 Error Messages and Logging
7 History & Copyright
8 LaTeX2RTF under Development
  8.1 Unimplemented Features
  8.2 Missing options
  8.3 Known Bugs
  8.4 Reporting Bugs
  8.5 Todo List
  8.6 Command List
    8.6.1 General Commands
      8.6.1.1 Basic Commands
      8.6.1.2 Font Commands
      8.6.1.3 Logos
      8.6.1.4 Special Characters
      8.6.1.5 Sectioning Commands
      8.6.1.6 Uncategorized
    8.6.2 Preamble Commands
    8.6.3 Letter Commands
    8.6.4 Language Commands
      8.6.4.1 German Commands
      8.6.4.2 Czech Commands
      8.6.4.3 French Commands
      8.6.4.4 Russian Commands
    8.6.5 Citation Commands
      8.6.5.1 Apacite Commands
      8.6.5.2 AuthorDate Commands
      8.6.5.3 Harvard Commands
      8.6.5.4 HyperLatex Commands
      8.6.5.5 Apacite Commands
    8.6.6 Acronym Commands
    8.6.7 Other Commands
    8.6.8 Environments
9 Function Index
10 Concept Index
