Index of /ctan/support/C++2LaTeX-1_1pl1/

NameLast ModifiedSizeType
../ -  Directory
COPYING1995-Aug-21 00:00:009.7Kapplication/octet-stream
ChangeLog1995-Sep-02 00:00:001.1Kapplication/octet-stream
Makefile1995-Aug-21 00:00:000.5Ktext/x-makefile;charset=utf-8
README1995-Aug-21 00:00:002.0Ktext/plain;charset=utf-8
c++2latex1995-Sep-02 00:00:0059.0Kapplication/octet-stream
c++2latex.11995-Aug-21 00:00:003.8Kapplication/x-troff-man
c++2latex.c1995-Sep-02 00:00:0068.6Ktext/plain;charset=utf-8
c++2latex.c.rebuild1995-Aug-21 00:00:0059.4Kapplication/octet-stream
c++2latex.l1995-Sep-02 00:00:0010.9Kapplication/octet-stream
c++2latex.o1995-Sep-02 00:00:0047.8Kapplication/octet-stream
flex-patch1995-Aug-21 00:00:000.6Kapplication/octet-stream
getopt.aux1995-Sep-02 00:00:000.1Kapplication/octet-stream
getopt.c1995-Aug-21 00:00:0015.8Ktext/plain;charset=utf-8
getopt.dvi1995-Sep-02 00:00:0024.7Kapplication/x-dvi
getopt.h1995-Aug-21 00:00:003.0Ktext/plain;charset=utf-8
getopt.log1995-Sep-02 00:00:004.5Ktext/plain;charset=utf-8
getopt.o1995-Aug-21 00:00:009.5Kapplication/octet-stream
getopt.tex1995-Sep-02 00:00:0031.7Kapplication/x-tex
getopt1.c1995-Aug-21 00:00:003.2Ktext/plain;charset=utf-8
getopt1.o1995-Aug-21 00:00:002.0Kapplication/octet-stream
version.c1995-Sep-02 00:00:000.1Ktext/plain;charset=utf-8
version.o1995-Aug-21 00:00:001.0Kapplication/octet-stream
This is the README for C++2LaTeX Version 1.1 Patchlevel 0.

See ChangeLog for a list of changes from Version 1.0.

The program c++2latex converts ANSI-C/C++ programs into LaTeX source.

It requires flex which can be found on various ftp sites,
 e.g. prep.ai.mit.edu. For those without flex and without the possibility
to get one, I can email the flex'ed program.

Contrary to the manual, flex (2.1-beta and 2.2-alpha) doesn't ignore lines
starting with '#' in the definition section. Either patch your flex with
the unofficial patch flex-patch or first type `make workaround'. This will
strip the comment lines from c++2latex.l.

There are three mutually exclusive compile options for c++2latex:

	C_PLUSPLUS generates a converter called c++2latex that expects
                   C++ input.
                   
	ANSI_C     generates a converter called c2latex that expects
                   ANSI-C input.

	USE_NAME   generates a converter called c++2latex that expects
                   C++ input if the program name (i.e. the name under
                   which the converter is called) contains a '+', else
                   it expects ANSI-C input. This saves disk-space as
                   you can 'ln c++2latex c2latex' and get virtually
                   the same result as with the two other options
                   (which create two independent binaries). However,
                   this is not the default option as changing the
                   behavior (even only the default behavoir) of a
                   program by reaming it might be confusing.

Please note that these options only specify the default behavoir
which can be overridden by the run-time options [-a,+ansi-c] and
[-p,+c-plusplus].

The default option is C_PLUSPLUS. This can be changed by calling
either ``make ANSI_C'' or make ``USE_NAME''. Simply calling ``make''
is the same as calling ``make C_PLUSPLUS''.


The resulting program c{,++}2latex is standalone and uses no environment
variables. It can be installed in your default location without any
problems.

Please notice that this program is under GNU Copyleft.

have fun

		Norbert

panini/0.0.8 us-west-1 b156048a-bcf3-4b4f-96ed-31e873bb3711