DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦fc85eb9b0⟧ TextFile

    Length: 1171 (0x493)
    Types: TextFile
    Names: »README.PC«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/gnutex/README.PC« 

TextFile

Here are some comments from someone using gnutex on an IBM-PC:

1) WARNING: the file doc/manual/gnutex.aux may have long lines. Don't
worry. Remove it if corrupted and regenerate by latexing gnutex.tex
many times. 

2) The files help/*/.general may need to be renamed to be allowed on
MS-DOS. 

3) Use the large memory model.

4) Some values may be too big for an int; a long should be used for
the variables. In case the variables have not all been fixed to be
long, adjust the following line in term.c:
from
    #define LATEX_UNIT (.01)		/* points */
to
    #define LATEX_UNIT (.05)		/* points */
This will give a rougher graph, but will keep the numbers smaller.

5) Compiled with Microsoft C 5.1, for LaTeX, EGA, and CGA. The command
for compilation is 

cl /c /AL -DPC -DEGA -DLATEX -DCGA *.c

And, for linking,

link plot+internal+version+command+eval+graphics+misc+
parse+scanner+standard+term+util,gn,gn,graphics.lib

This last should be typed all on one line!!!! (i.e. misc+parse ...
should be on one line with no spaces).

Then say

exepack gn.exe gnutex.exe
del gn.exe

to get a smaller executable file.

Thanks to "J.D. McDonald " <mcdonald@uxe.cso.uiuc.edu>