LaTeX2RTF Changelog

What's new in LaTeX2RTF 2.3.18

May 30, 2020
  • Adds support for user defined counters accessed through the<counter> (Pedro Andres Aranda Gutierrez 2018-12-28),
  • Cleans up Makefile, isolating DESTDIR from PREFIX (Pedro Andres Aranda Gutierrez 2018-12-28),
  • Adds hebrew.cfg

New in LaTeX2RTF 2.3.17 (Apr 18, 2018)

  • Version 2.3.17 adds support for non-ascii characters in verbatim blocks and theorem captions and support for the proof environment

New in LaTeX2RTF 2.3.16 (Aug 14, 2017)

  • Version 2.3.16 fixes ukrainian.cfg and adds check for buffer overflow during construction of command line for latex2rt.exe in l2rshell.cpp

New in LaTeX2RTF 2.3.15 (Aug 14, 2017)

  • Version 2.3.15 fixes a bug when int was followed by frac

New in LaTeX2RTF 2.3.14 (Aug 14, 2017)

  • Version 2.3.14 fixes a bug when int was followed by left or right and adds support for package bm, supporting bm (bold math)

New in LaTeX2RTF 2.3.13 (Aug 14, 2017)

  • Version 2.3.13 fixes a bug in main.c line 368
  • where a comparison was made using "=". Changed to using strcmp(). Does not affect the windows version !!

New in LaTeX2RTF 2.3.12 (Aug 14, 2017)

  • Version 2.3.12 fixes two bugs:
  • if output file is equal to input file, input file was deleted. Added check for file id equality.
  • in windows gui shell, default output file extension in the file selection window was .tex. Changed to .rtf

New in LaTeX2RTF 2.3.9 (Jan 26, 2016)

  • Fix potential vulnerability in processing the LaTeX command \keywords{}.

New in LaTeX2RTF 2.3.8 (Jan 26, 2016)

  • Switch to use the recent version of Ghostscript.
  • Use eps2eps from Ghostscript instead of from MikTeX distribution.
  • Therefore changed the order of program folders in PATH setting in l2rshell.exe (windows GUI) as well as in l2rprep.bat.
  • Modified latex2png script for compatibility with Ghostscript 9.14 and newer
  • (gs 9.14 and newer use a different eps2eps script producing better quality eps files on the expense of containing binary stuff).

New in LaTeX2RTF 2.3.7 (Jan 26, 2016)

  • Extra blank after exclamation mark and after question mark removed.

New in LaTeX2RTF 2.3.6 (Jan 26, 2016)

  • when converting equations to bitmaps or eps, some equations incorrectly got double numbers.
  • Fixed by replacing \begin{equation}...\end{equation} by \begin{displaymath}...\end{displaymath}.

New in LaTeX2RTF 2.3.5 (Jan 26, 2016)

  • Updated address of Free Software Foundation (General Public License).

New in LaTeX2RTF 2.3.4 (Jan 26, 2016)

  • When converting equations to bitmaps or eps, some equations were not correctly converted because \begin{equation}...\end{equation} was replaced by $$...$$.

New in LaTeX2RTF 2.3.3 (Feb 26, 2013)

  • Version 2.3.3 fixes a bug (equations were split at \\ in align environments when converting to bitmaps or eps)

New in LaTeX2RTF 2.3.2 (Feb 14, 2013)

  • Version 2.3.2 fixes a bug (when a temp folder was specified, the temp folder name was not added to eps names in the text) and enables conversion of equations to bitmaps or eps from documents needing pdflatex or xelatex.

New in LaTeX2RTF 2.3.1 (Feb 14, 2013)

  • Version 2.3.1 fixes two bugs: in PutEpsFile (variable eps was undefined) and in funct1.c (figure numbers missing with "-F" option, patch tracker no.3537371).

New in LaTeX2RTF 2.3.0 (Jan 10, 2013)

  • Contains some bug fixes and adds the possibility to convert equations and / or pdf and ps figures to eps and insert the eps and / or bitmap file names in the rtf text.
  • The wordprocessing program by which the rtf is opened can then scan through the text, search for the inserted file names and replace them by actually inserting the figures.

New in LaTeX2RTF 2.2.1 (Jan 10, 2013)

  • Only contains minor changes needed to silence compiler
  • warnings, update documentation, and improve package distribution.
  • No new functionality is included.

New in LaTeX2RTF 2.2.0 (Jan 10, 2013)

  • A bunch of minor bug fixes
  • Adds support for the setspace package
  • Adds support for \bibstyle
  • Extends babel converage to include british, greek, and frenchb languages, Fix \graphicspath, improve
  • handling of cp1251 and support \accent23 for czech

New in LaTeX2RTF 2.1.0 (Jan 10, 2013)

  • Uses Unicode for all characters

New in LaTeX2RTF 1.9.13 (Jan 10, 2013)

  • Supports converting equations to bitmaps. This requires TeX and ImageMagick.