• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

X11/Xaw/H08-Oct-2000-17747

COPYRIGHTH A D01-Oct-20001.1 KiB2322

FileNom.cH A D03-May-202237.3 KiB1,4781,222

FileNom.hH A D16-Mar-19932.5 KiB6832

FileNomP.hH A D01-Oct-20003.4 KiB9654

FileNomWin.cH A D16-Mar-19937.5 KiB245180

FileNomWin.hH A D16-Mar-19931.9 KiB449

FileNomWinP.hH A D16-Mar-19932.7 KiB7232

HISTORYH A D01-Oct-20003.7 KiB12884

ImakefileH A D01-Oct-20002.3 KiB8062

MANIFESTH A D01-Oct-20001.5 KiB4746

Makefile.stdH A D01-Oct-2000727 3019

Porthole.cH A D13-Nov-199411.1 KiB363240

READMEH A D01-Oct-20001.9 KiB9362

ScrollText.cH A D13-Nov-19948.1 KiB289213

ScrollText.hH A D13-Nov-19941.9 KiB4611

ScrollTextP.hH A D13-Nov-19942.4 KiB6929

Viewlist.cH A D13-Nov-19945.8 KiB193120

Viewlist.hH A D13-Nov-19941.7 KiB428

ViewlistP.hH A D13-Nov-19942.4 KiB7230

XTeXcad.adH A D15-Dec-19963.1 KiB9984

graphics.cH A D01-Oct-200025.9 KiB1,003747

graphics.hH A D01-Oct-20002 KiB5019

icon.hH A D15-Nov-19962.2 KiB3433

io_trans.cH A D01-Oct-200019.4 KiB786599

io_trans.hH A D01-Oct-20002 KiB5423

match.cH A D03-May-20223.7 KiB14782

modify.cH A D01-Oct-200010.6 KiB441324

modify.hH A D01-Oct-20001.4 KiB3610

oberfl.cH A D03-May-202228.1 KiB930703

objects.cH A D01-Oct-200030.1 KiB1,249932

objects.hH A D01-Oct-20003.9 KiB11579

patchlevel.hH A D01-Oct-200046 32

res2fb.awkH A D03-Nov-1996285 1211

scandir.cH A D15-Dec-19963.2 KiB11360

shift.xbmH A D13-Nov-19942.6 KiB5348

tickMark.xbmH A D13-Nov-1994188 86

xtexcad.manH A D01-Oct-200013.4 KiB457402

yyscan.hH A D01-Oct-20002.2 KiB6532

yyscan.lH A D03-May-20227.8 KiB266179

README

1				XTeXcad
2
3This is a drawing tool which produces LaTeX picture environment commands.
4The sources are available from
5
6	http://members.nextra.at/johsixt/xtexcad-2.4.1.tar.gz
7	ftp://ftp.eudaptics.com/pub/people/jsixt/xtexcad-2.4.1.tar.gz
8
9
10AUTHORS
11-------
12
13Version 1.2 was implemented by Klaus Zitzmann <zitzmann@infko.uni-koblenz.de>.
14This version has been extensivly changed by Johannes Sixt
15<Johannes.Sixt@telecom.at>, the outcome of which is this version 2.
16Major contributions are due to Notker Amann <amann@isr.uni-stuttgart.de>.
17
18
19INSTALLATION
20------------
21
22To compile you'll need an ANSI C-compiler and lex.
23You probably want to modify Imakefile.
24
25	1. xmkmf
26
27	2. make
28	   Some warnings may be issued when lex.yy.c is compiled. These can
29	   be ignored.
30
31	3. To test type:
32		csh> (setenv XFILESEARCHPATH ./%N.ad; ./xtexcad)
33	   or
34		sh> XFILESEARCHPATH=./%N.ad ./xtexcad
35
36	4. make install
37
38If you don't have xmkmf or imake try:
39
40	make -f Makefile.std
41
42and install manually.
43
44
45CREDITS
46-------
47
48This version of XTeXcad uses the following files not written by the authors
49of XTeXcad:
50
51By J.K.Wight <J.K.Wight@newcastle.ac.uk>:
52
53	FileNom.c
54	FileNom.h
55	FileNomP.h
56	FileNomWin.c
57	FileNomWin.h
58	FileNomWinP.h
59	ScrollText.c
60	ScrollText.h
61	ScrollTextP.h
62	Viewlist.c
63	Viewlist.h
64	ViewlistP.h
65	scandir.c
66
67By Byron Rakitzis <byron@netapp.com>:
68
69	match.c (sligthly changed, see match.c)
70
71These files have been copied from the MIT X11 Release 5 distribution.
72(c) 1990 Massachusetts Institute of Technology.
73
74	Porthole.c
75	X11/Xaw/Porthole.h
76	X11/Xaw/PortholeP.h
77	X11/Xaw/Reports.h
78
79
80BUG REPORTS
81-----------
82
83Please direct all comments, bug reports, bug fixes, patches to:
84
85	Johannes.Sixt@telecom.at
86
87Since English is not my native language all hints concerning the wording of
88English texts in any of the files copyrighted by Johannes Sixt and/or Klaus
89Zitzmann are welcome.
90
91------
92Johannes Sixt <Johannes.Sixt@telecom.at>
93