/* * $Id: r2L_version.h,v 1.5 1993/08/16 08:24:45 ralf Exp $ * This file gives the current version number for rtf2LaTeX * History: * $Log: r2L_version.h,v $ * Revision 1.5 1993/08/16 08:24:45 ralf * Minor corrections for THINKC port * * Revision 1.4 1993/07/02 08:23:26 ralf * Fixed bug with endless loop on compilers with unsigned char * (declared variable c for getopt() as int instead of char) * Added support for skipping pictures correctly * (sorry can't do more about pictures for now) * Incorporated changes for the macintosh port by Alex Viskovatoff * viskov@harvard.edu * Removed some fixed boundaries for filenames * Added some configuration hints in the Makefile.2LaTeX * Incorporated support for stdarg by Alex Viskovatoff * * Revision 1.3 1993/04/26 09:15:38 ralf * Corrected bug in selection of Standard vs. Normal Style * Corrected bug of writing into strings in Error Message * Corrected problems people had with SEEK_SET undefined * New rtf special characters bullet, emdash, endash, left double quote, * right double quote, left quote, right quote are now translated. * New Options to use german versions of quotes with german.sty * New option to replace paired double quotes by appropriate left- and right * quotes on output. * In Error messages the name of the program should now be printed. * * Revision 1.2 1993/04/15 09:35:51 ralf * New revision with Paul DuBois changes (using 1.6a3) * Makefile has new features. * * Revision 1.1 1993/04/14 14:34:52 ralf * Initial revision * */ static char *version = "Version $Revision: 1.5 $; $Date: 1993/08/16 08:24:45 $ $State: Exp $";