File: settings.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (33 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download | duplicates (2)
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
<chapter id="gui_settings" xreflabel="settings">
	<title>Settings</title>

	<para>
			Settings options in PDFEdit is very easy. Options can be set are in gui or directly in configuration
			file <emphasis>pdfeditrc</emphasis> in <emphasis>~/.pdfedit</emphasis> and in PDFEdit home directory.
			If exist diferent setting for some option, is use setting in <emphasis>~/.pdfedit/pdfeditrc</emphasis>.
	</para>
	<para>
			To execute options dialog in gui click to menu on Tools/Options. Or type to
			command console <emphasis>options()</emphasis>. Or click to options icon in toolbars.
			<mediaobject>
				<imageobject>
					<imagedata fileref="gui/menuAndToolbarsFun/images/menu_tools.png" format="PNG"/>
				</imageobject>
				<textobject>
					<phrase>Execute options dialog from menu</phrase>
				</textobject>
				<caption><para>Execute options dialog from menu</para></caption>
			</mediaobject>
	</para>

	<para>
	</para>

	&gui_settings_editor;
	&gui_settings_paths;
	&gui_settings_objecttree;
	&gui_settings_commandline;
	&gui_settings_toolbars;
	&gui_settings_lookandfeel;

</chapter>