home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / c++2latex / part08 / CHANGES next >
Encoding:
Text File  |  1994-08-07  |  1.2 KB  |  32 lines

  1. --- $Id: CHANGES,v 3.0 1994/01/15 17:06:14 joke Rel $
  2.  
  3.     Version 3.0:
  4.  
  5.      *  Like other good, ie. well-behaved unixoid  programs,  all
  6.         C++2LaTeX  tools now act like filters, that is, they read
  7.         their input from stdin, when no input  files  are  given,
  8.         and write their output to stdout; There is thus no longer
  9.         an extra flag (`-p, --pipe')  for  output  generation  on
  10.         stdout present, unlike in previous releases.
  11.  
  12.      *  The `-f, --figure'  and  `-d,  --dots-in-figure'  options
  13.         have  been  added  to generate codefigures, for inclusion
  14.         with the fancycodes.sty LaTeX macros.
  15.  
  16.      *  The package also uses the new GNU getopt `--'  convention
  17.         for  long option flags, instead of the formerly used NON-
  18.         POSIX 2 compliant `+' character.
  19.  
  20.      *  The package now features the  latest  version  (v1.1)  of
  21.         fancyheadings.sty.
  22.  
  23.      *  ``Italic correction'' after keywords has  been  added  on
  24.         user feedback.
  25.  
  26.      *  The ANSI C compliant # and ## pre-processor commands  are
  27.         now recognized.
  28.  
  29.      *  Due to flex(1) version  2.4,  a  bug  in  the  rules  was
  30.         detected  and  fixed.  Octal constants outside of strings
  31.         are now parsed correctly.
  32.