-
Notifications
You must be signed in to change notification settings - Fork 2
/
basic_operation.html
125 lines (93 loc) · 4.73 KB
/
basic_operation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var tiki_cookie_jar = new Array();
tiki_cookie_jar = {
};
</script>
<script type="text/javascript" src="lib/tiki-js.js"></script><title>JGEX Documentation : Basic Operation</title>
<link rel="StyleSheet" href="lib/1.css" type="text/css">
<link rel="StyleSheet" href="styles/cindydoc.css" type="text/css">
<link rel="alternate" type="application/xml" title="RSS Wiki" >
<style type="text/css">
<!--
.style2 {font-size: 18px}
-->
</style>
</head>
<body>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000;"></div>
<script type="text/javascript" language="JavaScript" src="lib/overlib.js"></script>
<div id="tiki-clean">
<div id="tiki-mid">
<div class="wikitopline"></div>
<div class="wikitext"> The diagram in JGEX can be save as three types of format: "<strong>.gex"</strong>, "<strong>.txt</strong>", "<strong>.PS</strong>".
<p><br />
1. <img src="images/new.gif" alt="" align="left" border="0" height="24" width="24" /></p>
<p><strong class="wiki">New</strong><br />
Clear everything and begin with a fresh new example.</p>
<p> </p>
<p>2.<br />
<img src="images/open.gif" alt="" align="left" border="0" height="24" width="24" /></p>
<p><strong class="wiki">Open</strong><br />
Open (load) an new example. The current example will be overridden. If you need to keep it, be sure to save it before opening a new example.</p>
<p> </p>
<p>3.<br />
<img src="images/save.gif" alt="" align="left" border="0" height="24" width="24" /></p>
<p><strong class="wiki">Save</strong><br />
After the diagram and/or its visual proof have been prepared, we can save it to a file with the <strong>.gex </strong>extension for future uses.<br />
</p>
<p> </p>
<p>4.<br />
<strong> <span class="wiki">Save as </span></strong><span class="wiki">..</span><br />
Save the file as a new file.<br />
</p>
<p> </p>
<p>5.<br />
<strong> <span class="wiki">Save as </span></strong>PS<br />
Save the diagram as a <strong>PS</strong> file. This action will popup a dialog for use to select the mode of the ps: </p>
<p><img src="image6/asps.gif" width="350" height="120" /> </p>
<p><strong>Color</strong>: Colorful PS file <br />
<strong>Gray</strong>: PS file in Gray.
<br />
<strong>Black and White</strong>: PS file with only two color: black and white. <br />
<strong>Point filled with background colo</strong>r: Normal the points are circles in different color. This option allows all the points in the PS file are filled with background color. <br />
</p>
<p> </p>
<p>6.<br />
<span class="wiki"><strong> Save as Text</strong></span><br />
After the diagram is drawn and the conclusion is given, the user can save it as the text-based input for the furture use. The text shows the construction of the diagram step by step. Note that some information may be lost during saving. ( For example, Color of the elments, Font of the text). </p>
<p> </p>
<p><span class="wikitable">7.</span><strong class="wiki"> <br />
Save as PDF </strong><br />
Save the diagram as a <strong>PDF</strong> file. </p>
<p> </p>
<p><span class="wikitable">8.
</span><span class="wiki"><strong><br />
Save as Image </strong></span><br />
Save the diagram as a static image. The type of the file can be JPG, BMP, PNG etc. This action will popup a window containing all the elements in the drawing pane. The user need to choose a rect to export. </p>
<p> </p>
<p><span class="wikitable">9.
</span><strong class="wiki"><br />
Save as Animated Image </strong><br />
Save the diagram a animated image. The user need to use the menu "Action -> Animation" to define an animation first. For detail, see the action: <span class="wiki">Animation >></span>. </p>
<p> </p>
<p><span class="wikitable">10.
</span><strong class="wiki"><br />
Save Proof as Animated Image </strong><br />
Save the proof as an animated image. </p>
<p> </p>
<p><span class="wikitable">11. </span><strong class="wiki"><br />
Print</strong><br />
Print the diagram with the local printer<span class="wikitable">.</span></p>
<p> </p>
<p><span class="wikitable">12.</span><strong class="wiki">
<br />
Exit</strong><br />
Exit the program. </p>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>