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

..03-May-2022-

READMEH A D20-Nov-2020902 5128

align.plH A D20-Nov-202016.7 KiB568490

attribute.plH A D20-Nov-202021.8 KiB607513

canvas.plH A D20-Nov-202047.9 KiB1,3331,123

config.plH A D20-Nov-202010.4 KiB314279

doc.docH A D20-Nov-202029.9 KiB771625

draw.plH A D20-Nov-202031.7 KiB816688

exportpl.plH A D20-Nov-202013.9 KiB468412

gesture.plH A D20-Nov-202055.1 KiB1,5171,242

importpl.plH A D20-Nov-20205 KiB145122

menu.plH A D20-Nov-202020.8 KiB592492

shapes.plH A D20-Nov-202033.1 KiB968785

undo.plH A D20-Nov-202016.9 KiB471392

README

1			XPCE-4 Drawing Package
2
3Author:		Jan Wielemaker
4		SWI
5		University of Amsterdam
6		Roetersstraat 15
7		1018 WB  Amsterdam
8		E-mail: jan@swi.psy.uva.nl
9
10Status:		Under development
11
12
13SYNOPSIS
14
15This  directory contains the  sources for  a  drawing tool written  in
16XPCE.  PceDraw is a written as a medium-sized demo program for PCE-4.
17
18
19
20STARTING PCEDRAW
21
22The library  directory  immediately  above   contains a  file   called
23`pcedraw.pl', which defines the toplevel goals:
24
25	pcedraw/0
26	pcedraw(+File)
27
28Using the autoload facilities of SWI-Prolog, PceDraw can be started by
29just typing:
30
31        1 ?- pcedraw.
32
33
34GENERATING DOCUMENTATION
35
36A LaTeX document can be generated from the files in this directory.
37To do so, one requires:
38
39	* LaTeX version 2.09, including the macro package psfig for
40	  including PostScript
41
42	* perl
43
44The generate the .dvi file for the documentation, type
45
46	% make
47	% make
48
49
50
51