home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cpp2latx.zip / README < prev    next >
Text File  |  1991-12-18  |  2KB  |  44 lines

  1. /*
  2.  *  C++2LaTeX: Produce prettyprinted LaTeX files from  C++ or C sources.
  3.  *  Copyright (C) 1990 Norbert Kiesel
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 1, or (at your option)
  8.  *  any later version.
  9.  *
  10.  *  This program is distributed in the hope that it will be useful,
  11.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *  GNU General Public License for more details.
  14.  *
  15.  *  You should have received a copy of the GNU General Public License
  16.  *  along with this program; if not, write to the Free Software
  17.  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  *  Norbert Kiesel     
  20.  *  RWTH Aachen / Institut f. Informatik III
  21.  *  Ahornstr. 55
  22.  *  D-5100 Aachen
  23.  *  West Germany  
  24.  *
  25.  *  Phone:  +49 241 80-7266
  26.  *  EUNET:  norbert@rwthi3.uucp
  27.  *  USENET: ...!mcvax!unido!rwthi3!norbert
  28.  *  X.400:  norbert@rwthi3.informatik.rwth-aachen.de
  29.  *
  30.  *  Please contact me for any bugs you find in this code or any
  31.  *  improvements! I'd also be very happy to get feedback where and
  32.  *  how frequently this program is used (just drop a little mail :-).
  33.  *
  34.  *  ---------------------------------------------------------------------
  35.  *
  36.  *  C++2LaTeX 2.0:
  37.  *  Produce even more prettyprinted LaTeX files from C++ or C sources.
  38.  *
  39.  *  Copyright (C) 1991    Joerg Heitkoetter
  40.  *  Systems Analysis Group, University of Dortmund
  41.  *  (heitkoet@gorbi.informatik.uni-dortmund.de).
  42.  *
  43.  */
  44.