File: commands.docbook

package info (click to toggle)
ktikz 0.13.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,136 kB
  • sloc: cpp: 10,491; xml: 701; sh: 131; makefile: 19
file content (658 lines) | stat: -rw-r--r-- 26,726 bytes parent folder | download | duplicates (5)
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<chapter id="chap-commands">
<title>Command Reference</title>

<!-- (OPTIONAL, BUT RECOMMENDED) This chapter should list all of the
     application windows and their menubar and toolbar commands for easy reference.
     Also include any keys that have a special function but have no equivalent in the
     menus or toolbars. This may not be necessary for small apps or apps with no tool
     or menu bars. -->

<sect1 id="sect1-commands-file-menu">
	<title>The <guimenu>File</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term id="term-commands-file-new">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>New</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This starts a new document in a new and independent editor window.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-open">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>O</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Open...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Displays a standard &kde; <guilabel>Open File</guilabel> dialog.  Use the file view to select the file you want to open, and click on <guibutton>Open</guibutton> to open it.  You can find more information about the &kde; <guilabel>Open File</guilabel> dialog in the &kde; User Guide.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-open-recent">
			<menuchoice>
				<guimenu>File</guimenu>
				<guisubmenu>Open Recent</guisubmenu>
			</menuchoice>
		</term>
		<listitem>
			<para>This is a shortcut to open recently saved documents.  Clicking on this item opens a list to the side of the menu with several of the most recently saved files.  Clicking on a specific file will open it in &kappname; - if the file still resides at the same location.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-save">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>S</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Save</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This saves the current document.  If there has already been a save of the document then this will overwrite the previously saved file without asking for the user's consent.  If it is the first save of a new document the save as dialog (described below) will be invoked.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-save-as">
			<menuchoice>
				<guimenu>File</guimenu>
				<guimenuitem>Save As...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This allows a document to be saved with a new file name.  This is done by means of the file dialog box described above in the <link linkend="term-commands-file-open">Open</link> section of this help file.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-export">
			<menuchoice>
				<guimenu>File</guimenu>
				<guimenuitem>Export</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Exports the current document to different formats, so that the document can be viewed as an image.  Currently the document can be exported as Encapsulated PostScript (EPS), Portable Document Format (PDF), Portable Network Graphics (PNG), Joint Photographic Experts Group Format (JPEG), Tagged Image File Format (TIFF) and Windows Bitmap (BMP).</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-reload">
			<menuchoice>
				<shortcut><keycombo action="simul"><keycap>F5</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Reload</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Reload the current document from disk.  If you have made unsaved changes, you will be prompted to save the file before &kappname; reloads it.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-print">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>P</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Print...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Opens a simple print dialog allowing the user to specify what, where, and how to print.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-close">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Close</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Close the active file with this command.  If you have made unsaved changes, you will be prompted to save the file before &kappname; closes it.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-file-quit">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo></shortcut>
				<guimenu>File</guimenu>
				<guimenuitem>Quit</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This will close the editor window, if you have more than one instance of &kappname; running, through the <guimenuitem>New</guimenuitem> or <guimenuitem>Open</guimenuitem> menu items, those instances will not be closed.</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-edit-menu">
	<title>The <guimenu>Edit</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term id="term-commands-edit-undo">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Undo</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This is used to eliminate or reverse the most recent user action or operation.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-redo"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>Z</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Redo</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This will reverse the most recent change (if any) made using <guilabel>Undo</guilabel>.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-cut"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Cut</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This command deletes the current selection and places it on the clipboard.  The clipboard is a feature of &kde; that works invisibly to provide a way to transfer data between applications.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-copy"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Copy</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This copies the currently selected text to the clipboard so that it may be pasted elsewhere.  The clipboard is a feature of &kde; that works invisibly to provide a way to transfer data between applications.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-paste"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>V</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Paste</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This will insert the contents of the clipboard at the cursor position.  The clipboard is feature of &kde; that works invisibly to provide a way to transfer data between applications.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-select-all"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>A</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Select All</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This will select the entire document.  This could be very useful for copying the entire file to another application.</para>
		</listitem>
	</varlistentry>

<!--
	<varlistentry>
		<term>
			<anchor id="term-commands-edit-deselect"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>A</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Deselect</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Deselects the selected text in the editor if any.</para>
		</listitem>
	</varlistentry>
-->

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-indent"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo></shortcut>
				<guimenu>Tools</guimenu>
				<guimenuitem>Indent</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This increases the paragraph's indentation by one step.  The size of the step can be selected in the dialog that appears when triggering this action.</para>
		</listitem>
	</varlistentry>

<!--
	<varlistentry>
		<term>
			<anchor id="term-commands-edit-unindent"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>I</keycap></keycombo></shortcut>
				<guimenu>Tools</guimenu>
				<guimenuitem>Unindent</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This reduces the paragraph's indentation by one step.  The size of the step depends on the <link linkend="pref-edit-indent">indentation settings</link>.</para>
		</listitem>
	</varlistentry>
-->

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-comment"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>D</keycap></keycombo></shortcut>
				<guimenu>Tools</guimenu>
				<guimenuitem>Comment</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This adds the LaTeX comment character <quote>%</quote> and one space to the beginning of the line where the text cursor is located or to the beginning of any selected lines.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-uncomment"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>D</keycap></keycombo></shortcut>
				<guimenu>Tools</guimenu>
				<guimenuitem>Uncomment</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This removes the LaTeX comment character <quote>%</quote> and one space (if any exist) from the beginning of the line where the text cursor is located or from the beginning of any selected lines.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-find"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>F</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Find...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This opens the search bar at the bottom of the editor window.  On the left side of the bar is an icon to close the bar, followed by a small text box for entering the search pattern.</para>
			<para>You have to enter the characters of your search pattern and press the <guibutton>Find</guibutton> button.  If there is a match in the text, this is highlighted.  Continue to press the <guibutton>Find</guibutton> button to find the next matches.  If the search pattern does not match any string in the subsequent text anymore, a dialog asking to start searching from the beginning is shown.</para>
			<para>Use the <guibutton>Search Backwards</guibutton> or <guibutton>Search Forward</guibutton> button to direct the search to proceed in an upwardly or downwardly direction.</para>
			<para>You can modify the search behavior by selecting different <guilabel>Options</guilabel>: Checking <guilabel>Whole Words Only</guilabel> prevents the search from stopping on words that contain the searched for pattern.  Selecting <guilabel>Case Sensitive</guilabel> will limit finds to entries that match the case (upper or lower) of each of the characters in the search pattern.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-find-again"/>
			<menuchoice>
				<shortcut><keycombo action="simul"><keycap>F3</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Find Next</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This repeats the last find operation, if any, otherwise starts a new find operation.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-edit-find-previous">
			<menuchoice>
				<shortcut><keycombo action="simul">&Shift;<keycap>F3</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Find Previous</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This repeats the last find operation, if any, searching backwards instead of forwards through the document.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-edit-replace"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>R</keycap></keycombo></shortcut>
				<guimenu>Edit</guimenu>
				<guimenuitem>Replace...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This opens the search and replace bar at the bottom of the editor window.  On the left side of the bar is an icon to close the bar, followed by a small text box for entering the search pattern.</para>
			<para>Use the <guibutton>Search Backwards</guibutton> or <guibutton>Search Forward</guibutton> button to direct the search to proceed in an upwardly or downwardly direction.</para>
			<para>You can modify the search behavior by selecting different <guilabel>Options</guilabel>: Checking <guilabel>Whole Words Only</guilabel> prevents the search from stopping on words that contain the searched for pattern.  Selecting <guilabel>Case Sensitive</guilabel> will limit finds to entries that match the case (upper or lower) of each of the characters in the search pattern.</para>
			<para>Enter the text to be replaced in the text box labeled <guilabel>Find</guilabel> and the text to replace with in the text box labeled <guilabel>Replace</guilabel>, then click the <guibutton>Replace</guibutton> button.  The replace bar is replaced by a set of buttons.  If there is a match in the text, this is highlighted.  Press <guibutton>Replace</guibutton> to replace the currently highlighted text.  Continue to press the <guibutton>Replace</guibutton> button to find and replace the next matches.  If the search pattern does not match any string in the subsequent text anymore, a dialog asking to start searching from the beginning is shown.  Press the <guibutton>Replace All</guibutton> button to replace the search text in the whole document.  Press the <guibutton>Don't Replace</guibutton> button to skip the currently highlighted text and find the next match.  Press the <guibutton>Cancel</guibutton> button to cancel the replacing.</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-view-menu">
	<title>The <guimenu>View</guimenu> menu</title>

	<para>The <guimenu>View</guimenu> menu allows you to manage settings specific to the preview.</para>

	<variablelist>
	<varlistentry>
		<term>
			<anchor id="term-commands-view-zoom-in"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>+</keycap></keycombo></shortcut>
				<guimenu>View</guimenu>
				<guimenuitem>Zoom In</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Increase the magnification of the document view.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-view-zoom-out"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>-</keycap></keycombo></shortcut>
				<guimenu>View</guimenu>
				<guimenuitem>Zoom Out</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Decrease the magnification of the document view.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-view-previous-image"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Alt;<keycap>Left</keycap></keycombo></shortcut>
				<guimenu>View</guimenu>
				<guimenuitem>Previous Image</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Show the preview of the previous TikZ picture in the code.  This item is only shown when there are multiple TikZ pictures in the code (delimited by <quote>\begin{tikzpicture}</quote> and <quote>\end{tikzpicture}</quote>).</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-view-next-image"/>
			<menuchoice>
				<shortcut><keycombo action="simul">&Alt;<keycap>Right</keycap></keycombo></shortcut>
				<guimenu>View</guimenu>
				<guimenuitem>Next Image</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Show the preview of the next TikZ picture in the code.  This item is only shown when there are multiple TikZ pictures in the code (delimited by <quote>\begin{tikzpicture}</quote> and <quote>\end{tikzpicture}</quote>).</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-go-menu">
	<title>The <guimenu>Go</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term id="term-commands-go-to-line">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>G</keycap></keycombo></shortcut>
				<guimenu>Go</guimenu>
				<guimenuitem>Go to Line...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This opens the goto line bar at the bottom of the window which is used to have the cursor jump to a particular line (specified by number) in the document.  The line number may be entered directly into the text box or graphically by clicking on the up or down arrow spin controls at the side of the text box.  The little up arrow will increase the line number and the down arrow decrease it.  Close the bar with a click on the icon on the left side of the bar.</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-process-menu">
	<title>The <guimenu>Process</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term id="term-commands-stop-process">
			<menuchoice>
				<shortcut><keycombo action="simul"><keycap>Esc</keycap></keycombo></shortcut>
				<guimenu>Process</guimenu>
				<guimenuitem>Stop Process</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Abort the execution of the currently running process.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-view-log">
			<menuchoice>
				<guimenu>Process</guimenu>
				<guimenuitem>View Log</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Show the LaTeX log file in the <guilabel>Messages</guilabel> panel.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-shell-escape">
			<menuchoice>
				<guimenu>Process</guimenu>
				<guimenuitem>Shell Escape</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Enable LaTeX to run shell commands, this is needed when you want to plot functions using <command>gnuplot</command> within TikZ.  <warning><para>Enabling this may cause malicious software to be run on your computer!  Check the LaTeX code to see which commands are executed.</para></warning></para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-insert-menu">
	<title>The <guimenu>Insert</guimenu> Menu</title>
	<para>This menu contains a (currently non-exhaustive) list of TikZ commands.  By selecting them, you can insert them in the text at the cursor's current position.</para>
</sect1>

<sect1 id="sect1-commands-usersnippets-menu">
	<title>The <guimenu>User snippets</guimenu> Menu</title>
	<para>This menu contains the list of user-defined TikZ commands.  By selecting them, you can insert them in the text at the cursor's current position.  The entries of this menu can be edited by selecting <guimenuitem>Edit user commands</guimenuitem>.</para>
</sect1>

<sect1 id="sect1-commands-bookmarks-menu">
	<title>The <guimenu>Bookmarks</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term id="term-commands-set-bookmark">
			<menuchoice>
				<shortcut><keycombo action="simul">&Ctrl;<keycap>B</keycap></keycombo></shortcut>
				<guimenu>Bookmarks</guimenu>
				<guimenuitem>Set Bookmark</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Set or unset a bookmark for the current line in the text editor.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-previous-bookmark">
			<menuchoice>
				<shortcut><keycombo action="simul">&Alt;<keycap>Up</keycap></keycombo></shortcut>
				<guimenu>Bookmarks</guimenu>
				<guimenuitem>Previous Bookmark</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Go to the line in the text editor which has the previous bookmark.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term id="term-commands-next-bookmark">
			<menuchoice>
				<shortcut><keycombo action="simul">&Alt;<keycap>Down</keycap></keycombo></shortcut>
				<guimenu>Bookmarks</guimenu>
				<guimenuitem>Next Bookmark</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Go to the line in the text editor which has the next bookmark.</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-settings-menu">
	<title>The <guimenu>Settings</guimenu> Menu</title>

	<variablelist>
	<varlistentry>
		<term>
			<anchor id="term-commands-show-toolbars"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Toolbars</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This submenu lists the available toolbars, each item toggles the display of the associated toolbar.  When checked, each item displays a movable toolbar containing buttons used to initiate frequently used commands.  When unchecked the toolbar is hidden.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-show-sidebars"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Sidebars</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This submenu lists the available sidebars, each item toggles the display of the associated sidebar.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-show-statusbar"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Show Statusbar</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>When checked, this displays a small bar at the bottom of the editor containing information about the status of the current document.  When unchecked the status bar is hidden.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-configure-keybindings"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Configure Shortcuts...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This command opens a dialog box whereby the <link linkend="sect1-using-ktikz-keybindings">shortcuts</link> may be changed.  A display window shows the list of commands (actions) and their assigned shortcuts, alternates and global shortcuts. The <guilabel>Search</guilabel> line above the list window is used to filter the shortcut list.  Selecting an action with a &LMB; click (either on the action name or shortcut cell for the default shortcut or on the alternate cell for an alternative) displays the <guilabel>Default</guilabel> and <guilabel>Custom</guilabel> radio buttons below the selected action.</para>
			<para>To assign or change a shortcut click on the <guilabel>None</guilabel> button. Its label changes then to <guilabel>Input</guilabel>, now press the new key combination for the action.</para>
			<para>For example, with the <guilabel>About &kde;</guilabel> action selected in the display window, press the &Ctrl;, &Alt; and the <keycap>K</keycap> key on the keyboard.  This would mean that anytime you hold down the &Ctrl; and &Alt; buttons and pressed <keycap>K</keycap> (while using &kappname;) the <guilabel>About &kde;</guilabel> display box would be called.</para>
			<para>Use the buttons at the bottom of the dialog to set all shortcuts back to their defaults, print the shortcut list or cancel all changes. Click the <guilabel>OK</guilabel> button to close the dialog and accept all changes.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-configure-toolbars"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Configure Toolbars...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This will open the dialog whereby the toolbar configuration may be changed.  The user can choose which shortcut buttons should appear on the toolbar.  A display window on the left lists the commands available to placed on the toolbar.  A display on the right lists those commands already on the toolbar.  A set of four arrow buttons between the two displays manipulates the selections.  The right pointing arrow places any command selected in the left pane onto the right pane, <abbrev>i.e.</abbrev>, it is added to the toolbar.  The left arrow does just the opposite, removing any action selected in the right window from the toolbar.  The up and down pointing arrows change the position of an action selected in the right window which changes the position of its button in the toolbar.</para>
		</listitem>
	</varlistentry>

	<varlistentry>
		<term>
			<anchor id="term-commands-preferences"/>
			<menuchoice>
				<guimenu>Settings</guimenu>
				<guimenuitem>Configure &kappname;...</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>This menu item opens a dialog whereby several different <link linkend="chap-configuration">settings</link> may be adjusted.</para>
		</listitem>
	</varlistentry>
	</variablelist>
</sect1>

<sect1 id="sect1-commands-help-menu">
	<title>The <guimenu>Help</guimenu> Menu</title>

	<para>&ktikz; has a standard &kde; <guimenu>Help</guimenu> as described below, with one addition:</para>

	<variablelist>
	<varlistentry>
		<term>
			<menuchoice>
				<guimenu>Help</guimenu>
				<guimenuitem>TikZ Manual</guimenuitem>
			</menuchoice>
		</term>
		<listitem>
			<para>Opens the TikZ Manual.  This is the full TikZ Manual bundled with the LaTeX PGF package, it contains a tutorial on how to use TikZ and a reference guide of all PGF and TikZ commands.</para>
		</listitem>
	</varlistentry>
	</variablelist>

	<para>The standard &kde; <guimenu>Help</guimenu> entries are:</para>

	&help.menu.documentation;
</sect1>
</chapter>