]> git.lyx.org Git - lyx.git/blob - lib/examples/linuxdoc_manpage.lyx
another translation from Hartmut
[lyx.git] / lib / examples / linuxdoc_manpage.lyx
1 #LyX 1.4.0cvs created this file. For more info see http://www.lyx.org/
2 \lyxformat 243
3 \begin_document
4 \begin_header
5 \textclass manpage
6 \options title="LyX" sectnum="1"
7 \language english
8 \inputencoding default
9 \fontscheme default
10 \graphics default
11 \paperfontsize 10
12 \spacing single
13 \papersize default
14 \use_geometry false
15 \use_amsmath 0
16 \cite_engine basic
17 \use_bibtopic false
18 \paperorientation portrait
19 \secnumdepth -2
20 \tocdepth -1
21 \paragraph_separation indent
22 \defskip medskip
23 \quotes_language english
24 \quotes_times 2
25 \papercolumns 1
26 \papersides 1
27 \paperpagestyle default
28 \tracking_changes false
29 \output_changes true
30 \end_header
31
32 \begin_body
33
34 \begin_layout Section
35
36 Name
37 \end_layout
38
39 \begin_layout Standard
40
41 lyx - A Document Processor
42 \end_layout
43
44 \begin_layout Section
45
46 Synopsis
47 \end_layout
48
49 \begin_layout Standard
50
51 lyx [ command-line switches] [name.lyx ...
52  ] 
53 \end_layout
54
55 \begin_layout Section
56
57 Description
58 \end_layout
59
60 \begin_layout Standard
61
62
63 \emph on
64 LyX
65 \emph default
66  is too complex to be described completely in the "man" page format.
67  If your system is properly configured, you can access the full documentation
68  within 
69 \emph on
70 LyX
71 \emph default
72  under the Help menu.
73  
74 \end_layout
75
76 \begin_layout Standard
77
78
79 \emph on
80 LyX
81 \emph default
82  is a modern approach of writing documents with a computer which breaks
83  with the tradition of the obsolete typewriter concept.
84  It is designed for people who want a professional output with a minimum
85  of time effort, without becoming specialists in typesetting.
86  Compared to common word processors, 
87 \emph on
88 LyX
89 \emph default
90  will increase the productivity a lot, since most of the typesetting will
91  be done by the computer, not the author.
92  With 
93 \emph on
94 LyX
95 \emph default
96  the author can concentrate on the contents of his writing, since the computer
97  will take care of the look.
98  Read more about this concept in the online documentation under the Help
99  menu.
100  
101 \end_layout
102
103 \begin_layout Standard
104
105 Currently, 
106 \emph on
107 LyX
108 \emph default
109  uses the XForms library as a toolkit.
110  
111 \emph on
112 LyX
113 \emph default
114  should run everywhere, where XForms runs.
115  This is on all major Unix platforms as well as some PC platforms, including
116  Sun, SGI, HP, Compaq Tru64, IBM RS6000, Convex, Cray, i386/Linux, Alpha/Linux,
117  i386/FreeBSD, i386/NetBSD, DecSystem(mips)/Ultrix, OS/2 with XFree or PMX
118  and others.
119  
120 \end_layout
121
122 \begin_layout Section
123
124 Options
125 \end_layout
126
127 \begin_layout Standard
128
129
130 \emph on
131 LyX
132 \emph default
133  supports the following command-line switches, which can also be specified
134  as X resources (e.
135  g.
136  in .Xdefaults) with class name 
137 \emph on
138 LyX
139 \emph default
140
141 \end_layout
142
143 \begin_layout Description
144
145 -help summarizes LyX usage
146 \end_layout
147
148 \begin_layout Description
149
150 -sysdir directory sets system directory.
151  Normally not needed.
152 \end_layout
153
154 \begin_layout Description
155
156 -userdir directory sets user directory.
157  Needed if you want to use LyX with different lyxrc settings.
158 \end_layout
159
160 \begin_layout Description
161
162 -geometry WxH+X+Y specifies the preferred size and position of the main
163  LyX window; see X(1).
164 \end_layout
165
166 \begin_layout Description
167
168 -dbg feature[,feature...] where feature is a name or number.
169  Use "lyx -dbg" to see the list of available debug features.
170 \end_layout
171
172 \begin_layout Description
173
174 -x [--execute] command where command is a lyx command.
175 \end_layout
176
177 \begin_layout Description
178
179 -e [--export] fmt where fmt is the export format of choice.
180 \end_layout
181
182 \begin_layout Description
183
184 -i [--import] fmt file.xxx where fmt is the import format of choice and file.xxx
185  is the file to be imported.
186  
187 \end_layout
188
189 \begin_layout Standard
190
191 Furthermore, LyX understands the following generic command line options
192  from the Forms Library: 
193 \end_layout
194
195 \begin_layout Description
196
197 -display host:display specifies the server to connect to.
198 \end_layout
199
200 \begin_layout Description
201
202 -bw borderwidth specifies the border width to use to built-in objects.
203 \end_layout
204
205 \begin_layout Description
206
207 -visual visualName requests a visual by name such as TrueColor etc.
208  By default the Forms Library always selects the visual that has the most
209  depth.
210 \end_layout
211
212 \begin_layout Description
213
214 -depth depth requests a specific depth.
215  Try "-depth best" or "-depth 8" if you get a bad match.
216 \end_layout
217
218 \begin_layout Description
219
220 -debug level generates some info about the state of the XForms.
221  where level is an integer between 1-5 and controls the amount of information
222  to output.
223  Depending on the options used when the Forms Library was built, a level
224  more than 3 might not be available.
225 \end_layout
226
227 \begin_layout Description
228
229 -sync runs the application in synchronous mode with debug level set to 4.
230 \end_layout
231
232 \begin_layout Description
233
234 -private requests a private colormap for the application.
235 \end_layout
236
237 \begin_layout Description
238
239 -shared requests a shared colormap even if the application needs more colors
240  than available.
241  For those colors that can't be allocated in the shared colormap, substitutions
242  are made so the closest matching color is used.
243 \end_layout
244
245 \begin_layout Description
246
247 -stdcmap requests a standard colormap.
248 \end_layout
249
250 \begin_layout Description
251
252 -name newname specifies the application name under which resources are to
253  be obtained, rather than the default executable file name.
254  
255 \end_layout
256
257 \end_body
258 \end_document