]> git.lyx.org Git - lyx.git/blob - lib/doc/LFUNs.lyx
Merge remote-tracking branch 'features/scroll-reloaded'
[lyx.git] / lib / doc / LFUNs.lyx
1 # gen_lfuns.py generated this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass article
6 \begin_preamble
7 \renewcommand{\descriptionlabel}[1]{\hspace\labelsep\upshape\bfseries #1:}
8 \renewenvironment{description}{\list{}{%
9   \setlength{\itemsep}{-2pt}
10   \advance\leftmargini6\p@ \itemindent-12\p@
11   \labelwidth\z@ \let\makelabel\descriptionlabel}%
12 }{
13   \endlist
14 }
15 \end_preamble
16 \use_default_options false
17 \maintain_unincluded_children false
18 \begin_local_layout
19 Style Description
20 LabelIndent           MM
21 LeftMargin            MMMMMxx
22 End
23 \end_local_layout
24 \language english
25 \language_package default
26 \inputencoding auto
27 \fontencoding global
28 \font_roman default
29 \font_sans default
30 \font_typewriter default
31 \font_math auto
32 \font_default_family default
33 \use_non_tex_fonts false
34 \font_sc false
35 \font_osf false
36 \font_sf_scale 100
37 \font_tt_scale 100
38 \graphics default
39 \default_output_format default
40 \output_sync 0
41 \bibtex_command default
42 \index_command default
43 \paperfontsize default
44 \spacing single
45 \use_hyperref false
46 \papersize default
47 \use_geometry true
48 \use_package amsmath 1
49 \use_package amssymb 1
50 \use_package cancel 0
51 \use_package esint 1
52 \use_package mathdots 0
53 \use_package mathtools 0
54 \use_package mhchem 1
55 \use_package stackrel 0
56 \use_package stmaryrd 0
57 \use_package undertilde 0
58 \cite_engine basic
59 \cite_engine_type default
60 \biblio_style plain
61 \use_bibtopic false
62 \use_indices false
63 \paperorientation portrait
64 \suppress_date false
65 \justification true
66 \use_refstyle 0
67 \index Index
68 \shortcut idx
69 \color #008000
70 \end_index
71 \leftmargin 2.5cm
72 \topmargin 2cm
73 \rightmargin 3cm
74 \bottommargin 2.5cm
75 \secnumdepth 3
76 \tocdepth 3
77 \paragraph_separation indent
78 \paragraph_indentation default
79 \quotes_language english
80 \papercolumns 1
81 \papersides 1
82 \paperpagestyle default
83 \tracking_changes false
84 \output_changes false
85 \html_math_output 0
86 \html_css_as_file 0
87 \html_be_strict false
88 \end_header
89
90 \begin_body
91
92 \begin_layout Title
93 LyX Functions (LFUNs)
94 \end_layout
95
96 \begin_layout Author
97 The LyX Team
98 \end_layout
99
100 \begin_layout Date
101 2014-11-14
102 \end_layout
103
104 \begin_layout Section*
105 About this manual
106 \end_layout
107
108 \begin_layout Standard
109 This manual documents the 
110 \begin_inset Quotes eld
111 \end_inset
112
113 LyX Functions
114 \begin_inset Quotes erd
115 \end_inset
116
117  (abbreviated LFUNs).
118  These are commands that are used to make LyX perform specific actions.
119  LyX itself uses these functions internally, and every internal action is
120  bound to an LFUN.
121 \end_layout
122
123 \begin_layout Standard
124 LFUNs are also used in the files that define keyboard shortcuts, menu or
125  toolbar items.
126  So if you want to change\SpecialChar \slash{}
127 customize the user interface, you need to deal
128  with LFUNs.
129  Furthermore, external programs can use LFUNs to communicate with and 
130 \begin_inset Quotes eld
131 \end_inset
132
133 remote-control
134 \begin_inset Quotes erd
135 \end_inset
136
137  LyX.
138  Finally, you can also issue LFUNs directly via the so called mini-buffer
139  which can be opened via 
140 \begin_inset Info
141 type  "shortcuts"
142 arg   "command-execute"
143 \end_inset
144
145 .
146 \end_layout
147
148 \begin_layout Standard
149 In the following, all LFUNs are listed, categorized by function.
150 \end_layout
151
152 \begin_layout Section
153 Layout Functions (Font, Layout and Textclass related)
154 \end_layout
155 \begin_layout Subsection*
156 drop-layouts-choice
157 \end_layout
158 \begin_layout Description
159 Action Displays list of layout choices.
160 \end_layout
161 \begin_layout Description
162 Notion In the current (as of 2007) Qt4 frontend, this LFUN opens the dropbox allowing for choice of layout.
163 \end_layout
164 \begin_layout Description
165 Syntax drop-layouts-choice
166 \end_layout
167
168 \begin_layout Subsection*
169 environment-split
170 \end_layout
171 \begin_layout Description
172 Action Splits the current environment with a Separator.
173 \end_layout
174 \begin_layout Description
175 Syntax environment-split [outer]
176 \end_layout
177 \begin_layout Description
178 Params outer: If this is given, LyX will split the outermost environment in the current nesting hierarchy.
179 \end_layout
180 \begin_layout Description
181 Origin spitz, 23 Dec 2012
182 \end_layout
183
184 \begin_layout Subsection*
185 font-bold
186 \end_layout
187 \begin_layout Description
188 Action Toggles the bold font (selection-wise) using mathbf in math.
189 \end_layout
190 \begin_layout Description
191 Syntax font-bold
192 \end_layout
193
194 \begin_layout Subsection*
195 font-boldsymbol
196 \end_layout
197 \begin_layout Description
198 Action Toggles the bold font (selection-wise) using boldsymbol in math.
199 \end_layout
200 \begin_layout Description
201 Syntax font-boldsymbol
202 \end_layout
203
204 \begin_layout Subsection*
205 font-default
206 \end_layout
207 \begin_layout Description
208 Action Reverts the settings of the font to the default values (selection-wise).
209 \end_layout
210 \begin_layout Description
211 Syntax font-default
212 \end_layout
213
214 \begin_layout Subsection*
215 font-emph
216 \end_layout
217 \begin_layout Description
218 Action Toggles the emphasis font style (selection-wise).
219 \end_layout
220 \begin_layout Description
221 Syntax font-emph
222 \end_layout
223
224 \begin_layout Subsection*
225 font-frak
226 \end_layout
227 \begin_layout Description
228 Action Toggles Fraktur family font (math-mode, selection-wise).
229 \end_layout
230 \begin_layout Description
231 Syntax font-frak
232 \end_layout
233 \begin_layout Description
234 Origin vermeer, 10 Jan 2002
235 \end_layout
236
237 \begin_layout Subsection*
238 font-ital
239 \end_layout
240 \begin_layout Description
241 Action Toggles Italics font shape (math-mode, selection-wise).
242 \end_layout
243 \begin_layout Description
244 Syntax font-ital
245 \end_layout
246 \begin_layout Description
247 Origin vermeer, 10 Jan 2002
248 \end_layout
249
250 \begin_layout Subsection*
251 font-noun
252 \end_layout
253 \begin_layout Description
254 Action Toggles Noun text style font (selection-wise).
255 \end_layout
256 \begin_layout Description
257 Syntax font-noun
258 \end_layout
259
260 \begin_layout Subsection*
261 font-roman
262 \end_layout
263 \begin_layout Description
264 Action Toggles Roman family font (selection-wise).
265 \end_layout
266 \begin_layout Description
267 Syntax font-roman
268 \end_layout
269
270 \begin_layout Subsection*
271 font-sans
272 \end_layout
273 \begin_layout Description
274 Action Toggles Sans Serif family font (selection-wise).
275 \end_layout
276 \begin_layout Description
277 Syntax font-sans
278 \end_layout
279
280 \begin_layout Subsection*
281 font-size
282 \end_layout
283 \begin_layout Description
284 Action Sets font size according to lyx format string.
285 \end_layout
286 \begin_layout Description
287 Syntax font-size <SIZE>
288 \end_layout
289 \begin_layout Description
290 Params <SIZE>: tiny|scriptsize|footnotesize|small|normal|large|larger|
291 \begin_inset Newline newline
292 \end_inset
293
294 largest|huge|giant|increase|decrease|default
295 \end_layout
296
297 \begin_layout Subsection*
298 font-state
299 \end_layout
300 \begin_layout Description
301 Action Returns the info about the current font.
302 \end_layout
303 \begin_layout Description
304 Syntax font-state
305 \end_layout
306
307 \begin_layout Subsection*
308 font-strikeout
309 \end_layout
310 \begin_layout Description
311 Action Toggles strikeout (strike-through) in the font (selection-wise).
312 \end_layout
313 \begin_layout Description
314 Syntax font-strikeout
315 \end_layout
316 \begin_layout Description
317 Origin sanda, 3 May 2009
318 \end_layout
319
320 \begin_layout Subsection*
321 font-typewriter
322 \end_layout
323 \begin_layout Description
324 Action Toggles the typewriter family font (selection-wise).
325 \end_layout
326 \begin_layout Description
327 Syntax font-typewriter
328 \end_layout
329
330 \begin_layout Subsection*
331 font-underline
332 \end_layout
333 \begin_layout Description
334 Action Toggles underline in the font (selection-wise).
335 \end_layout
336 \begin_layout Description
337 Syntax font-underline
338 \end_layout
339
340 \begin_layout Subsection*
341 font-underunderline
342 \end_layout
343 \begin_layout Description
344 Action Toggles double underline in the font (selection-wise).
345 \end_layout
346 \begin_layout Description
347 Syntax font-underunderline
348 \end_layout
349 \begin_layout Description
350 Origin sanda, 5 May 2009
351 \end_layout
352
353 \begin_layout Subsection*
354 font-underwave
355 \end_layout
356 \begin_layout Description
357 Action Toggles wavy underline in the font (selection-wise).
358 \end_layout
359 \begin_layout Description
360 Syntax font-underwave
361 \end_layout
362 \begin_layout Description
363 Origin sanda, 5 May 2009
364 \end_layout
365
366 \begin_layout Subsection*
367 layout
368 \end_layout
369 \begin_layout Description
370 Action Sets the layout (that is, environment) for the current paragraph.
371 \end_layout
372 \begin_layout Description
373 Syntax layout <LAYOUT>
374 \end_layout
375 \begin_layout Description
376 Params <LAYOUT>: the layout to use
377 \end_layout
378
379 \begin_layout Subsection*
380 layout-module-add
381 \end_layout
382 \begin_layout Description
383 Action Adds a module.
384 \end_layout
385 \begin_layout Description
386 Notion Adds a module to the list of included modules for the current buffer.
387 \end_layout
388 \begin_layout Description
389 Syntax layout-module-add <MODULE>
390 \end_layout
391 \begin_layout Description
392 Params <MODULE>: the module to be added
393 \end_layout
394 \begin_layout Description
395 Origin rgh, 25 August 2007
396 \end_layout
397
398 \begin_layout Subsection*
399 layout-modules-clear
400 \end_layout
401 \begin_layout Description
402 Action Clears the module list.
403 \end_layout
404 \begin_layout Description
405 Notion Clears the list of included modules for the current buffer.
406 \end_layout
407 \begin_layout Description
408 Syntax layout-modules-clear
409 \end_layout
410 \begin_layout Description
411 Origin rgh, 25 August 2007
412 \end_layout
413
414 \begin_layout Subsection*
415 layout-paragraph
416 \end_layout
417 \begin_layout Description
418 Action Launches the paragraph settings dialog.
419 \end_layout
420 \begin_layout Description
421 Syntax layout-paragraph
422 \end_layout
423
424 \begin_layout Subsection*
425 layout-reload
426 \end_layout
427 \begin_layout Description
428 Action Reloads layout information.
429 \end_layout
430 \begin_layout Description
431 Notion Reloads all layout information for the current buffer from disk, thus recognizing any changes that have been made to layout files on the fly. This is intended to be used only by layout developers and should not be used when one is trying to do actual work.
432 \end_layout
433 \begin_layout Description
434 Syntax layout-reload
435 \end_layout
436 \begin_layout Description
437 Origin rgh, 3 September 2007
438 \end_layout
439
440 \begin_layout Subsection*
441 layout-tabular
442 \end_layout
443 \begin_layout Description
444 Action Launches the tabular settings dialog.
445 \end_layout
446 \begin_layout Description
447 Syntax layout-tabular
448 \end_layout
449 \begin_layout Description
450 Origin Jug, 31 Jul 2000
451 \end_layout
452
453 \begin_layout Subsection*
454 screen-font-update
455 \end_layout
456 \begin_layout Description
457 Action Update fonts and its metrics.
458 \end_layout
459 \begin_layout Description
460 Notion Automatically called after zoom, dpi, font names, or norm change.
461 \end_layout
462 \begin_layout Description
463 Syntax screen-font-update
464 \end_layout
465 \begin_layout Description
466 Origin ARRae, 13 Aug 2000
467 \end_layout
468
469 \begin_layout Subsection*
470 textclass-apply
471 \end_layout
472 \begin_layout Description
473 Action Sets the text class for the current buffer.
474 \end_layout
475 \begin_layout Description
476 Syntax textclass-apply <TEXTCLASS>
477 \end_layout
478 \begin_layout Description
479 Params <TEXTCLASS>: the textclass to set. Note that this must be the filename, minus the ".layout" extension.
480 \end_layout
481
482 \begin_layout Subsection*
483 textclass-load
484 \end_layout
485 \begin_layout Description
486 Action Loads information for a textclass from disk.
487 \end_layout
488 \begin_layout Description
489 Syntax textclass-load <TEXTCLASS>
490 \end_layout
491 \begin_layout Description
492 Params <TEXTCLASS>: the textclass to load. Note that this must be the filename, minus the ".layout" extension.
493 \end_layout
494
495 \begin_layout Subsection*
496 textstyle-apply
497 \end_layout
498 \begin_layout Description
499 Action Toggle user-defined (=last-time used) text style.
500 \end_layout
501 \begin_layout Description
502 Notion This style is set via LFUN_TEXTSTYLE_UPDATE, which is automatically triggered when using Text Style dialog.
503 \end_layout
504 \begin_layout Description
505 Syntax textstyle-apply
506 \end_layout
507 \begin_layout Description
508 Origin leeming, 12 Mar 2003
509 \end_layout
510
511 \begin_layout Subsection*
512 textstyle-update
513 \end_layout
514 \begin_layout Description
515 Action Apply text style and update the settings to be used by LFUN_TEXTSTYLE_APPLY.
516 \end_layout
517 \begin_layout Description
518 Syntax textstyle-update <FONT_INFO>
519 \end_layout
520 \begin_layout Description
521 Params <FONT_INFO>: specifies font atributes, e.g. family, series, shape, size, emph, noun, underbar, number, color, language, toggleall.
522 \begin_inset Newline newline
523 \end_inset
524
525 Use lyx -dbg action for exact syntax of text-style dialog parameters.
526 \end_layout
527 \begin_layout Description
528 Origin leeming, 12 Mar 2003
529 \end_layout
530
531 \begin_layout Section
532 Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)
533 \end_layout
534 \begin_layout Subsection*
535 accent-acute
536 \end_layout
537 \begin_layout Description
538 Action Adds an acute accent to the next character typed.
539 \end_layout
540 \begin_layout Description
541 Syntax accent-acute
542 \end_layout
543
544 \begin_layout Subsection*
545 accent-breve
546 \end_layout
547 \begin_layout Description
548 Action Adds a breve accent to the next character typed.
549 \end_layout
550 \begin_layout Description
551 Syntax accent-breve
552 \end_layout
553
554 \begin_layout Subsection*
555 accent-caron
556 \end_layout
557 \begin_layout Description
558 Action Adds a caron to the next character typed.
559 \end_layout
560 \begin_layout Description
561 Syntax accent-caron
562 \end_layout
563
564 \begin_layout Subsection*
565 accent-cedilla
566 \end_layout
567 \begin_layout Description
568 Action Adds a cedilla to the next character typed.
569 \end_layout
570 \begin_layout Description
571 Syntax accent-cedilla
572 \end_layout
573
574 \begin_layout Subsection*
575 accent-circle
576 \end_layout
577 \begin_layout Description
578 Action Adds a circle accent to the next character typed.
579 \end_layout
580 \begin_layout Description
581 Syntax accent-circle
582 \end_layout
583
584 \begin_layout Subsection*
585 accent-circumflex
586 \end_layout
587 \begin_layout Description
588 Action Adds a circumflex to the next character typed.
589 \end_layout
590 \begin_layout Description
591 Syntax accent-circumflex
592 \end_layout
593
594 \begin_layout Subsection*
595 accent-dot
596 \end_layout
597 \begin_layout Description
598 Action Adds a dot accent to the next character typed.
599 \end_layout
600 \begin_layout Description
601 Syntax accent-dot
602 \end_layout
603
604 \begin_layout Subsection*
605 accent-grave
606 \end_layout
607 \begin_layout Description
608 Action Adds a grave accent to the next character typed.
609 \end_layout
610 \begin_layout Description
611 Syntax accent-grave
612 \end_layout
613
614 \begin_layout Subsection*
615 accent-hungarian-umlaut
616 \end_layout
617 \begin_layout Description
618 Action Adds a Hungarian umlaut to the next character typed.
619 \end_layout
620 \begin_layout Description
621 Syntax accent-grave
622 \end_layout
623
624 \begin_layout Subsection*
625 accent-macron
626 \end_layout
627 \begin_layout Description
628 Action Adds a macron to the next character typed.
629 \end_layout
630 \begin_layout Description
631 Syntax accent-macron
632 \end_layout
633
634 \begin_layout Subsection*
635 accent-ogonek
636 \end_layout
637 \begin_layout Description
638 Action Adds an ogonek accent to the next character typed.
639 \end_layout
640 \begin_layout Description
641 Syntax accent-ogonek
642 \end_layout
643
644 \begin_layout Subsection*
645 accent-tie
646 \end_layout
647 \begin_layout Description
648 Action Adds a tie over the next two character typed.
649 \end_layout
650 \begin_layout Description
651 Notion The following char will finish the tie.
652 \end_layout
653 \begin_layout Description
654 Syntax accent-tie
655 \end_layout
656
657 \begin_layout Subsection*
658 accent-tilde
659 \end_layout
660 \begin_layout Description
661 Action Adds a tilde over the next character typed.
662 \end_layout
663 \begin_layout Description
664 Syntax accent-tilde
665 \end_layout
666
667 \begin_layout Subsection*
668 accent-umlaut
669 \end_layout
670 \begin_layout Description
671 Action Adds an umlaut over the next character typed.
672 \end_layout
673 \begin_layout Description
674 Syntax accent-umlaut
675 \end_layout
676
677 \begin_layout Subsection*
678 accent-underbar
679 \end_layout
680 \begin_layout Description
681 Action Adds a bar under the next character typed.
682 \end_layout
683 \begin_layout Description
684 Syntax accent-underbar
685 \end_layout
686
687 \begin_layout Subsection*
688 accent-underdot
689 \end_layout
690 \begin_layout Description
691 Action Adds a dot under the next character typed.
692 \end_layout
693 \begin_layout Description
694 Syntax accent-underdot
695 \end_layout
696
697 \begin_layout Subsection*
698 all-changes-accept
699 \end_layout
700 \begin_layout Description
701 Action Accepts all tracked changes in the document.
702 \end_layout
703 \begin_layout Description
704 Syntax all-changes-accept
705 \end_layout
706 \begin_layout Description
707 Origin Levon, 16 Oct 2002
708 \end_layout
709
710 \begin_layout Subsection*
711 all-changes-reject
712 \end_layout
713 \begin_layout Description
714 Action Rejects all tracked changes in the document.
715 \end_layout
716 \begin_layout Description
717 Notion Reject does not work recursively; the user may have to repeat the operation.
718 \end_layout
719 \begin_layout Description
720 Syntax all-changes-reject
721 \end_layout
722 \begin_layout Description
723 Origin Levon, 16 Oct 2002
724 \end_layout
725
726 \begin_layout Subsection*
727 appendix
728 \end_layout
729 \begin_layout Description
730 Action Start (or remove) Appendix on the given cursor position.
731 \end_layout
732 \begin_layout Description
733 Syntax appendix
734 \end_layout
735 \begin_layout Description
736 Origin ettrich, 5 May 1998
737 \end_layout
738
739 \begin_layout Subsection*
740 argument-insert
741 \end_layout
742 \begin_layout Description
743 Action Inserts an argument (short title) inset.
744 \end_layout
745 \begin_layout Description
746 Syntax argument-insert <argument nr>
747 \end_layout
748 \begin_layout Description
749 Params <argument nr>: see layout declarations
750 \end_layout
751 \begin_layout Description
752 Origin vermeer, 12 Aug 2002
753 \end_layout
754
755 \begin_layout Subsection*
756 bibtex-database-add
757 \end_layout
758 \begin_layout Description
759 Action Adds database, which will be used for bibtex citations.
760 \end_layout
761 \begin_layout Description
762 Notion Databases are added to the first BibTeX inset (Inset->List/TOC->BibTeX bibliography) found from the cursor position.
763 \end_layout
764 \begin_layout Description
765 Syntax bibtex-database-add <DATABASE-NAME>
766 \end_layout
767 \begin_layout Description
768 Origin Ale, 30 May 1997
769 \end_layout
770
771 \begin_layout Subsection*
772 bibtex-database-del
773 \end_layout
774 \begin_layout Description
775 Action Adds database, which will be used for bibtex citations.
776 \end_layout
777 \begin_layout Description
778 Notion Databases are deleted from the first BibTeX inset (Inset->List/TOC->BibTeX bibliography) found from the cursor position.
779 \end_layout
780 \begin_layout Description
781 Syntax bibtex-database-del <DATABASE-NAME>
782 \end_layout
783 \begin_layout Description
784 Origin Ale, 30 May 1997
785 \end_layout
786
787 \begin_layout Subsection*
788 bookmark-clear
789 \end_layout
790 \begin_layout Description
791 Action Clears the list of saved bookmarks.
792 \end_layout
793 \begin_layout Description
794 Syntax bookmark-clear
795 \end_layout
796 \begin_layout Description
797 Origin bpeng, 31 October 2006
798 \end_layout
799
800 \begin_layout Subsection*
801 bookmark-goto
802 \end_layout
803 \begin_layout Description
804 Action Moves the cursor to the numbered bookmark, opening the file if necessary. Note that bookmarks are saved per-session, not per file.
805 \end_layout
806 \begin_layout Description
807 Notion Bookmark 0 has a special purpose. It is automatically set
808 \begin_inset Newline newline
809 \end_inset
810
811 1. to the paragraph you are currently editing
812 \begin_inset Newline newline
813 \end_inset
814
815 2. to the paragraph from where you are jumping to the last-edited position (jump-back feature)
816 \begin_inset Newline newline
817 \end_inset
818
819 3. when jumping from crossreference to the requested label by LFUN_LABEL_GOTO.
820 \end_layout
821 \begin_layout Description
822 Syntax bookmark-goto <NUMBER>
823 \end_layout
824 \begin_layout Description
825 Params <NUMBER>: the number of the bookmark to restore.
826 \end_layout
827 \begin_layout Description
828 Origin Dekel, 27 January 2001
829 \end_layout
830
831 \begin_layout Subsection*
832 bookmark-save
833 \end_layout
834 \begin_layout Description
835 Action Save a bookmark.
836 \end_layout
837 \begin_layout Description
838 Notion Saves a numbered bookmark to the sessions file. The number must be between 1 and 9, inclusive. Note that bookmarks are saved per-session, not per file.
839 \end_layout
840 \begin_layout Description
841 Syntax bookmark-save <NUMBER>
842 \end_layout
843 \begin_layout Description
844 Params <NUMBER>: the number of the bookmark to save.
845 \end_layout
846 \begin_layout Description
847 Origin Dekel, 27 January 2001
848 \end_layout
849
850 \begin_layout Subsection*
851 box-insert
852 \end_layout
853 \begin_layout Description
854 Action Inserts Box inset.
855 \end_layout
856 \begin_layout Description
857 Syntax box-insert [<TYPE>]
858 \end_layout
859 \begin_layout Description
860 Params <TYPE>: Boxed|Frameless|Framed|ovalbox|Ovalbox|Shadowbox|Shaded|Doublebox
861 \begin_inset Newline newline
862 \end_inset
863
864 Framed is the default one.
865 \end_layout
866 \begin_layout Description
867 Origin vermeer, 7 Oct 2003
868 \end_layout
869
870 \begin_layout Subsection*
871 branch-insert
872 \end_layout
873 \begin_layout Description
874 Action Inserts branch inset.
875 \end_layout
876 \begin_layout Description
877 Syntax branch-insert <BRANCH-NAME>
878 \end_layout
879 \begin_layout Description
880 Origin vermeer, 17 Aug 2003
881 \end_layout
882
883 \begin_layout Subsection*
884 buffer-begin
885 \end_layout
886 \begin_layout Description
887 Action Move the cursor to the beginning of the document.
888 \end_layout
889 \begin_layout Description
890 Syntax buffer-begin
891 \end_layout
892
893 \begin_layout Subsection*
894 buffer-begin-select
895 \end_layout
896 \begin_layout Description
897 Action Move the cursor to the beginning of the document adding the traversed text to the selection.
898 \end_layout
899 \begin_layout Description
900 Syntax buffer-begin-select
901 \end_layout
902
903 \begin_layout Subsection*
904 buffer-end
905 \end_layout
906 \begin_layout Description
907 Action Move the cursor to the end of the document.
908 \end_layout
909 \begin_layout Description
910 Syntax buffer-end
911 \end_layout
912
913 \begin_layout Subsection*
914 buffer-end-select
915 \end_layout
916 \begin_layout Description
917 Action Move the cursor to the end of the document adding the traversed text to the selection.
918 \end_layout
919 \begin_layout Description
920 Syntax buffer-end-select
921 \end_layout
922
923 \begin_layout Subsection*
924 caption-insert
925 \end_layout
926 \begin_layout Description
927 Action Inserts a caption inset.
928 \end_layout
929 \begin_layout Description
930 Syntax caption-insert
931 \end_layout
932 \begin_layout Description
933 Origin Lgb, 18 Jul 2000
934 \end_layout
935
936 \begin_layout Subsection*
937 cell-backward
938 \end_layout
939 \begin_layout Description
940 Action Moves the cursor to the previous cell inside the table.
941 \end_layout
942 \begin_layout Description
943 Syntax cell-backward
944 \end_layout
945 \begin_layout Description
946 Origin Jug, 22 May 2000
947 \end_layout
948
949 \begin_layout Subsection*
950 cell-forward
951 \end_layout
952 \begin_layout Description
953 Action Moves the cursor to the next cell inside the table.
954 \end_layout
955 \begin_layout Description
956 Syntax cell-forward
957 \end_layout
958
959 \begin_layout Subsection*
960 cell-split
961 \end_layout
962 \begin_layout Description
963 Action Splits cell and shifts right part to the next cell (inside the math grid).
964 \end_layout
965 \begin_layout Description
966 Syntax cell-split
967 \end_layout
968 \begin_layout Description
969 Origin Ale, 15 May 1997
970 \end_layout
971
972 \begin_layout Subsection*
973 change-accept
974 \end_layout
975 \begin_layout Description
976 Action Accepts tracked change inside the selection.
977 \end_layout
978 \begin_layout Description
979 Syntax change-accept
980 \end_layout
981 \begin_layout Description
982 Origin Levon, 16 Oct 2002
983 \end_layout
984
985 \begin_layout Subsection*
986 change-next
987 \end_layout
988 \begin_layout Description
989 Action Moves the cursor to the position of the next change of the change tracking records.
990 \end_layout
991 \begin_layout Description
992 Syntax change-next
993 \end_layout
994 \begin_layout Description
995 Origin schmitt, 4 Oct 2006
996 \end_layout
997
998 \begin_layout Subsection*
999 change-previous
1000 \end_layout
1001 \begin_layout Description
1002 Action Moves the cursor to the position of the previous change of the change tracking records.
1003 \end_layout
1004 \begin_layout Description
1005 Syntax change-previous
1006 \end_layout
1007 \begin_layout Description
1008 Origin vfr, 4 Apr 2009
1009 \end_layout
1010
1011 \begin_layout Subsection*
1012 change-reject
1013 \end_layout
1014 \begin_layout Description
1015 Action Rejects tracked change inside the selection.
1016 \end_layout
1017 \begin_layout Description
1018 Syntax change-reject
1019 \end_layout
1020 \begin_layout Description
1021 Origin Levon, 16 Oct 2002
1022 \end_layout
1023
1024 \begin_layout Subsection*
1025 changes-merge
1026 \end_layout
1027 \begin_layout Description
1028 Action Open change tracking dialog for merging and moves the cursor to the position of the next change.
1029 \end_layout
1030 \begin_layout Description
1031 Syntax changes-merge
1032 \end_layout
1033 \begin_layout Description
1034 Origin Levon, 16 Oct 2002
1035 \end_layout
1036
1037 \begin_layout Subsection*
1038 changes-output
1039 \end_layout
1040 \begin_layout Description
1041 Action Toggles showing of change tracking in typeset output.
1042 \end_layout
1043 \begin_layout Description
1044 Syntax changes-output
1045 \end_layout
1046 \begin_layout Description
1047 Origin jspitzm, 21 Jan 2005
1048 \end_layout
1049
1050 \begin_layout Subsection*
1051 changes-track
1052 \end_layout
1053 \begin_layout Description
1054 Action Toggles change tracking to on/off.
1055 \end_layout
1056 \begin_layout Description
1057 Syntax changes-track
1058 \end_layout
1059 \begin_layout Description
1060 Origin levon, 1 Oct 2002
1061 \end_layout
1062
1063 \begin_layout Subsection*
1064 char-backward
1065 \end_layout
1066 \begin_layout Description
1067 Action Moves the cursor one position logically backwards.
1068 \end_layout
1069 \begin_layout Description
1070 Notion This is not the action which should be bound to the arrow keys, because backwards may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one.
1071 \end_layout
1072 \begin_layout Description
1073 Syntax char-backward
1074 \end_layout
1075
1076 \begin_layout Subsection*
1077 char-backward-select
1078 \end_layout
1079 \begin_layout Description
1080 Action Moves the cursor one position logically backwards, adding traversed position to the selection.
1081 \end_layout
1082 \begin_layout Description
1083 Notion See also LFUN_CHAR_BACKWARD.
1084 \end_layout
1085 \begin_layout Description
1086 Syntax char-backward-select
1087 \end_layout
1088
1089 \begin_layout Subsection*
1090 char-delete-backward
1091 \end_layout
1092 \begin_layout Description
1093 Action Deletes one character in the backward direction (usually the "BackSpace" key).
1094 \end_layout
1095 \begin_layout Description
1096 Syntax char-delete-backward
1097 \end_layout
1098
1099 \begin_layout Subsection*
1100 char-delete-forward
1101 \end_layout
1102 \begin_layout Description
1103 Action Deletes one character in the backward direction (usually the "Delete" key).
1104 \end_layout
1105 \begin_layout Description
1106 Syntax char-delete-forward
1107 \end_layout
1108
1109 \begin_layout Subsection*
1110 char-forward
1111 \end_layout
1112 \begin_layout Description
1113 Action Moves the cursor one position logically forward.
1114 \end_layout
1115 \begin_layout Description
1116 Notion This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one.
1117 \end_layout
1118 \begin_layout Description
1119 Syntax char-forward
1120 \end_layout
1121
1122 \begin_layout Subsection*
1123 char-forward-select
1124 \end_layout
1125 \begin_layout Description
1126 Action Moves the cursor one position logically forward, adding traversed position to the selection.
1127 \end_layout
1128 \begin_layout Description
1129 Notion See also LFUN_CHAR_FORWARD.
1130 \end_layout
1131 \begin_layout Description
1132 Syntax char-forward-select
1133 \end_layout
1134
1135 \begin_layout Subsection*
1136 char-left
1137 \end_layout
1138 \begin_layout Description
1139 Action Moves the cursor one position "to the left".
1140 \end_layout
1141 \begin_layout Description
1142 Notion This is the action which should be taken when the "left" key is pressed. Generally, it moves the cursor one position to the left. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves left, plain and simple. In "logical mode", movement is logically forward in RTL paragraphs, and logically backwards in LTR paragraphs.
1143 \end_layout
1144 \begin_layout Description
1145 Syntax char-left
1146 \end_layout
1147
1148 \begin_layout Subsection*
1149 char-left-select
1150 \end_layout
1151 \begin_layout Description
1152 Action Moves the cursor one position "to the left", adding traversed position to the selection.
1153 \end_layout
1154 \begin_layout Description
1155 Notion See also LFUN_CHAR_LEFT for exact details of the movement.
1156 \end_layout
1157 \begin_layout Description
1158 Syntax char-left-select
1159 \end_layout
1160
1161 \begin_layout Subsection*
1162 char-right
1163 \end_layout
1164 \begin_layout Description
1165 Action Moves the cursor one position "to the right".
1166 \end_layout
1167 \begin_layout Description
1168 Notion This is the action which should be taken when the "right" key is pressed. Generally, it moves the cursor one position to the right. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves right, plain and simple. In "logical mode", movement is logically forward in LTR paragraphs, and logically backwards in RTL paragraphs.
1169 \end_layout
1170 \begin_layout Description
1171 Syntax char-right
1172 \end_layout
1173
1174 \begin_layout Subsection*
1175 char-right-select
1176 \end_layout
1177 \begin_layout Description
1178 Action Moves the cursor one position "to the right", adding traversed position to the selection.
1179 \end_layout
1180 \begin_layout Description
1181 Notion See also LFUN_CHAR_RIGHT for exact details of the movement.
1182 \end_layout
1183 \begin_layout Description
1184 Syntax char-right-select
1185 \end_layout
1186
1187 \begin_layout Subsection*
1188 chars-transpose
1189 \end_layout
1190 \begin_layout Description
1191 Action Transposes the character at the cursor with the one before it.
1192 \end_layout
1193 \begin_layout Description
1194 Syntax chars-transpose
1195 \end_layout
1196 \begin_layout Description
1197 Origin Lgb, 25 Apr 2001
1198 \end_layout
1199
1200 \begin_layout Subsection*
1201 citation-insert
1202 \end_layout
1203 \begin_layout Description
1204 Action Inserts citation from loaded citation database.
1205 \end_layout
1206 \begin_layout Description
1207 Syntax citation-insert [<KEY>[|<TEXT_BEFORE>]]
1208 \end_layout
1209 \begin_layout Description
1210 Params <KEY>: Citation (shortcut listed in available citations).
1211 \begin_inset Newline newline
1212 \end_inset
1213
1214 <TEXT_BEFORE>: text which should appear before citation.
1215 \end_layout
1216 \begin_layout Description
1217 Origin AAS, 97-02-23
1218 \end_layout
1219
1220 \begin_layout Subsection*
1221 clipboard-paste
1222 \end_layout
1223 \begin_layout Description
1224 Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
1225 \end_layout
1226 \begin_layout Description
1227 Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is the clipboard, not the selection.
1228 \end_layout
1229 \begin_layout Description
1230 Syntax clipboard-paste [<ARG>]
1231 \end_layout
1232 \begin_layout Description
1233 Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
1234 \end_layout
1235 \begin_layout Description
1236 Origin Georg, 10 Jul 2006
1237 \end_layout
1238
1239 \begin_layout Subsection*
1240 clipboard-paste-simple
1241 \end_layout
1242 \begin_layout Description
1243 Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
1244 \end_layout
1245 \begin_layout Description
1246 Syntax clipboard-paste-simple [<ARG>]
1247 \end_layout
1248 \begin_layout Description
1249 Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
1250 \end_layout
1251
1252 \begin_layout Subsection*
1253 command-execute
1254 \end_layout
1255 \begin_layout Description
1256 Action Switches the focus to the minibuffer so that the user can type in there. If necessary, it opens the minibuffer toolbar.
1257 \end_layout
1258 \begin_layout Description
1259 Notion Usually bound to M-x shortcut.
1260 \end_layout
1261 \begin_layout Description
1262 Syntax command-execute
1263 \end_layout
1264
1265 \begin_layout Subsection*
1266 complete
1267 \end_layout
1268 \begin_layout Description
1269 Action Try to complete the word or command at the cursor position.
1270 \end_layout
1271 \begin_layout Description
1272 Syntax complete
1273 \end_layout
1274 \begin_layout Description
1275 Origin sts, Feb 19 2008
1276 \end_layout
1277
1278 \begin_layout Subsection*
1279 completion-accept
1280 \end_layout
1281 \begin_layout Description
1282 Action Accept suggested completion.
1283 \end_layout
1284 \begin_layout Description
1285 Syntax completion-accept
1286 \end_layout
1287 \begin_layout Description
1288 Origin sanda, Sep 08 2008
1289 \end_layout
1290
1291 \begin_layout Subsection*
1292 completion-cancel
1293 \end_layout
1294 \begin_layout Description
1295 Action Try to cancel completion, either the popup or the inline completion.
1296 \end_layout
1297 \begin_layout Description
1298 Syntax completion-cancel
1299 \end_layout
1300 \begin_layout Description
1301 Origin sts, Sep 07 2008
1302 \end_layout
1303
1304 \begin_layout Subsection*
1305 completion-inline
1306 \end_layout
1307 \begin_layout Description
1308 Action Show the inline completion at the cursor position.
1309 \end_layout
1310 \begin_layout Description
1311 Syntax completion-inline
1312 \end_layout
1313 \begin_layout Description
1314 Origin sts, Feb 19 2008
1315 \end_layout
1316
1317 \begin_layout Subsection*
1318 completion-popup
1319 \end_layout
1320 \begin_layout Description
1321 Action Show the completion popup at the cursor position.
1322 \end_layout
1323 \begin_layout Description
1324 Syntax completion-popup
1325 \end_layout
1326 \begin_layout Description
1327 Origin sts, Feb 19 2008
1328 \end_layout
1329
1330 \begin_layout Subsection*
1331 copy
1332 \end_layout
1333 \begin_layout Description
1334 Action Copies the current selection to the clipboard.
1335 \end_layout
1336 \begin_layout Description
1337 Syntax copy
1338 \end_layout
1339
1340 \begin_layout Subsection*
1341 cut
1342 \end_layout
1343 \begin_layout Description
1344 Action Cuts to the clipboard.
1345 \end_layout
1346 \begin_layout Description
1347 Syntax cut
1348 \end_layout
1349
1350 \begin_layout Subsection*
1351 date-insert
1352 \end_layout
1353 \begin_layout Description
1354 Action Inserts the current date.
1355 \end_layout
1356 \begin_layout Description
1357 Syntax date-insert [<ARG>]
1358 \end_layout
1359 \begin_layout Description
1360 Params <ARG>: Format of date. The default value (%x) can be set in Preferences->Date format. For possible formats see manual page of strftime function.
1361 \end_layout
1362 \begin_layout Description
1363 Origin jdblair, 31 Jan 2000
1364 \end_layout
1365
1366 \begin_layout Subsection*
1367 depth-decrement
1368 \end_layout
1369 \begin_layout Description
1370 Action Decrease the nesting depth of the (selected) paragraph(s) inside lists.
1371 \end_layout
1372 \begin_layout Description
1373 Syntax depth-decrement
1374 \end_layout
1375
1376 \begin_layout Subsection*
1377 depth-increment
1378 \end_layout
1379 \begin_layout Description
1380 Action Increase the nesting depth of the (selected) paragraph(s) inside lists.
1381 \end_layout
1382 \begin_layout Description
1383 Syntax depth-increment
1384 \end_layout
1385
1386 \begin_layout Subsection*
1387 dialog-disconnect-inset
1388 \end_layout
1389 \begin_layout Description
1390 Action Closes opened connection to opened inset.
1391 \end_layout
1392 \begin_layout Description
1393 Notion Connection is used for apply functions.
1394 \end_layout
1395 \begin_layout Description
1396 Syntax dialog-disconnect-inset <INSET-NAME>
1397 \end_layout
1398 \begin_layout Description
1399 Origin leeming, 25 Feb 2003
1400 \end_layout
1401
1402 \begin_layout Subsection*
1403 dialog-hide
1404 \end_layout
1405 \begin_layout Description
1406 Action Hides showed dialog. Counterpart to LFUN_DIALOG_SHOW .
1407 \end_layout
1408 \begin_layout Description
1409 Syntax dialog-hide <NAME>
1410 \end_layout
1411 \begin_layout Description
1412 Params See LFUN_DIALOG_SHOW .
1413 \end_layout
1414 \begin_layout Description
1415 Origin leeming, 25 Feb 2003
1416 \end_layout
1417
1418 \begin_layout Subsection*
1419 dialog-show
1420 \end_layout
1421 \begin_layout Description
1422 Action Shows hidden dialog or creates new one for a given function/inset settings etc.
1423 \end_layout
1424 \begin_layout Description
1425 Syntax dialog-show <NAME> [<DATA>]
1426 \end_layout
1427 \begin_layout Description
1428 Params <NAME>: aboutlyx|bibitem|bibtex|box|branch|changes|character|citation|
1429 \begin_inset Newline newline
1430 \end_inset
1431
1432 compare|document|errorlist|ert|external|file|findreplace|findreplaceadv|float|
1433 \begin_inset Newline newline
1434 \end_inset
1435
1436 graphics|href|include|index|index_print|info|label|line|listings|log|mathdelimiter|
1437 \begin_inset Newline newline
1438 \end_inset
1439
1440 mathmatrix|mathspace|nomenclature|nomencl_print|note|paragraph|phantom|prefs|
1441 \begin_inset Newline newline
1442 \end_inset
1443
1444 print|ref|sendto|space|spellchecker|symbols|tabular|tabularcreate|
1445 \begin_inset Newline newline
1446 \end_inset
1447
1448 thesaurus|texinfo|toc|view-source|vspace|wrap|<SPECIAL>
1449 \begin_inset Newline newline
1450 \end_inset
1451
1452 <SPECIAL>: latexlog|vclog
1453 \begin_inset Newline newline
1454 \end_inset
1455
1456 <DATA>: data, usually settings for the given dialog. Use debug mode for the details.
1457 \end_layout
1458 \begin_layout Description
1459 Origin leeming, 17 Jun 2003
1460 \end_layout
1461
1462 \begin_layout Subsection*
1463 dialog-show-new-inset
1464 \end_layout
1465 \begin_layout Description
1466 Action Shows hidden dialog or create new one for a given inset settings etc.
1467 \end_layout
1468 \begin_layout Description
1469 Notion Internally uses LFUN_DIALOG_SHOW with processed data for a given inset.
1470 \end_layout
1471 \begin_layout Description
1472 Syntax dialog-show-new-inset <NAME> [<DATA>]
1473 \end_layout
1474 \begin_layout Description
1475 Params See LFUN_DIALOG_SHOW .
1476 \end_layout
1477 \begin_layout Description
1478 Origin leeming, 25 Feb 2003
1479 \end_layout
1480
1481 \begin_layout Subsection*
1482 dialog-toggle
1483 \end_layout
1484 \begin_layout Description
1485 Action Toggles dialog between showed/hidden state.
1486 \end_layout
1487 \begin_layout Description
1488 Notion Internally uses LFUN_DIALOG_SHOW , LFUN_DIALOG_HIDE .
1489 \end_layout
1490 \begin_layout Description
1491 Syntax dialog-toggle <NAME> [<DATA>]
1492 \end_layout
1493 \begin_layout Description
1494 Params See LFUN_DIALOG_SHOW .
1495 \end_layout
1496 \begin_layout Description
1497 Origin JSpitzm, 30 Apr 2007
1498 \end_layout
1499
1500 \begin_layout Subsection*
1501 dialog-update
1502 \end_layout
1503 \begin_layout Description
1504 Action Updates the dialog values from the inset/paragraph/document.
1505 \end_layout
1506 \begin_layout Description
1507 Syntax dialog-update <NAME>
1508 \end_layout
1509 \begin_layout Description
1510 Params <NAME>: paragraph|prefs|<INSET>
1511 \begin_inset Newline newline
1512 \end_inset
1513
1514 <INSET>: inset name
1515 \end_layout
1516 \begin_layout Description
1517 Origin leeming, 25 Feb 2003
1518 \end_layout
1519
1520 \begin_layout Subsection*
1521 down
1522 \end_layout
1523 \begin_layout Description
1524 Action Moves the cursor one line in downward direction.
1525 \end_layout
1526 \begin_layout Description
1527 Syntax down
1528 \end_layout
1529
1530 \begin_layout Subsection*
1531 down-select
1532 \end_layout
1533 \begin_layout Description
1534 Action Moves the cursor one line in downward direction adding the current position to the selection.
1535 \end_layout
1536 \begin_layout Description
1537 Syntax down-select
1538 \end_layout
1539
1540 \begin_layout Subsection*
1541 ert-insert
1542 \end_layout
1543 \begin_layout Description
1544 Action Inserts an ERT inset.
1545 \end_layout
1546 \begin_layout Description
1547 Syntax ert-insert
1548 \end_layout
1549 \begin_layout Description
1550 Origin Jug, 18 Feb 2000
1551 \end_layout
1552
1553 \begin_layout Subsection*
1554 escape
1555 \end_layout
1556 \begin_layout Description
1557 Action Clears the selection. If no text is selected call LFUN_FINISHED_FORWARD. Inside math mode jumps out of the math inset.
1558 \end_layout
1559 \begin_layout Description
1560 Syntax escape
1561 \end_layout
1562 \begin_layout Description
1563 Origin Lgb, 17 May 2001
1564 \end_layout
1565
1566 \begin_layout Subsection*
1567 file-insert
1568 \end_layout
1569 \begin_layout Description
1570 Action Inserts another LyX file.
1571 \end_layout
1572 \begin_layout Description
1573 Syntax file-insert [<FILE>]
1574 \end_layout
1575 \begin_layout Description
1576 Params <FILE>: Filename to be inserted.
1577 \end_layout
1578
1579 \begin_layout Subsection*
1580 file-insert-plaintext
1581 \end_layout
1582 \begin_layout Description
1583 Action Inserts plain text file.
1584 \end_layout
1585 \begin_layout Description
1586 Syntax file-insert-plaintext [<FILE>]
1587 \end_layout
1588 \begin_layout Description
1589 Params <FILE>: Filename to be inserted.
1590 \end_layout
1591 \begin_layout Description
1592 Origin CFO-G, 19 Nov 1997
1593 \end_layout
1594
1595 \begin_layout Subsection*
1596 file-insert-plaintext-para
1597 \end_layout
1598 \begin_layout Description
1599 Action Inserts plain text file as paragraph (i.e. join lines).
1600 \end_layout
1601 \begin_layout Description
1602 Syntax file-insert-plaintext-para [<FILE>]
1603 \end_layout
1604 \begin_layout Description
1605 Params <FILE>: Filename to be inserted.
1606 \end_layout
1607 \begin_layout Description
1608 Origin Levon, 14 Feb 2001
1609 \end_layout
1610
1611 \begin_layout Subsection*
1612 flex-insert
1613 \end_layout
1614 \begin_layout Description
1615 Action Inserts CharStyle, Custom inset or XML short element.
1616 \end_layout
1617 \begin_layout Description
1618 Notion Look into the Customization manual for more information about these elements.
1619 \begin_inset Newline newline
1620 \end_inset
1621
1622 To make this command enabled the layout file for the document class you're using has to load the character styles. There are a few contained in the Logical Markup module. You can also of course create some yourself.
1623 \begin_inset Newline newline
1624 \end_inset
1625
1626 For dissolving the element see LFUN_INSET_DISSOLVE.
1627 \end_layout
1628 \begin_layout Description
1629 Syntax flex-insert Name
1630 \end_layout
1631 \begin_layout Description
1632 Params Name: This name must be defined either in your layout file or imported by some module. The definition is InsetLayout Name or InsetLayout <Flex:Name>. The Flex: prefix is optional.
1633 \end_layout
1634 \begin_layout Description
1635 Sample flex-insert Code
1636 \end_layout
1637
1638 \begin_layout Subsection*
1639 float-insert
1640 \end_layout
1641 \begin_layout Description
1642 Action Inserts a float inset.
1643 \end_layout
1644 \begin_layout Description
1645 Syntax float-insert <TYPE>
1646 \end_layout
1647 \begin_layout Description
1648 Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
1649 \end_layout
1650 \begin_layout Description
1651 Origin Lgb, 27 Jun 2000
1652 \end_layout
1653
1654 \begin_layout Subsection*
1655 float-list-insert
1656 \end_layout
1657 \begin_layout Description
1658 Action Inserts the list of floats in the document.
1659 \end_layout
1660 \begin_layout Description
1661 Syntax float-list-insert <TYPE>
1662 \end_layout
1663 \begin_layout Description
1664 Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
1665 \end_layout
1666 \begin_layout Description
1667 Origin Lgb, 3 May 2001
1668 \end_layout
1669
1670 \begin_layout Subsection*
1671 float-wide-insert
1672 \end_layout
1673 \begin_layout Description
1674 Action Inserts float insets as in LFUN_FLOAT_INSERT but span multiple columns.
1675 \end_layout
1676 \begin_layout Description
1677 Notion Corresponds to the starred floats (figure*, table*, etc.) in LaTeX.
1678 \end_layout
1679 \begin_layout Description
1680 Syntax float-wide-insert <TYPE>
1681 \end_layout
1682 \begin_layout Description
1683 Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
1684 \end_layout
1685 \begin_layout Description
1686 Origin Lgb, 31 Oct 2001
1687 \end_layout
1688
1689 \begin_layout Subsection*
1690 footnote-insert
1691 \end_layout
1692 \begin_layout Description
1693 Action Inserts a footnote inset.
1694 \end_layout
1695 \begin_layout Description
1696 Syntax footnote-insert
1697 \end_layout
1698 \begin_layout Description
1699 Origin Jug, 7 Mar 2000
1700 \end_layout
1701
1702 \begin_layout Subsection*
1703 graphics-reload
1704 \end_layout
1705 \begin_layout Description
1706 Action Reloads the image if necessary.
1707 \end_layout
1708 \begin_layout Description
1709 Syntax graphics-reload
1710 \end_layout
1711 \begin_layout Description
1712 Origin vfr, 10 Aug 2009
1713 \end_layout
1714
1715 \begin_layout Subsection*
1716 href-insert
1717 \end_layout
1718 \begin_layout Description
1719 Action Inserts hyperlinks into the document (clickable in pdf output).
1720 \end_layout
1721 \begin_layout Description
1722 Notion Hyperlink target can be set via selection + hyperlink-insert function.
1723 \end_layout
1724 \begin_layout Description
1725 Syntax href-insert [<TARGET>]
1726 \end_layout
1727 \begin_layout Description
1728 Origin CFO-G, 21 Nov 1997
1729 \end_layout
1730
1731 \begin_layout Subsection*
1732 in-ipa
1733 \end_layout
1734 \begin_layout Description
1735 Action Only active in IPA inset.
1736 \end_layout
1737 \begin_layout Description
1738 Notion Dummy function which is only active in a IPA inset. It's used to toggle the IPA toolbar if the cursor moves into an IPA inset.
1739 \end_layout
1740 \begin_layout Description
1741 Syntax in-ipa
1742 \end_layout
1743 \begin_layout Description
1744 Origin spitz, 20 May 2012
1745 \end_layout
1746
1747 \begin_layout Subsection*
1748 index-insert
1749 \end_layout
1750 \begin_layout Description
1751 Action Inserts Index entry.
1752 \end_layout
1753 \begin_layout Description
1754 Notion It automatically takes the word on the cursor position.
1755 \end_layout
1756 \begin_layout Description
1757 Syntax index-insert [<TYPE:Name>]
1758 \end_layout
1759 \begin_layout Description
1760 Params <TYPE:Name>: name of the index, if multiple indices are defined. With an empty argument, the default index is selected.
1761 \end_layout
1762 \begin_layout Description
1763 Origin leeming, 3 Aug 2000
1764 \end_layout
1765
1766 \begin_layout Subsection*
1767 index-print
1768 \end_layout
1769 \begin_layout Description
1770 Action Inserts list of Index entries on a new page.
1771 \end_layout
1772 \begin_layout Description
1773 Syntax index-print [<TYPE:Name>]
1774 \end_layout
1775 \begin_layout Description
1776 Params <TYPE:Name>: name of the index, if multiple indices are defined. With an empty argument, the default index is selected.
1777 \end_layout
1778 \begin_layout Description
1779 Origin Lgb, 27 Feb 1997
1780 \end_layout
1781
1782 \begin_layout Subsection*
1783 info-insert
1784 \end_layout
1785 \begin_layout Description
1786 Action Displays shortcuts, lyxrc, package and textclass availability and menu information in a non-editable boxed InsetText.
1787 \end_layout
1788 \begin_layout Description
1789 Notion Apart from lfun arguments you can use the following method:
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793 1. input the type and argument of this inset, e.g. "menu paste", in the work area.
1794 \begin_inset Newline newline
1795 \end_inset
1796
1797 2. select the text and run info-insert lfun.
1798 \end_layout
1799 \begin_layout Description
1800 Syntax info-insert <TYPE> <ARG>
1801 \end_layout
1802 \begin_layout Description
1803 Params <TYPE>: shortcut[s]|lyxrc|lyxinfo|package|textclass|menu|buffer
1804 \begin_inset Newline newline
1805 \end_inset
1806
1807 <ARG>: argument for a given type. Look into InsetInfo.h for detailed description.
1808 \begin_inset Newline newline
1809 \end_inset
1810
1811                       shortcut[s]: name of lfun (e.g math-insert 
1812 \backslash
1813 alpha)
1814 \begin_inset Newline newline
1815 \end_inset
1816
1817                       lyxrc: name of rc_entry (e.g. bind_file)
1818 \begin_inset Newline newline
1819 \end_inset
1820
1821                       lyxinfo: "version" - used version of LyX
1822 \begin_inset Newline newline
1823 \end_inset
1824
1825                       package: name of latex package (e.g. listings)
1826 \begin_inset Newline newline
1827 \end_inset
1828
1829                       textclass: name of textclass (e.g. article)
1830 \begin_inset Newline newline
1831 \end_inset
1832
1833                       menu: name of lfun used in menu 
1834 \begin_inset Newline newline
1835 \end_inset
1836
1837                       icon: icon of lfun used in toolbar
1838 \begin_inset Newline newline
1839 \end_inset
1840
1841                       buffer: "name"|"path"|"class"|"vcs-tree-revision"| "vcs-revision"|"vcs-author"|"vcs-date"|"vcs-time"
1842 \end_layout
1843 \begin_layout Description
1844 Sample command-sequence info-insert buffer path; info-insert buffer name
1845 \end_layout
1846 \begin_layout Description
1847 Origin bpeng, 7 Oct 2007
1848 \end_layout
1849
1850 \begin_layout Subsection*
1851 inset-apply
1852 \end_layout
1853 \begin_layout Description
1854 Action Apply data for an inset.
1855 \end_layout
1856 \begin_layout Description
1857 Notion LFUN_INSET_APPLY is sent from the dialogs when the data should be applied. This is either changed to LFUN_INSET_MODIFY or LFUN_INSET_INSERT depending on the context where it is called.
1858 \end_layout
1859 \begin_layout Description
1860 Syntax inset-apply <ARGS>
1861 \end_layout
1862 \begin_layout Description
1863 Params See LFUN_INSET_INSERT .
1864 \end_layout
1865
1866 \begin_layout Subsection*
1867 inset-begin
1868 \end_layout
1869 \begin_layout Description
1870 Action Move the cursor to the beginning of the current inset if it is not already there, or at the beginning of the enclosing inset otherwise
1871 \end_layout
1872 \begin_layout Description
1873 Syntax inset-begin
1874 \end_layout
1875 \begin_layout Description
1876 Origin lasgouttes, 16 Mar 2009
1877 \end_layout
1878
1879 \begin_layout Subsection*
1880 inset-begin-select
1881 \end_layout
1882 \begin_layout Description
1883 Action Move the cursor to the beginning of the current inset if it is not already there, or at the beginning of the enclosing inset otherwise (adding the traversed text to the selection).
1884 \end_layout
1885 \begin_layout Description
1886 Syntax inset-begin-select
1887 \end_layout
1888 \begin_layout Description
1889 Origin lasgouttes, 16 Mar 2009
1890 \end_layout
1891
1892 \begin_layout Subsection*
1893 inset-copy-as
1894 \end_layout
1895 \begin_layout Description
1896 Action Copies the inset to the clipboard as a certain type.
1897 \end_layout
1898 \begin_layout Description
1899 Notion Currently used only for InsetInfo where its content is copied as a text.
1900 \end_layout
1901 \begin_layout Description
1902 Syntax inset-copy-as
1903 \end_layout
1904 \begin_layout Description
1905 Origin vfr, 18 Apr 2010
1906 \end_layout
1907
1908 \begin_layout Subsection*
1909 inset-dissolve
1910 \end_layout
1911 \begin_layout Description
1912 Action Dissolve the current inset into text.
1913 \end_layout
1914 \begin_layout Description
1915 Syntax inset-dissolve [<INSET>]
1916 \end_layout
1917 \begin_layout Description
1918 Params <INSET>: this can be used to make sure the right kind of inset is dissolved. For example "dissolve" entry in the charstyles sub-menu should only dissolve the charstyle inset, even if the cursor is inside several nested insets of different type.
1919 \begin_inset Newline newline
1920 \end_inset
1921
1922 For values see lyx::InsetLayout::lyxtype_ .
1923 \end_layout
1924 \begin_layout Description
1925 Origin JSpitz, 7 Aug 2006
1926 \end_layout
1927
1928 \begin_layout Subsection*
1929 inset-edit
1930 \end_layout
1931 \begin_layout Description
1932 Action Edit the inset at cursor with an external application, if one is attributed.
1933 \end_layout
1934 \begin_layout Description
1935 Syntax inset-edit [<INSET_PARAMS>]
1936 \end_layout
1937 \begin_layout Description
1938 Params <INSET_PARAMS>: Parameters for the inset.
1939 \begin_inset Newline newline
1940 \end_inset
1941
1942 Currently only the filename will be considered.
1943 \end_layout
1944 \begin_layout Description
1945 Origin JSpitzm, 27 Apr 2006
1946 \end_layout
1947
1948 \begin_layout Subsection*
1949 inset-end
1950 \end_layout
1951 \begin_layout Description
1952 Action Move the cursor to the end of the current inset if it is not already there, or at the end of the enclosing inset otherwise
1953 \end_layout
1954 \begin_layout Description
1955 Syntax inset-end
1956 \end_layout
1957 \begin_layout Description
1958 Origin lasgouttes, 16 Mar 2009
1959 \end_layout
1960
1961 \begin_layout Subsection*
1962 inset-end-select
1963 \end_layout
1964 \begin_layout Description
1965 Action Move the cursor to the end of the current inset if it is not already there, or at the end of the enclosing inset otherwise (adding the traversed text to the selection).
1966 \end_layout
1967 \begin_layout Description
1968 Syntax inset-end-select
1969 \end_layout
1970 \begin_layout Description
1971 Origin lasgouttes, 16 Mar 2009
1972 \end_layout
1973
1974 \begin_layout Subsection*
1975 inset-forall
1976 \end_layout
1977 \begin_layout Description
1978 Action Apply the given commands on insets of a given name.
1979 \end_layout
1980 \begin_layout Description
1981 Notion WARNING: use at your own risks; this function gives you too many ways of shooting yourself in the foot. A typical example is inset-forall Note note-insert which starts an infinite loop. This is mitigated by the fact that the number of actions is arbitrarily limited to 100000. Note also that inset-forall does not update metrics between iterations, which can lead to bugs. This has to be eventually fixed.
1982 \end_layout
1983 \begin_layout Description
1984 Syntax inset-forall <NAME> <LFUN-COMMAND>
1985 \begin_inset Newline newline
1986 \end_inset
1987
1988 <NAME>: Type of Inset. If <NAME> is *, all insets are matched. The name is used like for InsetLayout in layout files: "Note" matches all note insets, while "Note:Note" only matches LyX yellow note insets.
1989 \end_layout
1990 \begin_layout Description
1991 Sample Remove all index insets:
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995                    inset-forall Index char-delete-forward
1996 \begin_inset Newline newline
1997 \end_inset
1998
1999 Close all Notes (also works for a particular branch, for example):
2000 \begin_inset Newline newline
2001 \end_inset
2002
2003                    inset-forall Note inset-toggle close
2004 \begin_inset Newline newline
2005 \end_inset
2006
2007 Transform all yellow notes to comments
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011                    inset-forall Note:Note inset-modify note Note Comment
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Try to put LyX in an infinite loop if there is at least a Note:
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019                    inset-forall Note char-backward
2020 \end_layout
2021 \begin_layout Description
2022 Origin lasgouttes, 27 Nov 2009
2023 \end_layout
2024
2025 \begin_layout Subsection*
2026 inset-insert
2027 \end_layout
2028 \begin_layout Description
2029 Action Insert new inset (type given by the parameters).
2030 \end_layout
2031 \begin_layout Description
2032 Syntax inset-insert <INSET> <ARGS>
2033 \end_layout
2034 \begin_layout Description
2035 Params <INSET>: <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039                          hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 <ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
2044 \end_layout
2045 \begin_layout Description
2046 Sample inset-insert ref LatexCommand <Format> reference "<label name>"
2047 \backslash
2048 end_inset
2049 \begin_inset Newline newline
2050 \end_inset
2051
2052 where <label name> is the name of the referenced label and <Format> is one of the following:
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 ref -- <reference>
2057 \begin_inset Newline newline
2058 \end_inset
2059
2060 eqref -- (<reference>)
2061 \begin_inset Newline newline
2062 \end_inset
2063
2064 pageref -- <page>
2065 \begin_inset Newline newline
2066 \end_inset
2067
2068 vpageref -- on <page>
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 vref -- <reference> on <page>
2073 \begin_inset Newline newline
2074 \end_inset
2075
2076 formatted -- Formatted reference
2077 \end_layout
2078
2079 \begin_layout Subsection*
2080 inset-modify
2081 \end_layout
2082 \begin_layout Description
2083 Action Modify some properties of an inset.
2084 \end_layout
2085 \begin_layout Description
2086 Notion Used for bibitem, bibtex, box, branch, command, ert, external, floats, graphics, include, index, info, label, listings, newline, newpage, nomencl, note, phantom, ref, space, tabular, vspace, wrap insets.
2087 \end_layout
2088 \begin_layout Description
2089 Syntax inset-modify <INSET> <ARGS>inset-modify changetype <TYPE>inset-modify tabular <FEATURE> [<ARG>]
2090 \end_layout
2091 \begin_layout Description
2092 Params Generally see LFUN_INSET_INSERT for further details.
2093 \begin_inset Newline newline
2094 \end_inset
2095
2096 In case that <INSET> is "tabular" various math-environment features are handled as well, e.g. add-vline-left/right for the Grid/Array environment.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 <FEATURE>: append-row|append-column|delete-row|delete-column|copy-row|
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 copy-column|move-column-right|move-column-left|move-row-down|move-row-up|
2105 \begin_inset Newline newline
2106 \end_inset
2107
2108 toggle-line-top|toggle-line-bottom|toggle-line-left|toggle-line-right|
2109 \begin_inset Newline newline
2110 \end_inset
2111
2112 align-left|align-right|align-center|align-block|align-decimal|set-decimal-point|
2113 \begin_inset Newline newline
2114 \end_inset
2115
2116 valign-top|valign-bottom|valign-middle|longtabular-align-left|
2117 \begin_inset Newline newline
2118 \end_inset
2119
2120 longtabular-align-center|longtabular-align-right|m-align-left|m-align-right|
2121 \begin_inset Newline newline
2122 \end_inset
2123
2124 m-align-center|m-valign-top|m-valign-bottom|m-valign-middle|multicolumn|
2125 \begin_inset Newline newline
2126 \end_inset
2127
2128 set-all-lines|unset-all-lines|set-longtabular|unset-longtabular|set-pwidth|
2129 \begin_inset Newline newline
2130 \end_inset
2131
2132 set-mpwidth|set-rotate-tabular|unset-rotate-tabular|toggle-rotate-tabular|
2133 \begin_inset Newline newline
2134 \end_inset
2135
2136 set-rotate-cell|unset-rotate-cell|toggle-rotate-cell|set-usebox|set-lthead|
2137 \begin_inset Newline newline
2138 \end_inset
2139
2140 unset-lthead|set-ltfirsthead|unset-ltfirsthead|set-ltfoot|unset-ltfoot|
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 set-ltlastfoot|unset-ltlastfoot|set-ltnewpage|toggle-ltcaption|
2145 \begin_inset Newline newline
2146 \end_inset
2147
2148 set-special-column|set-special-multicolumn|set-special-multirow|
2149 \begin_inset Newline newline
2150 \end_inset
2151
2152 set-booktabs|unset-booktabs|set-top-space|set-bottom-space|
2153 \begin_inset Newline newline
2154 \end_inset
2155
2156 set-interline-space|set-border-lines|tabular-valign-top|
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160 tabular-valign-middle|tabular-valign-bottom|set-tabular-width <ARG>: additional argument for some commands, use debug mode to explore its values.
2161 \end_layout
2162 \begin_layout Description
2163 Sample inset-modify note Note Comment
2164 \begin_inset Newline newline
2165 \end_inset
2166
2167                inset-modify changetype Ovalbox
2168 \end_layout
2169
2170 \begin_layout Subsection*
2171 inset-select-all
2172 \end_layout
2173 \begin_layout Description
2174 Action Select all contents of an inset.
2175 \end_layout
2176 \begin_layout Description
2177 Notion There are 3 successive levels: select current cell, select all cells of inset, select the inset from outside (in the enclosing inset).
2178 \end_layout
2179 \begin_layout Description
2180 Syntax inset-select-all
2181 \end_layout
2182 \begin_layout Description
2183 Origin vfr, 22 Aug 2009; lasgouttes 1 Nov 2014
2184 \end_layout
2185
2186 \begin_layout Subsection*
2187 inset-settings
2188 \end_layout
2189 \begin_layout Description
2190 Action Open the inset's properties dialog.
2191 \end_layout
2192 \begin_layout Description
2193 Notion Used for bibitem, bibtex, box, branch, citation, ert, external, float, graphics, href, include, index, index_print, label, line, listings, note, phantom, ref, space, tabular, vspace, wrap insets.
2194 \end_layout
2195 \begin_layout Description
2196 Syntax inset-settings <INSET>
2197 \end_layout
2198 \begin_layout Description
2199 Params <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 graphics|href|include|index|index_print|label|line|
2204 \begin_inset Newline newline
2205 \end_inset
2206
2207 listings|note|phantom|ref|space|tabular|vspace|wrap>.
2208 \end_layout
2209
2210 \begin_layout Subsection*
2211 inset-toggle
2212 \end_layout
2213 \begin_layout Description
2214 Action Toggles the collapsible inset at cursor position, or the inset we are currently in.
2215 \end_layout
2216 \begin_layout Description
2217 Syntax inset-toggle [<ARG>]
2218 \end_layout
2219 \begin_layout Description
2220 Params <ARG>: <open|close|toggle|assign>.
2221 \begin_inset Newline newline
2222 \end_inset
2223
2224 open/close/toggle are for collapsible insets. toggle is used when no argument is given.
2225 \begin_inset Newline newline
2226 \end_inset
2227
2228 assign synchronize the branch-inset with activation status of the branch. Used for global toggling when changed activation.
2229 \end_layout
2230 \begin_layout Description
2231 Origin lasgouttes, 19 Jul 2001
2232 \end_layout
2233
2234 \begin_layout Subsection*
2235 ipa-insert
2236 \end_layout
2237 \begin_layout Description
2238 Action Inserts an IPA inset.
2239 \end_layout
2240 \begin_layout Description
2241 Syntax ipa-insert
2242 \end_layout
2243 \begin_layout Description
2244 Origin spitz, 05 Mar 2012
2245 \end_layout
2246
2247 \begin_layout Subsection*
2248 ipamacro-insert
2249 \end_layout
2250 \begin_layout Description
2251 Action Inserts special IPA macros into the document.
2252 \end_layout
2253 \begin_layout Description
2254 Syntax ipamacro-insert <CHAR>
2255 \end_layout
2256 \begin_layout Description
2257 Params <CHAR>: tone-falling, tone-rising, tone-high-rising, tone-low-rising, tone-high-rising-falling, deco bottomtiebar, deco toptiebar.
2258 \end_layout
2259 \begin_layout Description
2260 Origin JSpitzm, 22 Aug 2012
2261 \end_layout
2262
2263 \begin_layout Subsection*
2264 keymap-off
2265 \end_layout
2266 \begin_layout Description
2267 Action Turn off the loaded keyboard map.
2268 \end_layout
2269 \begin_layout Description
2270 Syntax keymap-off
2271 \end_layout
2272
2273 \begin_layout Subsection*
2274 keymap-primary
2275 \end_layout
2276 \begin_layout Description
2277 Action Turn on the primary keyboard map.
2278 \end_layout
2279 \begin_layout Description
2280 Notion Maps were widely used in past, when X-windows didn't have nowadays keyboard support. They can be still used to maintain uniform keyboard layout across the various platforms.
2281 \begin_inset Newline newline
2282 \end_inset
2283
2284 The language is to be set in the Preferences dialog.
2285 \end_layout
2286 \begin_layout Description
2287 Syntax keymap-primary
2288 \end_layout
2289
2290 \begin_layout Subsection*
2291 keymap-secondary
2292 \end_layout
2293 \begin_layout Description
2294 Action Turn on the secondary keyboard map.
2295 \end_layout
2296 \begin_layout Description
2297 Syntax keymap-secondary
2298 \end_layout
2299
2300 \begin_layout Subsection*
2301 keymap-toggle
2302 \end_layout
2303 \begin_layout Description
2304 Action Toggles keyboard maps (first/second/off).
2305 \end_layout
2306 \begin_layout Description
2307 Syntax keymap-toggle
2308 \end_layout
2309 \begin_layout Description
2310 Origin leeming, 30 Mar 2004
2311 \end_layout
2312
2313 \begin_layout Subsection*
2314 label-copy-as-reference
2315 \end_layout
2316 \begin_layout Description
2317 Action Copies the label at the cursor as a cross-reference to be pasted elsewhere.
2318 \end_layout
2319 \begin_layout Description
2320 Syntax copy-label-as-reference <LABEL>
2321 \end_layout
2322 \begin_layout Description
2323 Params <LABEL>: The label to copy (for multi-line math)
2324 \end_layout
2325 \begin_layout Description
2326 Origin sts, 16 Nov 2008
2327 \end_layout
2328
2329 \begin_layout Subsection*
2330 label-goto
2331 \end_layout
2332 \begin_layout Description
2333 Action Goto a label.
2334 \end_layout
2335 \begin_layout Description
2336 Syntax label-goto [<LABEL>]
2337 \end_layout
2338 \begin_layout Description
2339 Params <LABEL>: Requested label. If no label is given and reference is on cursor position, Bookmark 0 is saved and cursor moves to the position of referenced label.
2340 \end_layout
2341 \begin_layout Description
2342 Origin Ale, 6 Aug 1997
2343 \end_layout
2344
2345 \begin_layout Subsection*
2346 label-insert
2347 \end_layout
2348 \begin_layout Description
2349 Action Inserts label to text or displayed formula.
2350 \end_layout
2351 \begin_layout Description
2352 Syntax label-insert [<LABEL>]
2353 \end_layout
2354 \begin_layout Description
2355 Params <LABEL>: Requested label. If no label is given dialog requesting name will be opened.
2356 \end_layout
2357
2358 \begin_layout Subsection*
2359 label-insert-as-reference
2360 \end_layout
2361 \begin_layout Description
2362 Action Inserts the label (in ToC pane) as a cross-reference at the position of the cursor.
2363 \end_layout
2364 \begin_layout Description
2365 Syntax label-insert-as-reference
2366 \end_layout
2367 \begin_layout Description
2368 Origin vfr, 7 Apr 2009
2369 \end_layout
2370
2371 \begin_layout Subsection*
2372 language
2373 \end_layout
2374 \begin_layout Description
2375 Action Set language from the current cursor position.
2376 \end_layout
2377 \begin_layout Description
2378 Syntax language <LANG> [set]
2379 \end_layout
2380 \begin_layout Description
2381 Params <LANG>: Requested language. Look in lib/languages for the list. "language reset" or "language" (without param) reset to the document language. set: If used, the language will be set to the specified language. Otherwise, the language will be toggled (i.e., if the current language is LANG, switch to the document language or the default language, if LANG is the document language).
2382 \end_layout
2383 \begin_layout Description
2384 Origin Dekel, 2 Mar 2000
2385 \end_layout
2386
2387 \begin_layout Subsection*
2388 line-begin
2389 \end_layout
2390 \begin_layout Description
2391 Action Move the cursor to the beginning of the (screen) line.
2392 \end_layout
2393 \begin_layout Description
2394 Syntax line-begin
2395 \end_layout
2396
2397 \begin_layout Subsection*
2398 line-begin-select
2399 \end_layout
2400 \begin_layout Description
2401 Action Move the cursor to the beginning of the (screen) line adding the traversed text to the selection.
2402 \end_layout
2403 \begin_layout Description
2404 Syntax line-begin-select
2405 \end_layout
2406
2407 \begin_layout Subsection*
2408 line-delete-forward
2409 \end_layout
2410 \begin_layout Description
2411 Action Deletes the letters to the end of the (screen) line or deletes the selection.
2412 \end_layout
2413 \begin_layout Description
2414 Syntax line-delete-forward
2415 \end_layout
2416
2417 \begin_layout Subsection*
2418 line-end
2419 \end_layout
2420 \begin_layout Description
2421 Action Move the cursor to the end of the (screen) line.
2422 \end_layout
2423 \begin_layout Description
2424 Syntax line-end
2425 \end_layout
2426
2427 \begin_layout Subsection*
2428 line-end-select
2429 \end_layout
2430 \begin_layout Description
2431 Action Move the cursor to the end of the (screen) line adding the traversed text to the selection.
2432 \end_layout
2433 \begin_layout Description
2434 Syntax line-end-select
2435 \end_layout
2436
2437 \begin_layout Subsection*
2438 listing-insert
2439 \end_layout
2440 \begin_layout Description
2441 Action Inserts a new listings inset.
2442 \end_layout
2443 \begin_layout Description
2444 Syntax listing-insert
2445 \end_layout
2446 \begin_layout Description
2447 Origin Herbert, 10 Nov 2001; bpeng, 2 May 2007
2448 \end_layout
2449
2450 \begin_layout Subsection*
2451 marginalnote-insert
2452 \end_layout
2453 \begin_layout Description
2454 Action Inserts a marginal note.
2455 \end_layout
2456 \begin_layout Description
2457 Syntax marginalnote-insert
2458 \end_layout
2459 \begin_layout Description
2460 Origin Lgb, 26 Jun 2000
2461 \end_layout
2462
2463 \begin_layout Subsection*
2464 mark-off
2465 \end_layout
2466 \begin_layout Description
2467 Action Disable selecting of text-region.
2468 \end_layout
2469 \begin_layout Description
2470 Syntax mark-off
2471 \end_layout
2472
2473 \begin_layout Subsection*
2474 mark-on
2475 \end_layout
2476 \begin_layout Description
2477 Action Enable selecting of text-region.
2478 \end_layout
2479 \begin_layout Description
2480 Notion After enabling you can simply move arrow keys to get selected region.
2481 \end_layout
2482 \begin_layout Description
2483 Syntax mark-on
2484 \end_layout
2485
2486 \begin_layout Subsection*
2487 mark-toggle
2488 \end_layout
2489 \begin_layout Description
2490 Action Toggle between LFUN_MARK_ON and LFUN_MARK_OFF .
2491 \end_layout
2492 \begin_layout Description
2493 Syntax mark-toggle
2494 \end_layout
2495 \begin_layout Description
2496 Origin Andre, May 5 2006
2497 \end_layout
2498
2499 \begin_layout Subsection*
2500 newline-insert
2501 \end_layout
2502 \begin_layout Description
2503 Action Inserts a line break or new line.
2504 \end_layout
2505 \begin_layout Description
2506 Syntax newline-insert [<ARG>]
2507 \end_layout
2508 \begin_layout Description
2509 Params <ARG>: <newline|linebreak> default: newline
2510 \end_layout
2511 \begin_layout Description
2512 Origin JSpitzm, 25 Mar 2008
2513 \end_layout
2514
2515 \begin_layout Subsection*
2516 newpage-insert
2517 \end_layout
2518 \begin_layout Description
2519 Action Inserts a new page.
2520 \end_layout
2521 \begin_layout Description
2522 Syntax newpage-insert <ARG>
2523 \end_layout
2524 \begin_layout Description
2525 Params <ARG>: <newpage|pagebreak|clearpage|cleardoublepage> default: newpage
2526 \end_layout
2527 \begin_layout Description
2528 Origin uwestoehr, 24 Nov 2007
2529 \end_layout
2530
2531 \begin_layout Subsection*
2532 nomencl-insert
2533 \end_layout
2534 \begin_layout Description
2535 Action Inserts Nomenclature entry.
2536 \end_layout
2537 \begin_layout Description
2538 Notion It automatically takes the word on the cursor position if no symbol is given.
2539 \end_layout
2540 \begin_layout Description
2541 Syntax nomencl-insert [<SYMBOL>]
2542 \end_layout
2543 \begin_layout Description
2544 Origin Ugras, 4 Nov 2006
2545 \end_layout
2546
2547 \begin_layout Subsection*
2548 nomencl-print
2549 \end_layout
2550 \begin_layout Description
2551 Action Inserts list of Nomenclature entries.
2552 \end_layout
2553 \begin_layout Description
2554 Syntax nomenclature-print
2555 \end_layout
2556 \begin_layout Description
2557 Origin Ugras, 4 Nov 2006
2558 \end_layout
2559
2560 \begin_layout Subsection*
2561 note-insert
2562 \end_layout
2563 \begin_layout Description
2564 Action Inserts Note on the current cursor position, move selection inside the inset.
2565 \end_layout
2566 \begin_layout Description
2567 Syntax note-insert [<TYPE>]
2568 \end_layout
2569 \begin_layout Description
2570 Params <TYPE>: <Note|Greyedout|Comment> default: Note
2571 \end_layout
2572
2573 \begin_layout Subsection*
2574 note-next
2575 \end_layout
2576 \begin_layout Description
2577 Action Moves the cursor to the beginning of next Note inset.
2578 \end_layout
2579 \begin_layout Description
2580 Syntax note-next
2581 \end_layout
2582
2583 \begin_layout Subsection*
2584 outline-down
2585 \end_layout
2586 \begin_layout Description
2587 Action Move the current group in the downward direction in the structure of the document.
2588 \end_layout
2589 \begin_layout Description
2590 Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
2591 \end_layout
2592 \begin_layout Description
2593 Syntax outline-down
2594 \end_layout
2595 \begin_layout Description
2596 Origin Vermeer, 23 Mar 2006
2597 \end_layout
2598
2599 \begin_layout Subsection*
2600 outline-in
2601 \end_layout
2602 \begin_layout Description
2603 Action Moves the current group in the downward direction in the hierarchy of the document structure.
2604 \end_layout
2605 \begin_layout Description
2606 Notion Part -> Chapter -> Section -> etc.
2607 \end_layout
2608 \begin_layout Description
2609 Syntax outline-in
2610 \end_layout
2611 \begin_layout Description
2612 Origin Vermeer, 23 Mar 2006
2613 \end_layout
2614
2615 \begin_layout Subsection*
2616 outline-out
2617 \end_layout
2618 \begin_layout Description
2619 Action Moves the current group in the upward direction in the hierarchy of the document structure.
2620 \end_layout
2621 \begin_layout Description
2622 Notion Part <- Chapter <- Section <- etc.
2623 \end_layout
2624 \begin_layout Description
2625 Syntax outline-out
2626 \end_layout
2627 \begin_layout Description
2628 Origin Vermeer, 23 Mar 2006
2629 \end_layout
2630
2631 \begin_layout Subsection*
2632 outline-up
2633 \end_layout
2634 \begin_layout Description
2635 Action Move the current group in the upward direction in the structure of the document.
2636 \end_layout
2637 \begin_layout Description
2638 Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
2639 \end_layout
2640 \begin_layout Description
2641 Syntax outline-up
2642 \end_layout
2643 \begin_layout Description
2644 Origin Vermeer, 23 Mar 2006
2645 \end_layout
2646
2647 \begin_layout Subsection*
2648 paragraph-break
2649 \end_layout
2650 \begin_layout Description
2651 Action Breaks the current paragraph at the current location.
2652 \end_layout
2653 \begin_layout Description
2654 Notion Removes the selection.
2655 \end_layout
2656 \begin_layout Description
2657 Syntax paragraph-break [<LAYOUT>]
2658 \end_layout
2659 \begin_layout Description
2660 Params <LAYOUT>: "inverse" - decreases depth by one (or change layout to default layout) when the cursor is at the end of the line.
2661 \end_layout
2662
2663 \begin_layout Subsection*
2664 paragraph-down
2665 \end_layout
2666 \begin_layout Description
2667 Action Move the cursor to the next paragraph (or beginning of the current one) in downward direction.
2668 \end_layout
2669 \begin_layout Description
2670 Syntax paragraph-down
2671 \end_layout
2672 \begin_layout Description
2673 Origin Asger, 1 Oct 1996
2674 \end_layout
2675
2676 \begin_layout Subsection*
2677 paragraph-down-select
2678 \end_layout
2679 \begin_layout Description
2680 Action Move the cursor and select the text to the next paragraph (or beginning of the current one) in downward direction.
2681 \end_layout
2682 \begin_layout Description
2683 Syntax paragraph-down-select
2684 \end_layout
2685 \begin_layout Description
2686 Origin Asger, 1 Oct 1996
2687 \end_layout
2688
2689 \begin_layout Subsection*
2690 paragraph-goto
2691 \end_layout
2692 \begin_layout Description
2693 Action Jump to a paragraph given by its id number and optionally the desired position within the paragraph.
2694 \end_layout
2695 \begin_layout Description
2696 Notion Note that id number of paragraph is not the sequential number of paragraph seen on the screen. Moreover the id is unique for all opened buffers (documents).
2697 \end_layout
2698 \begin_layout Description
2699 Syntax paragraph-goto <PAR_ID_NUMBER> <POSITION_IN_PAR>
2700 \end_layout
2701 \begin_layout Description
2702 Params <PAR_ID_NUMBER>:  paragraph id
2703 \begin_inset Newline newline
2704 \end_inset
2705
2706 <POSITION_IN_PAR>: desired position within the paragraph
2707 \end_layout
2708 \begin_layout Description
2709 Origin Dekel, 26 Aug 2000
2710 \end_layout
2711
2712 \begin_layout Subsection*
2713 paragraph-move-down
2714 \end_layout
2715 \begin_layout Description
2716 Action Moves the current paragraph downwards in the document.
2717 \end_layout
2718 \begin_layout Description
2719 Syntax paragraph-move-down
2720 \end_layout
2721 \begin_layout Description
2722 Origin Edwin, 8 Apr 2006
2723 \end_layout
2724
2725 \begin_layout Subsection*
2726 paragraph-move-up
2727 \end_layout
2728 \begin_layout Description
2729 Action Moves the current paragraph upwards in the document.
2730 \end_layout
2731 \begin_layout Description
2732 Notion Movement through the document will possibly break the paragraph-depth (e.g. itemize structure).
2733 \end_layout
2734 \begin_layout Description
2735 Syntax paragraph-move-up
2736 \end_layout
2737 \begin_layout Description
2738 Origin Edwin, 8 Apr 2006
2739 \end_layout
2740
2741 \begin_layout Subsection*
2742 paragraph-params
2743 \end_layout
2744 \begin_layout Description
2745 Action Change paragraph settings.
2746 \end_layout
2747 \begin_layout Description
2748 Notion Modifies the current paragraph, or currently selected paragraphs. This function only modifies, and does not override, existing settings. Note that the "leftindent" indent setting is deprecated.
2749 \end_layout
2750 \begin_layout Description
2751 Syntax paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>]
2752 \end_layout
2753 \begin_layout Description
2754 Params <INDENT>:  
2755 \backslash
2756 noindent|
2757 \backslash
2758 indent|
2759 \backslash
2760 indent-toggle|
2761 \backslash
2762 leftindent LENGTH
2763 \begin_inset Newline newline
2764 \end_inset
2765
2766 <SPACING>: 
2767 \backslash
2768 paragraph_spacing default|single|onehalf|double|other SIZE
2769 \begin_inset Newline newline
2770 \end_inset
2771
2772 <ALIGN>:   
2773 \backslash
2774 align block|left|right|center|default
2775 \begin_inset Newline newline
2776 \end_inset
2777
2778 <OTHERS>:  
2779 \backslash
2780 labelwidthstring WIDTH|
2781 \backslash
2782 start_of_appendix
2783 \end_layout
2784 \begin_layout Description
2785 Origin rgh, Aug 15 2007
2786 \end_layout
2787
2788 \begin_layout Subsection*
2789 paragraph-params-apply
2790 \end_layout
2791 \begin_layout Description
2792 Action Change paragraph settings.
2793 \end_layout
2794 \begin_layout Description
2795 Notion Overwrite all nonspecified settings to the default ones. Use paragraph-params lfun if you don't want to overwrite others settings.
2796 \end_layout
2797 \begin_layout Description
2798 Syntax paragraph-params-apply <INDENT> <SPACING> <ALIGN> <OTHERS>
2799 \end_layout
2800 \begin_layout Description
2801 Params For parameters see LFUN_PARAGRAPH_PARAMS
2802 \end_layout
2803 \begin_layout Description
2804 Origin leeming, 30 Mar 2004
2805 \end_layout
2806
2807 \begin_layout Subsection*
2808 paragraph-up
2809 \end_layout
2810 \begin_layout Description
2811 Action Move the cursor to the next paragraph (or beginning of the current one) in upward direction.
2812 \end_layout
2813 \begin_layout Description
2814 Syntax paragraph-up
2815 \end_layout
2816 \begin_layout Description
2817 Origin Asger, 1 Oct 1996
2818 \end_layout
2819
2820 \begin_layout Subsection*
2821 paragraph-up-select
2822 \end_layout
2823 \begin_layout Description
2824 Action Move the cursor and select the text to the next paragraph (or beginning of the current one) in upward direction.
2825 \end_layout
2826 \begin_layout Description
2827 Syntax paragraph-up-select
2828 \end_layout
2829 \begin_layout Description
2830 Origin Asger, 1 Oct 1996
2831 \end_layout
2832
2833 \begin_layout Subsection*
2834 paste
2835 \end_layout
2836 \begin_layout Description
2837 Action Pastes material (text or picture) from the active clipboard.
2838 \end_layout
2839 \begin_layout Description
2840 Syntax paste [<TYPE>|<NUM>]
2841 \end_layout
2842 \begin_layout Description
2843 Params <TYPE>: emf|pdf|png|jpeg|linkback|wmf|latex|html
2844 \begin_inset Newline newline
2845 \end_inset
2846
2847 <NUM>: number of the selection in the internal clipboard stack to be pasted.
2848 \end_layout
2849
2850 \begin_layout Subsection*
2851 phantom-insert
2852 \end_layout
2853 \begin_layout Description
2854 Action Inserts phantom on the current cursor position, move selection inside the inset.
2855 \end_layout
2856 \begin_layout Description
2857 Syntax phantom-insert [<TYPE>]
2858 \end_layout
2859 \begin_layout Description
2860 Params <TYPE>: <Phantom|HPhantom|VPhantom> default: Phantom
2861 \end_layout
2862 \begin_layout Description
2863 Origin uwestoehr, 30 Jan 2009
2864 \end_layout
2865
2866 \begin_layout Subsection*
2867 preview-insert
2868 \end_layout
2869 \begin_layout Description
2870 Action Inserts a new preview inset.
2871 \end_layout
2872 \begin_layout Description
2873 Syntax preview-insert
2874 \end_layout
2875 \begin_layout Description
2876 Origin vfr, 28 Mar 2010
2877 \end_layout
2878
2879 \begin_layout Subsection*
2880 primary-selection-paste
2881 \end_layout
2882 \begin_layout Description
2883 Action Pastes the currently selected text.
2884 \end_layout
2885 \begin_layout Description
2886 Notion Primary selection mechanism is linux-only thing.
2887 \end_layout
2888 \begin_layout Description
2889 Syntax primary-selection-paste [<ARG>]
2890 \end_layout
2891 \begin_layout Description
2892 Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
2893 \end_layout
2894
2895 \begin_layout Subsection*
2896 quote-insert
2897 \end_layout
2898 \begin_layout Description
2899 Action Inserts quotes according to the type and quote-language preference.
2900 \end_layout
2901 \begin_layout Description
2902 Notion Currently English, Swedish, German, Polish, French, Danish quotes are distinguished.
2903 \end_layout
2904 \begin_layout Description
2905 Syntax quote-insert [<TYPE>]
2906 \end_layout
2907 \begin_layout Description
2908 Params <TYPE>: 'single' for single quotes, otherwise double quotes will be used.
2909 \end_layout
2910
2911 \begin_layout Subsection*
2912 redo
2913 \end_layout
2914 \begin_layout Description
2915 Action Redoes the last thing undone.
2916 \end_layout
2917 \begin_layout Description
2918 Syntax redo
2919 \end_layout
2920
2921 \begin_layout Subsection*
2922 reference-next
2923 \end_layout
2924 \begin_layout Description
2925 Action Go to the next label or cross-reference.
2926 \end_layout
2927 \begin_layout Description
2928 Syntax reference-next
2929 \end_layout
2930 \begin_layout Description
2931 Origin Dekel, 14 Jan 2001
2932 \end_layout
2933
2934 \begin_layout Subsection*
2935 repeat
2936 \end_layout
2937 \begin_layout Description
2938 Action Repeat the given command.
2939 \end_layout
2940 \begin_layout Description
2941 Syntax repeat <COUNT> <LFUN-COMMAND>
2942 \end_layout
2943 \begin_layout Description
2944 Origin Andre, 27 Oct 2003
2945 \end_layout
2946
2947 \begin_layout Subsection*
2948 screen-down
2949 \end_layout
2950 \begin_layout Description
2951 Action Moves the cursor one page in downward direction.
2952 \end_layout
2953 \begin_layout Description
2954 Syntax screen-down
2955 \end_layout
2956
2957 \begin_layout Subsection*
2958 screen-down-select
2959 \end_layout
2960 \begin_layout Description
2961 Action Moves the cursor one screen in downward direction adding the current position to the selection.
2962 \end_layout
2963 \begin_layout Description
2964 Syntax screen-down-select
2965 \end_layout
2966
2967 \begin_layout Subsection*
2968 screen-recenter
2969 \end_layout
2970 \begin_layout Description
2971 Action Recenters the screen on the current cursor position.
2972 \end_layout
2973 \begin_layout Description
2974 Syntax screen-recenter
2975 \end_layout
2976
2977 \begin_layout Subsection*
2978 screen-show-cursor
2979 \end_layout
2980 \begin_layout Description
2981 Action Repositions the screen such that the cursor is visible.
2982 \end_layout
2983 \begin_layout Description
2984 Syntax screen-show-cursor
2985 \end_layout
2986 \begin_layout Description
2987 Origin vfr, 25 Mar 2009
2988 \end_layout
2989
2990 \begin_layout Subsection*
2991 screen-up
2992 \end_layout
2993 \begin_layout Description
2994 Action Moves the cursor one page in upward direction.
2995 \end_layout
2996 \begin_layout Description
2997 Syntax screen-up
2998 \end_layout
2999
3000 \begin_layout Subsection*
3001 screen-up-select
3002 \end_layout
3003 \begin_layout Description
3004 Action Moves the cursor one page in upward direction adding the current position to the selection.
3005 \end_layout
3006 \begin_layout Description
3007 Syntax screen-up-select
3008 \end_layout
3009
3010 \begin_layout Subsection*
3011 script-insert
3012 \end_layout
3013 \begin_layout Description
3014 Action Inserts a subscript or superscript inset.
3015 \end_layout
3016 \begin_layout Description
3017 Syntax script-insert <TYPE>
3018 \end_layout
3019 \begin_layout Description
3020 Params <TYPE>: subscript|superscript
3021 \end_layout
3022 \begin_layout Description
3023 Origin Georg, 23 Nov 2010
3024 \end_layout
3025
3026 \begin_layout Subsection*
3027 scroll
3028 \end_layout
3029 \begin_layout Description
3030 Action Scroll the buffer view.
3031 \end_layout
3032 \begin_layout Description
3033 Notion Only scrolls the screen up or down; does not move the cursor.
3034 \end_layout
3035 \begin_layout Description
3036 Syntax scroll <TYPE> <QUANTITY>
3037 \end_layout
3038 \begin_layout Description
3039 Params <TYPE>:  line|page
3040 \begin_inset Newline newline
3041 \end_inset
3042
3043 <QUANTITY>: up|down|<number>
3044 \end_layout
3045 \begin_layout Description
3046 Origin Abdel, Dec 27 2007
3047 \end_layout
3048
3049 \begin_layout Subsection*
3050 section-select
3051 \end_layout
3052 \begin_layout Description
3053 Action Select the whole section.
3054 \end_layout
3055 \begin_layout Description
3056 Notion The cursor should be in a section heading before calling this lfun.
3057 \end_layout
3058 \begin_layout Description
3059 Syntax section-select
3060 \end_layout
3061 \begin_layout Description
3062 Origin vfr, 05 May 2009
3063 \end_layout
3064
3065 \begin_layout Subsection*
3066 selection-paste
3067 \end_layout
3068 \begin_layout Description
3069 Action Pastes the internal selection text in permanent selection.
3070 \end_layout
3071 \begin_layout Description
3072 Notion Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; primary-selection-paste paragraph).
3073 \end_layout
3074 \begin_layout Description
3075 Syntax selection-paste
3076 \end_layout
3077 \begin_layout Description
3078 Origin lasgouttes, 14 Jan 2009
3079 \end_layout
3080
3081 \begin_layout Subsection*
3082 separator-insert
3083 \end_layout
3084 \begin_layout Description
3085 Action Inserts an environment separator or paragraph break.
3086 \end_layout
3087 \begin_layout Description
3088 Syntax separator-insert [<ARG>]
3089 \end_layout
3090 \begin_layout Description
3091 Params <ARG>: <plain|parbreak> default: plain
3092 \end_layout
3093 \begin_layout Description
3094 Origin ef, 2 May 2014
3095 \end_layout
3096
3097 \begin_layout Subsection*
3098 set-graphics-group
3099 \end_layout
3100 \begin_layout Description
3101 Action Set the group for the graphics inset on the cursor position.
3102 \end_layout
3103 \begin_layout Description
3104 Syntax set-graphics-group [<GROUP>]
3105 \end_layout
3106 \begin_layout Description
3107 Params <GROUP>: Id for an existing group. In case the Id is an empty string, the graphics inset is removed from the current group.
3108 \end_layout
3109 \begin_layout Description
3110 Origin sanda, 6 May 2008
3111 \end_layout
3112
3113 \begin_layout Subsection*
3114 space-insert
3115 \end_layout
3116 \begin_layout Description
3117 Action Inserts one of horizontal space insets.
3118 \end_layout
3119 \begin_layout Description
3120 Syntax space-insert <NAME> [<LEN>]
3121 \end_layout
3122 \begin_layout Description
3123 Params <NAME>: normal, protected, visible, thin, quad, qquad, enspace, enskip, negthinspace, negmedspace, negthickspace, hfill, hfill*, dotfill, hrulefill, hspace, hspace*
3124 \begin_inset Newline newline
3125 \end_inset
3126
3127 Only in math mode: med and thick.
3128 \begin_inset Newline newline
3129 \end_inset
3130
3131 <LEN>: length for custom spaces (hspace, hspace* for protected)
3132 \end_layout
3133 \begin_layout Description
3134 Origin JSpitzm, 20 May 2003, Mar 17 2008
3135 \end_layout
3136
3137 \begin_layout Subsection*
3138 specialchar-insert
3139 \end_layout
3140 \begin_layout Description
3141 Action Inserts various characters into the document.
3142 \end_layout
3143 \begin_layout Description
3144 Syntax specialchar-insert <CHAR>
3145 \end_layout
3146 \begin_layout Description
3147 Params <CHAR>: hyphenation, ligature-break, slash, nobreakdash, dots, end-of-sentence, menu-separator.
3148 \end_layout
3149 \begin_layout Description
3150 Origin JSpitzm, 6 Dec 2007
3151 \end_layout
3152
3153 \begin_layout Subsection*
3154 spelling-add
3155 \end_layout
3156 \begin_layout Description
3157 Action Add the word under the cursor to the respective spell checker dictionary.
3158 \end_layout
3159 \begin_layout Description
3160 Syntax spelling-add [<STRING>] [<LANG>]
3161 \end_layout
3162 \begin_layout Description
3163 Params <WORD>: word to add <LANG>: language name (see file languages)
3164 \end_layout
3165 \begin_layout Description
3166 Origin JSpitzm, 18 Jan 2010
3167 \end_layout
3168
3169 \begin_layout Subsection*
3170 spelling-continuously
3171 \end_layout
3172 \begin_layout Description
3173 Action Toggle continuous spell checking.
3174 \end_layout
3175 \begin_layout Description
3176 Syntax spelling-continuously
3177 \end_layout
3178 \begin_layout Description
3179 Origin vfr, 24 March 2013
3180 \end_layout
3181
3182 \begin_layout Subsection*
3183 spelling-ignore
3184 \end_layout
3185 \begin_layout Description
3186 Action Let the spell checker ignore the word under the cursor in the current session for the given language.
3187 \end_layout
3188 \begin_layout Description
3189 Syntax spelling-ignore [<WORD>] [<LANG>]
3190 \end_layout
3191 \begin_layout Description
3192 Params <WORD>: word to ignore <LANG>: language name (see file languages)
3193 \end_layout
3194 \begin_layout Description
3195 Origin JSpitzm, 18 Jan 2010
3196 \end_layout
3197
3198 \begin_layout Subsection*
3199 spelling-remove
3200 \end_layout
3201 \begin_layout Description
3202 Action Remove the word under the cursor from the respective spell checker dictionary.
3203 \end_layout
3204 \begin_layout Description
3205 Syntax spelling-remove [<STRING>] [<LANG>]
3206 \end_layout
3207 \begin_layout Description
3208 Params <WORD>: word to remove <LANG>: language name (see file languages)
3209 \end_layout
3210 \begin_layout Description
3211 Origin SWitt, 28 July 2010
3212 \end_layout
3213
3214 \begin_layout Subsection*
3215 tab-delete
3216 \end_layout
3217 \begin_layout Description
3218 Action Delete a tab or up to an equivalent amount of spaces from a listings inset.
3219 \end_layout
3220 \begin_layout Description
3221 Notion It also works on a selection - it removes a tab or spaces from the beginning of each line spanned by the selection. This is useful if you want to indent/unindent multiple lines in one action.
3222 \end_layout
3223 \begin_layout Description
3224 Syntax tab-delete
3225 \end_layout
3226 \begin_layout Description
3227 Origin vfr, Sep 30 2008
3228 \end_layout
3229
3230 \begin_layout Subsection*
3231 tab-insert
3232 \end_layout
3233 \begin_layout Description
3234 Action Insert a tab into a listings inset.
3235 \end_layout
3236 \begin_layout Description
3237 Notion It also works on a selection.
3238 \end_layout
3239 \begin_layout Description
3240 Syntax tab-insert
3241 \end_layout
3242 \begin_layout Description
3243 Origin vfr, Sep 30 2008
3244 \end_layout
3245
3246 \begin_layout Subsection*
3247 tabular-insert
3248 \end_layout
3249 \begin_layout Description
3250 Action Inserts table into the document.
3251 \end_layout
3252 \begin_layout Description
3253 Notion See LFUN_INSET_MODIFY for some more details about tabular modifications.
3254 \end_layout
3255 \begin_layout Description
3256 Syntax tabular-insert [<ROWS> <COLUMNS>]
3257 \end_layout
3258 \begin_layout Description
3259 Params In case no arguments are given show insert dialog.
3260 \end_layout
3261 \begin_layout Description
3262 Origin Jug, 12 Apr 2000
3263 \end_layout
3264
3265 \begin_layout Subsection*
3266 thesaurus-entry
3267 \end_layout
3268 \begin_layout Description
3269 Action Look up thesaurus entries with respect to the word under the cursor.
3270 \end_layout
3271 \begin_layout Description
3272 Syntax thesaurus-entry [<STRING>] [lang=<LANG>]
3273 \end_layout
3274 \begin_layout Description
3275 Params <STRING>: word to look up <LANG>: language (see file languages)
3276 \end_layout
3277 \begin_layout Description
3278 Origin Levon, 20 Jul 2001
3279 \end_layout
3280
3281 \begin_layout Subsection*
3282 undo
3283 \end_layout
3284 \begin_layout Description
3285 Action Undoes the last edit.
3286 \end_layout
3287 \begin_layout Description
3288 Syntax undo
3289 \end_layout
3290
3291 \begin_layout Subsection*
3292 unicode-insert
3293 \end_layout
3294 \begin_layout Description
3295 Action Inserts a single unicode character.
3296 \end_layout
3297 \begin_layout Description
3298 Syntax unicode-insert <CHAR>
3299 \end_layout
3300 \begin_layout Description
3301 Params <CHAR>: The character to insert, given as its code point, in hexadecimal.
3302 \end_layout
3303 \begin_layout Description
3304 Sample unicode-insert 0x0100
3305 \end_layout
3306 \begin_layout Description
3307 Origin Lgb, 22 Oct 2006
3308 \end_layout
3309
3310 \begin_layout Subsection*
3311 up
3312 \end_layout
3313 \begin_layout Description
3314 Action Moves the cursor one line in upward direction.
3315 \end_layout
3316 \begin_layout Description
3317 Syntax up
3318 \end_layout
3319
3320 \begin_layout Subsection*
3321 up-select
3322 \end_layout
3323 \begin_layout Description
3324 Action Moves the cursor one line in upward direction adding the current position to the selection.
3325 \end_layout
3326 \begin_layout Description
3327 Syntax up-select
3328 \end_layout
3329
3330 \begin_layout Subsection*
3331 word-backward
3332 \end_layout
3333 \begin_layout Description
3334 Action Moves the cursor to the logically previous beginning of a word.
3335 \end_layout
3336 \begin_layout Description
3337 Notion This is not the action which should be bound to the arrow keys, because backwards may be left or right, depending on the language. The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions, which in turn may employ this one.
3338 \end_layout
3339 \begin_layout Description
3340 Syntax word-backward
3341 \end_layout
3342
3343 \begin_layout Subsection*
3344 word-backward-select
3345 \end_layout
3346 \begin_layout Description
3347 Action Moves the cursor to the logically previous beginning of a word, adding the logically traversed text to the selection.
3348 \end_layout
3349 \begin_layout Description
3350 Notion See also LFUN_WORD_BACKWARD.
3351 \end_layout
3352 \begin_layout Description
3353 Syntax word-backward-select
3354 \end_layout
3355
3356 \begin_layout Subsection*
3357 word-capitalize
3358 \end_layout
3359 \begin_layout Description
3360 Action Capitalizes the words in the selection (i.e. the first letters) or the letter on the cursor position.
3361 \end_layout
3362 \begin_layout Description
3363 Syntax word-capitalize
3364 \end_layout
3365
3366 \begin_layout Subsection*
3367 word-delete-backward
3368 \end_layout
3369 \begin_layout Description
3370 Action Deletes characters to the beginning of the word (usually the "C+BackSpace" key).
3371 \end_layout
3372 \begin_layout Description
3373 Syntax word-delete-backward
3374 \end_layout
3375
3376 \begin_layout Subsection*
3377 word-delete-forward
3378 \end_layout
3379 \begin_layout Description
3380 Action Deletes characters to the end of the word (usually the "C+Delete" key).
3381 \end_layout
3382 \begin_layout Description
3383 Syntax word-delete-forward
3384 \end_layout
3385
3386 \begin_layout Subsection*
3387 word-find
3388 \end_layout
3389 \begin_layout Description
3390 Action Search for next occurrence of a string.
3391 \end_layout
3392 \begin_layout Description
3393 Syntax word-find [<DATA>]
3394 \end_layout
3395 \begin_layout Description
3396 Params <DATA>: data encoded from Find dialog (see lyx::find2string()). If no parameter is given, search with last find-dialog data is used for search (i.e. find-next).
3397 \end_layout
3398 \begin_layout Description
3399 Origin Andre, Jan 7 2004
3400 \end_layout
3401
3402 \begin_layout Subsection*
3403 word-find-backward
3404 \end_layout
3405 \begin_layout Description
3406 Action Search for a given string in backward direction.
3407 \end_layout
3408 \begin_layout Description
3409 Notion Case sensitive, match words. If no argument given, last search repeated.
3410 \end_layout
3411 \begin_layout Description
3412 Syntax word-find-backward [<STRING>]
3413 \end_layout
3414 \begin_layout Description
3415 Origin Etienne, 20 Feb 1998
3416 \end_layout
3417
3418 \begin_layout Subsection*
3419 word-find-forward
3420 \end_layout
3421 \begin_layout Description
3422 Action Search for a given string in forward direction.
3423 \end_layout
3424 \begin_layout Description
3425 Notion Case sensitive, match words. If no argument given, last search repeated.
3426 \end_layout
3427 \begin_layout Description
3428 Syntax word-find-forward [<STRING>]
3429 \end_layout
3430 \begin_layout Description
3431 Origin Etienne, 16 Feb 1998
3432 \end_layout
3433
3434 \begin_layout Subsection*
3435 word-findadv
3436 \end_layout
3437 \begin_layout Description
3438 Action Search for next occurrence of a pattern.
3439 \end_layout
3440 \begin_layout Description
3441 Syntax word-findadv [<DATA>]
3442 \end_layout
3443 \begin_layout Description
3444 Params <DATA>: data encoded from FindAdv dialog (see lyx::findadv2string()). If no parameter is given, search with last find-dialog data is used for search (i.e. find-next).
3445 \end_layout
3446 \begin_layout Description
3447 Origin Tommaso, Nov 15 2007
3448 \end_layout
3449
3450 \begin_layout Subsection*
3451 word-forward
3452 \end_layout
3453 \begin_layout Description
3454 Action Moves the cursor to the logically next beginning of a word.
3455 \end_layout
3456 \begin_layout Description
3457 Notion This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions, which in turn may employ this one.
3458 \end_layout
3459 \begin_layout Description
3460 Syntax word-forward
3461 \end_layout
3462
3463 \begin_layout Subsection*
3464 word-forward-select
3465 \end_layout
3466 \begin_layout Description
3467 Action Moves the cursor to the logically next beginning of a word, adding the logically traversed text to the selection.
3468 \end_layout
3469 \begin_layout Description
3470 Notion See also LFUN_WORD_FORWARD.
3471 \end_layout
3472 \begin_layout Description
3473 Syntax word-forward-select
3474 \end_layout
3475
3476 \begin_layout Subsection*
3477 word-left
3478 \end_layout
3479 \begin_layout Description
3480 Action Moves the cursor to the next beginning of a word "on the left".
3481 \end_layout
3482 \begin_layout Description
3483 Notion This is the action which should be taken when the (e.g., ctrl-) "left" key is pressed. Generally, it moves the cursor to the next beginning of a word on the left. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves left, plain and simple. In "logical mode", movement is logically forward in RTL paragraphs, and logically backwards in LTR paragraphs.
3484 \end_layout
3485 \begin_layout Description
3486 Syntax word-left
3487 \end_layout
3488 \begin_layout Description
3489 Origin dov, 28 Oct 2007
3490 \end_layout
3491
3492 \begin_layout Subsection*
3493 word-left-select
3494 \end_layout
3495 \begin_layout Description
3496 Action Moves the cursor to the next beginning of a word "on the left", adding *logically* traversed text to the selection.
3497 \end_layout
3498 \begin_layout Description
3499 Notion See also LFUN_WORD_LEFT for exact details of the movement.
3500 \end_layout
3501 \begin_layout Description
3502 Syntax word-left-select
3503 \end_layout
3504 \begin_layout Description
3505 Origin dov, 28 Oct 2007
3506 \end_layout
3507
3508 \begin_layout Subsection*
3509 word-lowcase
3510 \end_layout
3511 \begin_layout Description
3512 Action Change the words in the selection or from the cursor position to the end of word to the lower case.
3513 \end_layout
3514 \begin_layout Description
3515 Syntax word-lowcase
3516 \end_layout
3517
3518 \begin_layout Subsection*
3519 word-replace
3520 \end_layout
3521 \begin_layout Description
3522 Action Replace a string in the document.
3523 \end_layout
3524 \begin_layout Description
3525 Syntax word-replace [<DATA>]
3526 \end_layout
3527 \begin_layout Description
3528 Params <DATA>: data is of the form "<replace>
3529 \begin_inset Newline newline
3530 \end_inset
3531
3532 <search>
3533 \begin_inset Newline newline
3534 \end_inset
3535
3536 <casesensitive> <matchword> <all> <forward> <findnext>"
3537 \end_layout
3538 \begin_layout Description
3539 Origin Andre, Jan 7 2004
3540 \end_layout
3541
3542 \begin_layout Subsection*
3543 word-right
3544 \end_layout
3545 \begin_layout Description
3546 Action Moves the cursor to the next beginning of a word "on the right".
3547 \end_layout
3548 \begin_layout Description
3549 Notion This is the action which should be taken when the (e.g., ctrl-) "right" key is pressed. Generally, it moves the cursor to the next beginning of a word on the right. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves right, plain and simple. In "logical mode", movement is logically forward in LTR paragraphs, and logically backwards in RTL paragraphs.
3550 \end_layout
3551 \begin_layout Description
3552 Syntax word-right
3553 \end_layout
3554 \begin_layout Description
3555 Origin dov, 28 Oct 2007
3556 \end_layout
3557
3558 \begin_layout Subsection*
3559 word-right-select
3560 \end_layout
3561 \begin_layout Description
3562 Action Moves the cursor to the next beginning of a word "on the right", adding *logically* traversed text to the selection.
3563 \end_layout
3564 \begin_layout Description
3565 Notion See also LFUN_WORD_RIGHT for exact details of the movement.
3566 \end_layout
3567 \begin_layout Description
3568 Syntax word-right-select
3569 \end_layout
3570 \begin_layout Description
3571 Origin dov, 28 Oct 2007
3572 \end_layout
3573
3574 \begin_layout Subsection*
3575 word-select
3576 \end_layout
3577 \begin_layout Description
3578 Action Puts the word where the cursor stands into the selection.
3579 \end_layout
3580 \begin_layout Description
3581 Syntax word-select
3582 \end_layout
3583 \begin_layout Description
3584 Origin Andre, 11 Sep 2002
3585 \end_layout
3586
3587 \begin_layout Subsection*
3588 word-upcase
3589 \end_layout
3590 \begin_layout Description
3591 Action Change the words in the selection or from the cursor position to the end of word to the upper case.
3592 \end_layout
3593 \begin_layout Description
3594 Syntax word-upcase
3595 \end_layout
3596
3597 \begin_layout Subsection*
3598 wrap-insert
3599 \end_layout
3600 \begin_layout Description
3601 Action Inserts floats wrapped by the text around.
3602 \end_layout
3603 \begin_layout Description
3604 Syntax wrap-insert <TYPE>
3605 \end_layout
3606 \begin_layout Description
3607 Params <TYPE>: table|figure
3608 \end_layout
3609 \begin_layout Description
3610 Origin Dekel, 7 Apr 2002
3611 \end_layout
3612
3613 \begin_layout Section
3614 Math Editor Functions
3615 \end_layout
3616 \begin_layout Subsection*
3617 in-mathmacrotemplate
3618 \end_layout
3619 \begin_layout Description
3620 Action Only active in Math Macro definition.
3621 \end_layout
3622 \begin_layout Description
3623 Notion Dummy function which is only active in a Math Macro definition. It's used to toggle the Math Macro toolbar if the cursor moves into a Math Macro definition.
3624 \end_layout
3625 \begin_layout Description
3626 Syntax in-mathmacrotemplate
3627 \end_layout
3628 \begin_layout Description
3629 Origin sts, 06 January 2008
3630 \end_layout
3631
3632 \begin_layout Subsection*
3633 math-ams-matrix
3634 \end_layout
3635 \begin_layout Description
3636 Action Inserts an extended matrix as provided by the amsmath package.
3637 \end_layout
3638 \begin_layout Description
3639 Syntax math-matrix <COLS> <ROWS> [<DECORATION>]
3640 \end_layout
3641 \begin_layout Description
3642 Params <DECORATION>: Decoration determines the LaTeX name of the matrix that should be created. Possible values include pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix and matrix. The default is 'matrix'.
3643 \end_layout
3644 \begin_layout Description
3645 Sample math-ams-matrix 3 3 bmatrix
3646 \end_layout
3647
3648 \begin_layout Subsection*
3649 math-bigdelim
3650 \end_layout
3651 \begin_layout Description
3652 Action Inserts math fixed size delimiters (e.g. parentheses, brackets) enclosing expression.
3653 \end_layout
3654 \begin_layout Description
3655 Syntax math-bigdelim <LSIZE> <LDELIM> <RSIZE> <RDELIM>
3656 \end_layout
3657 \begin_layout Description
3658 Params <L/RSIZE>: bigl/r|Bigl/r|biggl/r|Biggl/r
3659 \begin_inset Newline newline
3660 \end_inset
3661
3662 <L/RDELIM>: TeX code for delimiter. See Delimiter dialog for delimiters to be used.
3663 \end_layout
3664 \begin_layout Description
3665 Sample math-bigdelim "Bigl" "
3666 \backslash
3667 Downarrow" "Bigr" "
3668 \backslash
3669 }"
3670 \end_layout
3671 \begin_layout Description
3672 Origin Enrico & Georg, 7 May 2006
3673 \end_layout
3674
3675 \begin_layout Subsection*
3676 math-delim
3677 \end_layout
3678 \begin_layout Description
3679 Action Inserts math delimiters (e.g. parentheses, brackets) enclosing expression.
3680 \end_layout
3681 \begin_layout Description
3682 Syntax math-delim [<LEFT>] [<RIGHT>]
3683 \end_layout
3684 \begin_layout Description
3685 Params <LEFT/RIGHT>: Delimiters to be used. Each delimiter can be specified by either a LaTeX name or a valid character. ( is the default letter.
3686 \end_layout
3687 \begin_layout Description
3688 Sample math-delim { rangle
3689 \end_layout
3690 \begin_layout Description
3691 Origin Alejandro, 18 Jun 1996
3692 \end_layout
3693
3694 \begin_layout Subsection*
3695 math-display
3696 \end_layout
3697 \begin_layout Description
3698 Action Creates a new displayed equation in text mode. Toggles inlined/display formula in math mode.
3699 \end_layout
3700 \begin_layout Description
3701 Syntax math-display [<ARG>]
3702 \end_layout
3703 \begin_layout Description
3704 Params <ARG>: this argument will be passed to LFUN_MATH_INSERT when creating new equation from the text mode.
3705 \end_layout
3706 \begin_layout Description
3707 Origin Alejandro, 18 Jun 1996
3708 \end_layout
3709
3710 \begin_layout Subsection*
3711 math-extern
3712 \end_layout
3713 \begin_layout Description
3714 Action Calls external program and passes the current expression/equation as an argument for the calculation in the format appropriate to the given language.
3715 \end_layout
3716 \begin_layout Description
3717 Notion Selection can be used to determine the input for the external program.
3718 \end_layout
3719 \begin_layout Description
3720 Syntax math-extern <LANG> [<COMMAND>]
3721 \end_layout
3722 \begin_layout Description
3723 Params <LANG>: octave|maxima|maple|mathematica|script
3724 \begin_inset Newline newline
3725 \end_inset
3726
3727 where "script" stands for the external script (normalized expression will be passed)
3728 \end_layout
3729 \begin_layout Description
3730 Sample math-extern maple simplify
3731 \end_layout
3732 \begin_layout Description
3733 Origin Andre, 24 Apr 2001
3734 \end_layout
3735
3736 \begin_layout Subsection*
3737 math-font-style
3738 \end_layout
3739 \begin_layout Description
3740 Action Changes the text style used in math.
3741 \end_layout
3742 \begin_layout Description
3743 Syntax math-font-style <STYLE>
3744 \end_layout
3745 \begin_layout Description
3746 Params <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal
3747 \begin_inset Newline newline
3748 \end_inset
3749
3750 |textrm|textsf|texttt|textbf|textmd|textit|textsc|textsl|textup
3751 \end_layout
3752 \begin_layout Description
3753 Origin vfr, 9 jan 2009
3754 \end_layout
3755
3756 \begin_layout Subsection*
3757 math-insert
3758 \end_layout
3759 \begin_layout Description
3760 Action Inserts math objects and symbols.
3761 \end_layout
3762 \begin_layout Description
3763 Notion When <ARG> is a _single_ math inset with more than one cell (such as "x_y^z" or "
3764 \backslash
3765 frac{x}{y}"), the content of cell(0) is replaced by the current selection (only works if the selection is in mathed). As an example, if "abc" is selected in mathed, "math-insert 
3766 \backslash
3767 frac{x}{y}" replaces "abc" with "
3768 \backslash
3769 frac{abc}{y}", and "math-insert x_y^z" replaces "abc" with "abc_y^z". If nothing is selected (or the selection is not in mathed), math-insert works as expected.
3770 \end_layout
3771 \begin_layout Description
3772 Syntax math-insert <ARG>
3773 \end_layout
3774 \begin_layout Description
3775 Params <ARG>: Symbol or LaTeX code to be inserted.
3776 \end_layout
3777
3778 \begin_layout Subsection*
3779 math-limits
3780 \end_layout
3781 \begin_layout Description
3782 Action Toggles the position of the limits from above/below to the right side an vice versa in integral symbol, a limit, a summation, etc.
3783 \end_layout
3784 \begin_layout Description
3785 Notion Put the cursor before the symbol with the limits and then invoke math-limits.
3786 \end_layout
3787 \begin_layout Description
3788 Syntax math-limits [<STATE>]
3789 \end_layout
3790 \begin_layout Description
3791 Params <STATE>: limits|nolimits
3792 \end_layout
3793
3794 \begin_layout Subsection*
3795 math-macro
3796 \end_layout
3797 \begin_layout Description
3798 Action Inserts a math macro definition at the cursor position in the text.
3799 \end_layout
3800 \begin_layout Description
3801 Syntax math-macro <NAME> [<NARGS>] [def]
3802 \end_layout
3803 \begin_layout Description
3804 Params <NAME>: The name of the macro, e.g. "mymacro".
3805 \begin_inset Newline newline
3806 \end_inset
3807
3808 <NARGS>: The number of parameters of the macro. Default is 0. "def": Has no effect anymore, just for compatibility with former LyX versions.
3809 \end_layout
3810 \begin_layout Description
3811 Origin ale, 10 May 1997;  sts, 21 Dec 2007
3812 \end_layout
3813
3814 \begin_layout Subsection*
3815 math-macro-add-greedy-optional-param
3816 \end_layout
3817 \begin_layout Description
3818 Action Add a greedy optional parameter.
3819 \end_layout
3820 \begin_layout Description
3821 Notion Add a greedy optional parameter which eats the value from the following cells in mathed which are in the [value] format.
3822 \end_layout
3823 \begin_layout Description
3824 Syntax math-macro-add-greedy-optional-param
3825 \end_layout
3826 \begin_layout Description
3827 Origin sts, 06 January 2008
3828 \end_layout
3829
3830 \begin_layout Subsection*
3831 math-macro-add-optional-param
3832 \end_layout
3833 \begin_layout Description
3834 Action Add an optional parameter.
3835 \end_layout
3836 \begin_layout Description
3837 Notion Insert an optional parameter just behind the already existing optional parameters.
3838 \end_layout
3839 \begin_layout Description
3840 Syntax math-macro-add-optional-param
3841 \end_layout
3842 \begin_layout Description
3843 Origin sts, 06 January 2008
3844 \end_layout
3845
3846 \begin_layout Subsection*
3847 math-macro-add-param
3848 \end_layout
3849 \begin_layout Description
3850 Action Add a parameter.
3851 \end_layout
3852 \begin_layout Description
3853 Notion Add a parameter to a Math Macro.
3854 \end_layout
3855 \begin_layout Description
3856 Syntax math-macro-add-param <NUM>
3857 \end_layout
3858 \begin_layout Description
3859 Params <NUM>: The number of the parameter behind which the new one will be added (1 for the first, i.e. use 0 for add a parameter at the left), defaults to the last one.
3860 \end_layout
3861 \begin_layout Description
3862 Origin sts, 06 January 2008
3863 \end_layout
3864
3865 \begin_layout Subsection*
3866 math-macro-append-greedy-param
3867 \end_layout
3868 \begin_layout Description
3869 Action Append a greedy parameter.
3870 \end_layout
3871 \begin_layout Description
3872 Notion Append a greedy parameter to a Math Macro which eats the following mathed cell in every instance of the macro in the buffer.
3873 \end_layout
3874 \begin_layout Description
3875 Syntax math-macro-append-greedy-param
3876 \end_layout
3877 \begin_layout Description
3878 Origin sts, 06 January 2008
3879 \end_layout
3880
3881 \begin_layout Subsection*
3882 math-macro-fold
3883 \end_layout
3884 \begin_layout Description
3885 Action Fold a Math Macro.
3886 \end_layout
3887 \begin_layout Description
3888 Notion Fold the Math Macro the cursor is in if it was unfolded, i.e. displayed as 
3889 \backslash
3890 foo before.
3891 \end_layout
3892 \begin_layout Description
3893 Syntax math-macro-fold
3894 \end_layout
3895 \begin_layout Description
3896 Origin sts, 06 January 2008
3897 \end_layout
3898
3899 \begin_layout Subsection*
3900 math-macro-make-nonoptional
3901 \end_layout
3902 \begin_layout Description
3903 Action Make a parameter non-optional.
3904 \end_layout
3905 \begin_layout Description
3906 Notion Turn the last optional parameter of a Math Macro into a non-optional parameter. The default value is remembered to be reused later if the user changes his mind.
3907 \end_layout
3908 \begin_layout Description
3909 Syntax math-macro-make-nonoptional
3910 \end_layout
3911 \begin_layout Description
3912 Origin sts, 06 January 2008
3913 \end_layout
3914
3915 \begin_layout Subsection*
3916 math-macro-make-optional
3917 \end_layout
3918 \begin_layout Description
3919 Action Make a parameter optional.
3920 \end_layout
3921 \begin_layout Description
3922 Notion Turn the first non-optional parameter of a Math Macro into an optional parameter with a default value.
3923 \end_layout
3924 \begin_layout Description
3925 Syntax math-macro-make-optional
3926 \end_layout
3927 \begin_layout Description
3928 Origin sts, 06 January 2008
3929 \end_layout
3930
3931 \begin_layout Subsection*
3932 math-macro-remove-greedy-param
3933 \end_layout
3934 \begin_layout Description
3935 Action Remove a greedy parameter.
3936 \end_layout
3937 \begin_layout Description
3938 Notion Remove a greedy parameter of a Math Macro and spit out the values of it in every instance of the macro in the buffer. If it is an optional parameter the [valud] format is used.
3939 \end_layout
3940 \begin_layout Description
3941 Syntax math-macro-remove-greedy-param
3942 \end_layout
3943 \begin_layout Description
3944 Origin sts, 06 January 2008
3945 \end_layout
3946
3947 \begin_layout Subsection*
3948 math-macro-remove-optional-param
3949 \end_layout
3950 \begin_layout Description
3951 Action Remove the last optional parameter.
3952 \end_layout
3953 \begin_layout Description
3954 Notion Remove the last optional parameter of a Math Macro and remove it in all the instances of the macro in the buffer.
3955 \end_layout
3956 \begin_layout Description
3957 Syntax math-macro-remove-optional-param
3958 \end_layout
3959 \begin_layout Description
3960 Origin sts, 06 January 2008
3961 \end_layout
3962
3963 \begin_layout Subsection*
3964 math-macro-remove-param
3965 \end_layout
3966 \begin_layout Description
3967 Action Remove the last parameter.
3968 \end_layout
3969 \begin_layout Description
3970 Notion Remove the last parameter of a Math Macro and remove its value in all instances of the macro in the buffer.
3971 \end_layout
3972 \begin_layout Description
3973 Syntax math-macro-remove-param <NUM>
3974 \end_layout
3975 \begin_layout Description
3976 Params <NUM>: The number of the parameter to be deleted (1 for the first), defaults to the last one.
3977 \end_layout
3978 \begin_layout Description
3979 Origin sts, 06 January 2008
3980 \end_layout
3981
3982 \begin_layout Subsection*
3983 math-macro-unfold
3984 \end_layout
3985 \begin_layout Description
3986 Action Unfold a Math Macro.
3987 \end_layout
3988 \begin_layout Description
3989 Notion Unfold the Math Macro the cursor is in, i.e. display it as 
3990 \backslash
3991 foo.
3992 \end_layout
3993 \begin_layout Description
3994 Syntax math-macro-unfold
3995 \end_layout
3996 \begin_layout Description
3997 Origin sts, 06 January 2008
3998 \end_layout
3999
4000 \begin_layout Subsection*
4001 math-matrix
4002 \end_layout
4003 \begin_layout Description
4004 Action Inserts a matrix.
4005 \end_layout
4006 \begin_layout Description
4007 Syntax math-matrix <COLS> <ROWS> [<ALIGN>]
4008 \end_layout
4009 \begin_layout Description
4010 Params <ALIGN>: Alignment is a word composed of the vertical alignment (b, c or t) (i.e. 1 char) and the horizontal alignments (l, c or r) (i.e. <COL> chars).
4011 \end_layout
4012 \begin_layout Description
4013 Sample math-matrix 3 3 bccc
4014 \end_layout
4015
4016 \begin_layout Subsection*
4017 math-mode
4018 \end_layout
4019 \begin_layout Description
4020 Action In text mode enters math mode (i.e. puts math insets on the current cursor position), in math mode enters text mode inside math expression.
4021 \end_layout
4022 \begin_layout Description
4023 Notion If there is some selected text, it puts the text inside created math box.
4024 \end_layout
4025 \begin_layout Description
4026 Syntax math-mode [on|<ARG>]
4027 \end_layout
4028 \begin_layout Description
4029 Params <ARG>: eventual argument (LaTeX code) is passed to LFUN_MATH_INSERT .
4030 \begin_inset Newline newline
4031 \end_inset
4032
4033 "on": allow only entering of math mode from text mode.
4034 \end_layout
4035 \begin_layout Description
4036 Origin Alejandro, 4 Jun 1996
4037 \end_layout
4038
4039 \begin_layout Subsection*
4040 math-mutate
4041 \end_layout
4042 \begin_layout Description
4043 Action Mutates the type of math inset to the newly selected one.
4044 \end_layout
4045 \begin_layout Description
4046 Syntax math-mutate <TYPE>
4047 \end_layout
4048 \begin_layout Description
4049 Params <TYPE>: none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| multline|gather|flalign
4050 \end_layout
4051 \begin_layout Description
4052 Origin Andre, 23 May 2001
4053 \end_layout
4054
4055 \begin_layout Subsection*
4056 math-number-line-toggle
4057 \end_layout
4058 \begin_layout Description
4059 Action Toggles numbering of the current formula line.
4060 \end_layout
4061 \begin_layout Description
4062 Notion Must be in display formula mode.
4063 \end_layout
4064 \begin_layout Description
4065 Syntax math-number-line-toggle
4066 \end_layout
4067 \begin_layout Description
4068 Origin Alejandro, 18 Jun 1996
4069 \end_layout
4070
4071 \begin_layout Subsection*
4072 math-number-toggle
4073 \end_layout
4074 \begin_layout Description
4075 Action Toggles numbering/labeling of the current formula.
4076 \end_layout
4077 \begin_layout Description
4078 Notion Must be in display formula mode.
4079 \end_layout
4080 \begin_layout Description
4081 Syntax math-number-toggle
4082 \end_layout
4083 \begin_layout Description
4084 Origin Alejandro, 4 Jun 1996
4085 \end_layout
4086
4087 \begin_layout Subsection*
4088 math-size
4089 \end_layout
4090 \begin_layout Description
4091 Action Changes arbitrarily the size used by math fonts inside a context.
4092 \end_layout
4093 \begin_layout Description
4094 Notion Provides an interface to the LaTeX math mode font size commands.
4095 \end_layout
4096 \begin_layout Description
4097 Syntax math-size <STYLE>
4098 \end_layout
4099 \begin_layout Description
4100 Params <STYLE>: 
4101 \backslash
4102 displaystyle|
4103 \backslash
4104 textstyle|
4105 \backslash
4106 scriptstyle|
4107 \backslash
4108 scriptscriptstyle
4109 \end_layout
4110 \begin_layout Description
4111 Origin Alejandro, 15 Aug 1996; sanda, 14 Jun 2008
4112 \end_layout
4113
4114 \begin_layout Subsection*
4115 math-space
4116 \end_layout
4117 \begin_layout Description
4118 Action Inserts space into math expression.
4119 \end_layout
4120 \begin_layout Description
4121 Notion Use spacebar after entering this space to change type of space.
4122 \end_layout
4123 \begin_layout Description
4124 Syntax math-space [<TYPE>] [<LEN>]
4125 \end_layout
4126 \begin_layout Description
4127 Params <TYPE>: negative spaces: !|negthinspace|negmedspace|negthickspace
4128 \begin_inset Newline newline
4129 \end_inset
4130
4131 positive spaces: ,|thinspace|:|medspace|;|thickspace|enskip|quad|qquad
4132 \begin_inset Newline newline
4133 \end_inset
4134
4135 custom space: hspace
4136 \begin_inset Newline newline
4137 \end_inset
4138
4139 "," used by default.
4140 \begin_inset Newline newline
4141 \end_inset
4142
4143 Note that ! is equivalent to negthinspace, , = thinspace, : = medspace, and ; = thickspace.
4144 \begin_inset Newline newline
4145 \end_inset
4146
4147 <LEN>: length for custom spaces (hspace)
4148 \end_layout
4149 \begin_layout Description
4150 Origin Andre, 25 Jul 2001; sanda, 16 Jun 2008
4151 \end_layout
4152
4153 \begin_layout Subsection*
4154 math-subscript
4155 \end_layout
4156 \begin_layout Description
4157 Action Enters subscript expression in math expression.
4158 \end_layout
4159 \begin_layout Description
4160 Syntax math-subscript
4161 \end_layout
4162 \begin_layout Description
4163 Origin vermeer, 12 Dec 2001
4164 \end_layout
4165
4166 \begin_layout Subsection*
4167 math-superscript
4168 \end_layout
4169 \begin_layout Description
4170 Action Enters superscript expression in math expression.
4171 \end_layout
4172 \begin_layout Description
4173 Syntax math-superscript
4174 \end_layout
4175 \begin_layout Description
4176 Origin vermeer, 12 Dec 2001
4177 \end_layout
4178
4179 \begin_layout Subsection*
4180 regexp-mode
4181 \end_layout
4182 \begin_layout Description
4183 Action Enters regexp mode (i.e., puts regexp insets on the current cursor position). Used by the advanced search dialog.
4184 \end_layout
4185 \begin_layout Description
4186 Notion If there is any selected text, then it is moved inside the created regexp inset.
4187 \end_layout
4188 \begin_layout Description
4189 Syntax regexp-mode [<ARG>]
4190 \end_layout
4191 \begin_layout Description
4192 Params <ARG>: eventual argument (regular expression).
4193 \end_layout
4194 \begin_layout Description
4195 Origin Tommaso, 4 Oct 2008
4196 \end_layout
4197
4198 \begin_layout Section
4199 Buffer Fuctions (File and Window related)
4200 \end_layout
4201 \begin_layout Subsection*
4202 branch-activate
4203 \end_layout
4204 \begin_layout Description
4205 Action Activate the branch.
4206 \end_layout
4207 \begin_layout Description
4208 Syntax branch-activate <BRANCH>
4209 \end_layout
4210 \begin_layout Description
4211 Params <BRANCH>: The branch to activate
4212 \end_layout
4213 \begin_layout Description
4214 Sample lyx -x "branch-activate answers" -e pdf2 finalexam.lyx
4215 \begin_inset Newline newline
4216 \end_inset
4217
4218 could be used to export a pdf with the answers branch included without one's having to open LyX and activate the branch manually.
4219 \end_layout
4220 \begin_layout Description
4221 Origin rgh, 27 May 2008
4222 \end_layout
4223
4224 \begin_layout Subsection*
4225 branch-add
4226 \end_layout
4227 \begin_layout Description
4228 Action Add a branch to the buffer's BranchList.
4229 \end_layout
4230 \begin_layout Description
4231 Syntax branch-add <BRANCH>
4232 \end_layout
4233 \begin_layout Description
4234 Params <BRANCH>: Name of the branch to add
4235 \end_layout
4236 \begin_layout Description
4237 Origin spitz, 7 Jul 2009
4238 \end_layout
4239
4240 \begin_layout Subsection*
4241 branch-add-insert
4242 \end_layout
4243 \begin_layout Description
4244 Action Create new branch and directly put the branch inset into the document.
4245 \end_layout
4246 \begin_layout Description
4247 Syntax branch-add-insert [<NAME>]
4248 \end_layout
4249 \begin_layout Description
4250 Params <NAME>: Branch name. If it is not specified, you will be asked.
4251 \end_layout
4252 \begin_layout Description
4253 Origin sanda, 10 Jul 2009
4254 \end_layout
4255
4256 \begin_layout Subsection*
4257 branch-deactivate
4258 \end_layout
4259 \begin_layout Description
4260 Action De-activate the branch.
4261 \end_layout
4262 \begin_layout Description
4263 Syntax branch-deactivate <BRANCH>
4264 \end_layout
4265 \begin_layout Description
4266 Params <BRANCH>: The branch to deactivate
4267 \end_layout
4268 \begin_layout Description
4269 Origin rgh, 27 May 2008
4270 \end_layout
4271
4272 \begin_layout Subsection*
4273 branch-master-activate
4274 \end_layout
4275 \begin_layout Description
4276 Action Activate the branch in the master buffer.
4277 \end_layout
4278 \begin_layout Description
4279 Syntax branch-master-activate <BRANCH>
4280 \end_layout
4281 \begin_layout Description
4282 Params <BRANCH>: The branch to activate
4283 \end_layout
4284 \begin_layout Description
4285 Sample lyx -x "branch-activate answers" -e pdf2 finalexam.lyx
4286 \begin_inset Newline newline
4287 \end_inset
4288
4289 could be used to export a pdf with the answers branch included without one's having to open LyX and activate the branch manually.
4290 \end_layout
4291 \begin_layout Description
4292 Origin spitz, 30 Sep 2012
4293 \end_layout
4294
4295 \begin_layout Subsection*
4296 branch-master-deactivate
4297 \end_layout
4298 \begin_layout Description
4299 Action De-activate the branch in the master buffer.
4300 \end_layout
4301 \begin_layout Description
4302 Syntax branch-master-deactivate <BRANCH>
4303 \end_layout
4304 \begin_layout Description
4305 Params <BRANCH>: The branch to deactivate
4306 \end_layout
4307 \begin_layout Description
4308 Origin spitz, 30 Sep 2012
4309 \end_layout
4310
4311 \begin_layout Subsection*
4312 branches-rename
4313 \end_layout
4314 \begin_layout Description
4315 Action Rename all branches of a given name in a document.
4316 \end_layout
4317 \begin_layout Description
4318 Syntax branches-rename <OLDNAME> <NEWNAME>
4319 \end_layout
4320 \begin_layout Description
4321 Params <OLDNAME>: Current name of the branch to be renamed <NEWNAME>: New name of the branch
4322 \end_layout
4323 \begin_layout Description
4324 Origin spitz, 9 Jul 2009
4325 \end_layout
4326
4327 \begin_layout Subsection*
4328 buffer-auto-save
4329 \end_layout
4330 \begin_layout Description
4331 Action Saves the current buffer to a temporary file.
4332 \end_layout
4333 \begin_layout Description
4334 Notion Saves the current buffer to a file named "#filename#". This LFUN is called automatically by LyX, to "autosave" the current buffer.
4335 \end_layout
4336 \begin_layout Description
4337 Syntax buffer-auto-save
4338 \end_layout
4339
4340 \begin_layout Subsection*
4341 buffer-child-open
4342 \end_layout
4343 \begin_layout Description
4344 Action Loads the given child document.
4345 \end_layout
4346 \begin_layout Description
4347 Notion The current document is treated as a parent.
4348 \end_layout
4349 \begin_layout Description
4350 Syntax buffer-child-open <FILE>
4351 \end_layout
4352 \begin_layout Description
4353 Params <FILE>: Filename of the child. The directory of the parent is assumed by default.
4354 \end_layout
4355 \begin_layout Description
4356 Origin Ale, 28 May 1997
4357 \end_layout
4358
4359 \begin_layout Subsection*
4360 buffer-chktex
4361 \end_layout
4362 \begin_layout Description
4363 Action Runs chktex for the current document.
4364 \end_layout
4365 \begin_layout Description
4366 Syntax buffer-chktex
4367 \end_layout
4368 \begin_layout Description
4369 Origin Asger, 30 Oct 1997
4370 \end_layout
4371
4372 \begin_layout Subsection*
4373 buffer-close
4374 \end_layout
4375 \begin_layout Description
4376 Action Closes the current buffer.
4377 \end_layout
4378 \begin_layout Description
4379 Notion Closes the current buffer, asking whether to save it, etc, if the buffer has been modified.
4380 \end_layout
4381 \begin_layout Description
4382 Syntax buffer-close
4383 \end_layout
4384
4385 \begin_layout Subsection*
4386 buffer-close-all
4387 \end_layout
4388 \begin_layout Description
4389 Action Closes all buffers.
4390 \end_layout
4391 \begin_layout Description
4392 Notion Closes all buffers, asking whether to save it, etc, if a buffer has been modified.
4393 \end_layout
4394 \begin_layout Description
4395 Syntax buffer-close-all
4396 \end_layout
4397
4398 \begin_layout Subsection*
4399 buffer-export
4400 \end_layout
4401 \begin_layout Description
4402 Action Exports the current buffer (document) to the given format.
4403 \end_layout
4404 \begin_layout Description
4405 Syntax buffer-export <FORMAT> [<DEST>]
4406 \end_layout
4407 \begin_layout Description
4408 Params <FORMAT> is either "custom" or one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
4409 \begin_inset Newline newline
4410 \end_inset
4411
4412 In case of "custom" you will be asked for a format you want to start from and for the command that you want to apply to this format. Internally the control is then passed to LFUN_BUFFER_EXPORT_CUSTOM.                <DEST>  If present, this argument provides the export destination                       filename. Its containing folder will also be the destination                    folder, where all the needed external files will be copied.
4413 \end_layout
4414 \begin_layout Description
4415 Origin Lgb, 29 Jul 1997
4416 \end_layout
4417
4418 \begin_layout Subsection*
4419 buffer-export-as
4420 \end_layout
4421 \begin_layout Description
4422 Action Opens a dialog for exporting the current buffer.
4423 \end_layout
4424 \begin_layout Description
4425 Syntax buffer-export-as [<FORMAT>]
4426 \end_layout
4427 \begin_layout Description
4428 Params <FORMAT> is the export format initially selected in the dialog. You can pass any of the formats which you can find in Tools->Preferences->File formats->Format, provided it has the "document" flag set. If no format is specified the dialog will start with the default output format of the current document.
4429 \end_layout
4430 \begin_layout Description
4431 Sample buffer-export-as pdf2
4432 \end_layout
4433 \begin_layout Description
4434 Origin tommaso, 6 Oct 2011
4435 \end_layout
4436
4437 \begin_layout Subsection*
4438 buffer-export-custom
4439 \end_layout
4440 \begin_layout Description
4441 Action Exports the current buffer (document) from the given format using the given command on it.
4442 \end_layout
4443 \begin_layout Description
4444 Syntax buffer-export-custom <FORMAT> <COMMAND>
4445 \end_layout
4446 \begin_layout Description
4447 Params <FORMAT> format to start from (LyX will care to produce such intermediate file).
4448 \begin_inset Newline newline
4449 \end_inset
4450
4451 <COMMAND> this command will be launched on the file. Note that you can use "$$FName" string to qualify the intermediate file.
4452 \end_layout
4453 \begin_layout Description
4454 Sample buffer-export-custom dvi dvips -f $$FName -o myfile.ps
4455 \end_layout
4456 \begin_layout Description
4457 Origin leeming, 27 Mar 2004
4458 \end_layout
4459
4460 \begin_layout Subsection*
4461 buffer-forall
4462 \end_layout
4463 \begin_layout Description
4464 Action Applies a command to all non-hidden buffers.
4465 \end_layout
4466 \begin_layout Description
4467 Notion a buffer is `hidden' if it is internally open in LyX, but not visible in any window.
4468 \end_layout
4469 \begin_layout Description
4470 Syntax buffer-forall <LFUN-COMMAND>
4471 \end_layout
4472 \begin_layout Description
4473 Params <LFUN-COMMAND>: The command to be applied to the buffers.
4474 \end_layout
4475 \begin_layout Description
4476 Sample Close all Notes in buffers:
4477 \begin_inset Newline newline
4478 \end_inset
4479
4480                    buffer-forall inset-forall Note inset-toggle close
4481 \begin_inset Newline newline
4482 \end_inset
4483
4484 Toggle change tracking on buffers:
4485 \begin_inset Newline newline
4486 \end_inset
4487
4488                    buffer-forall changes-track
4489 \begin_inset Newline newline
4490 \end_inset
4491
4492 Toggle read-only for buffers:
4493 \begin_inset Newline newline
4494 \end_inset
4495
4496                    buffer-forall buffer-toggle-read-only
4497 \begin_inset Newline newline
4498 \end_inset
4499
4500 Show statistics for individual buffers:
4501 \begin_inset Newline newline
4502 \end_inset
4503
4504                    buffer-forall statistics
4505 \begin_inset Newline newline
4506 \end_inset
4507
4508 Activate the branch named "Solutions" in buffers:
4509 \begin_inset Newline newline
4510 \end_inset
4511
4512                    buffer-forall branch-activate Solutions
4513 \begin_inset Newline newline
4514 \end_inset
4515
4516 Export buffers to PDF (pdflatex):
4517 \begin_inset Newline newline
4518 \end_inset
4519
4520                    buffer-forall buffer-export pdf2
4521 \begin_inset Newline newline
4522 \end_inset
4523
4524
4525 \end_layout
4526 \begin_layout Description
4527 Origin scottkostyshak, 20 Jul 2012
4528 \end_layout
4529
4530 \begin_layout Subsection*
4531 buffer-import
4532 \end_layout
4533 \begin_layout Description
4534 Action Import a given file as a lyx document.
4535 \end_layout
4536 \begin_layout Description
4537 Notion File can be imported iff lyx file format is (transitively) reachable via defined converters in preferences. Look in the File->Import menu to get an idea of the currently active import formats.
4538 \end_layout
4539 \begin_layout Description
4540 Syntax buffer-import <FORMAT> [<FILE>]
4541 \end_layout
4542 \begin_layout Description
4543 Origin Asger, 24 Jul 1998
4544 \end_layout
4545
4546 \begin_layout Subsection*
4547 buffer-language
4548 \end_layout
4549 \begin_layout Description
4550 Action Set language of the current document.
4551 \end_layout
4552 \begin_layout Description
4553 Syntax buffer-language <LANG>
4554 \end_layout
4555 \begin_layout Description
4556 Params <LANG>: language name. See lib/languages for list.
4557 \end_layout
4558 \begin_layout Description
4559 Origin leeming, 30 Mar 2004
4560 \end_layout
4561
4562 \begin_layout Subsection*
4563 buffer-new
4564 \end_layout
4565 \begin_layout Description
4566 Action Creates a new buffer (that is, document) and switches to it.
4567 \end_layout
4568 \begin_layout Description
4569 Notion Implicit path can be set in Preferences dialog.
4570 \end_layout
4571 \begin_layout Description
4572 Syntax buffer-new [<FILE>]
4573 \end_layout
4574 \begin_layout Description
4575 Params <FILE>: filename of created file with absolute path.
4576 \end_layout
4577
4578 \begin_layout Subsection*
4579 buffer-new-template
4580 \end_layout
4581 \begin_layout Description
4582 Action Creates a new buffer (that is, document) from a template.
4583 \end_layout
4584 \begin_layout Description
4585 Notion Path for new files and templates can be set in Preferences dialog. Template will be asked for via Open-dialog.
4586 \end_layout
4587 \begin_layout Description
4588 Syntax buffer-new-template [<FILE>]
4589 \end_layout
4590 \begin_layout Description
4591 Params <FILE>: filename of created file with absolute path.
4592 \end_layout
4593
4594 \begin_layout Subsection*
4595 buffer-next
4596 \end_layout
4597 \begin_layout Description
4598 Action Switch to the next opened document.
4599 \end_layout
4600 \begin_layout Description
4601 Notion Note that this does not necessarily mean next in tabbar (for full list see View menu).
4602 \end_layout
4603 \begin_layout Description
4604 Syntax buffer-next
4605 \end_layout
4606
4607 \begin_layout Subsection*
4608 buffer-params-apply
4609 \end_layout
4610 \begin_layout Description
4611 Action Apply the given settings to the current document.
4612 \end_layout
4613 \begin_layout Description
4614 Syntax buffer-params-apply [<ARGS>]
4615 \end_layout
4616 \begin_layout Description
4617 Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
4618 \end_layout
4619 \begin_layout Description
4620 Origin leeming, 30 Mar 2004
4621 \end_layout
4622
4623 \begin_layout Subsection*
4624 buffer-previous
4625 \end_layout
4626 \begin_layout Description
4627 Action Switch to the previous opened document.
4628 \end_layout
4629 \begin_layout Description
4630 Syntax buffer-previous
4631 \end_layout
4632
4633 \begin_layout Subsection*
4634 buffer-print
4635 \end_layout
4636 \begin_layout Description
4637 Action Prints the current document.
4638 \end_layout
4639 \begin_layout Description
4640 Notion Many settings can be given via the preferences dialog.
4641 \end_layout
4642 \begin_layout Description
4643 Syntax buffer-print <TARGET> <TARGET-NAME> <COMMAND>
4644 \end_layout
4645 \begin_layout Description
4646 Params <TARGET> is either "printer" or "file".
4647 \begin_inset Newline newline
4648 \end_inset
4649
4650 <TARGER-NAME> is either "default" or file name or printer name.
4651 \begin_inset Newline newline
4652 \end_inset
4653
4654 <COMMAND> command ensuring the printing job.
4655 \end_layout
4656 \begin_layout Description
4657 Sample buffer-print file "/trash/newfile1.ps" "dvips"
4658 \end_layout
4659 \begin_layout Description
4660 Origin leeming, 28 Mar 2004
4661 \end_layout
4662
4663 \begin_layout Subsection*
4664 buffer-reload
4665 \end_layout
4666 \begin_layout Description
4667 Action Reverts opened document.
4668 \end_layout
4669 \begin_layout Description
4670 Syntax buffer-reload
4671 \end_layout
4672 \begin_layout Description
4673 Origin Asger, 2 Feb 1997
4674 \end_layout
4675
4676 \begin_layout Subsection*
4677 buffer-save-as-default
4678 \end_layout
4679 \begin_layout Description
4680 Action Save the current document settings as default.
4681 \end_layout
4682 \begin_layout Description
4683 Notion The file will will be saved into ~/.lyx/templates/defaults.lyx .
4684 \end_layout
4685 \begin_layout Description
4686 Syntax buffer-save-as-default [<ARGS>]
4687 \end_layout
4688 \begin_layout Description
4689 Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
4690 \end_layout
4691 \begin_layout Description
4692 Origin leeming, 30 Mar 2004
4693 \end_layout
4694
4695 \begin_layout Subsection*
4696 buffer-switch
4697 \end_layout
4698 \begin_layout Description
4699 Action Display and switch to the given buffer.
4700 \end_layout
4701 \begin_layout Description
4702 Syntax buffer-switch <BUFFER>
4703 \end_layout
4704 \begin_layout Description
4705 Params <BUFFER>: path and filename of already opened (but possibly hidden) document which is to be shown.
4706 \end_layout
4707
4708 \begin_layout Subsection*
4709 buffer-toggle-compression
4710 \end_layout
4711 \begin_layout Description
4712 Action Toggles compression of the current document on/off.
4713 \end_layout
4714 \begin_layout Description
4715 Syntax buffer-toggle-compression
4716 \end_layout
4717 \begin_layout Description
4718 Origin bpeng, 27 Apr 2006
4719 \end_layout
4720
4721 \begin_layout Subsection*
4722 buffer-toggle-read-only
4723 \end_layout
4724 \begin_layout Description
4725 Action Toggle editing mode of the current document between read/write and read-only.
4726 \end_layout
4727 \begin_layout Description
4728 Notion This function is not allowed if the file is under version control, since read-only flag is often used in version control file locking.
4729 \end_layout
4730 \begin_layout Description
4731 Syntax buffer-toggle-read-only
4732 \end_layout
4733 \begin_layout Description
4734 Origin Lgb, 27 May 1997
4735 \end_layout
4736
4737 \begin_layout Subsection*
4738 buffer-update
4739 \end_layout
4740 \begin_layout Description
4741 Action Exports the current document and put the result into the temporary directory.
4742 \end_layout
4743 \begin_layout Description
4744 Notion In case you are already viewing the exported document (see LFUN_BUFFER_VIEW) the output will be rewritten - updated. This is useful in case your viewer is able to detect such changes (e.g. ghostview for postscript).
4745 \end_layout
4746 \begin_layout Description
4747 Syntax buffer-update [<FORMAT>]
4748 \end_layout
4749 \begin_layout Description
4750 Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
4751 \end_layout
4752 \begin_layout Description
4753 Origin Dekel, 5 Aug 2000
4754 \end_layout
4755
4756 \begin_layout Subsection*
4757 buffer-view
4758 \end_layout
4759 \begin_layout Description
4760 Action Displays current buffer in chosen format.
4761 \end_layout
4762 \begin_layout Description
4763 Notion Displays the contents of the current buffer in the chosen format, for example, PDF or DVI. This runs the necessary converter, calls the defined viewer, and so forth.
4764 \end_layout
4765 \begin_layout Description
4766 Syntax buffer-view [<FORMAT>]
4767 \end_layout
4768 \begin_layout Description
4769 Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
4770 \end_layout
4771
4772 \begin_layout Subsection*
4773 buffer-write
4774 \end_layout
4775 \begin_layout Description
4776 Action Saves the current buffer.
4777 \end_layout
4778 \begin_layout Description
4779 Notion Saves the current buffer to disk, using the filename that is already associated with the buffer, asking for one if none is yet assigned.
4780 \end_layout
4781 \begin_layout Description
4782 Syntax buffer-write
4783 \end_layout
4784
4785 \begin_layout Subsection*
4786 buffer-write-all
4787 \end_layout
4788 \begin_layout Description
4789 Action Save all changed documents.
4790 \end_layout
4791 \begin_layout Description
4792 Syntax buffer-write-all
4793 \end_layout
4794 \begin_layout Description
4795 Origin rgh, gpothier 6 Aug 2007
4796 \end_layout
4797
4798 \begin_layout Subsection*
4799 buffer-write-as
4800 \end_layout
4801 \begin_layout Description
4802 Action Rename and save current buffer.
4803 \end_layout
4804 \begin_layout Description
4805 Syntax buffer-write-as <FILENAME>
4806 \end_layout
4807 \begin_layout Description
4808 Params <FILENAME>: New name of the buffer/file. A relative path is with respect to the original location of the buffer/file.
4809 \end_layout
4810
4811 \begin_layout Subsection*
4812 buffer-zoom-in
4813 \end_layout
4814 \begin_layout Description
4815 Action Increases the zoom of the screen fonts.
4816 \end_layout
4817 \begin_layout Description
4818 Syntax buffer-zoom-in [<ZOOM>]
4819 \end_layout
4820 \begin_layout Description
4821 Params <ZOOM>: The zoom in %, the default is 20.
4822 \end_layout
4823 \begin_layout Description
4824 Origin vfr, 30 Mar 2009
4825 \end_layout
4826
4827 \begin_layout Subsection*
4828 buffer-zoom-out
4829 \end_layout
4830 \begin_layout Description
4831 Action Decreases the zoom of the screen fonts.
4832 \end_layout
4833 \begin_layout Description
4834 Syntax buffer-zoom-out [<ZOOM>]
4835 \end_layout
4836 \begin_layout Description
4837 Params <ZOOM>: The zoom in %, the default is 20.
4838 \end_layout
4839 \begin_layout Description
4840 Origin vfr, 30 Mar 2009
4841 \end_layout
4842
4843 \begin_layout Subsection*
4844 build-program
4845 \end_layout
4846 \begin_layout Description
4847 Action Generates the code (literate programming).
4848 \end_layout
4849 \begin_layout Description
4850 Notion Latex file with extension 
4851 \backslash
4852 literate_extension is generated. Then LyX invokes 
4853 \backslash
4854 build_command (with a default of ``make'') to generate the code and 
4855 \backslash
4856 build_error_filter to process the compilation error messages.
4857 \begin_inset Newline newline
4858 \end_inset
4859
4860 In case you want to process your literate file with a script, or some other program, just insert in your lyxrc file an entry with:
4861 \begin_inset Newline newline
4862 \end_inset
4863
4864
4865 \backslash
4866 build_command "my_script my_arguments"
4867 \begin_inset Newline newline
4868 \end_inset
4869
4870 The 
4871 \backslash
4872 build_error_filter differs from the 
4873 \backslash
4874 literate_error_filter only in that the former will identify error messages from your compiler.
4875 \end_layout
4876 \begin_layout Description
4877 Syntax build-program
4878 \end_layout
4879
4880 \begin_layout Subsection*
4881 file-open
4882 \end_layout
4883 \begin_layout Description
4884 Action Open LyX document.
4885 \end_layout
4886 \begin_layout Description
4887 Syntax file-open [<FILE>]
4888 \end_layout
4889 \begin_layout Description
4890 Params <FILE>: Filename to be opened.
4891 \end_layout
4892
4893 \begin_layout Subsection*
4894 help-open
4895 \end_layout
4896 \begin_layout Description
4897 Action Open the given help file according to the language setting.
4898 \end_layout
4899 \begin_layout Description
4900 Syntax help-open <FILE>[.lyx]
4901 \end_layout
4902 \begin_layout Description
4903 Params <FILE>: any document from (/usr/share/)doc directory.
4904 \end_layout
4905 \begin_layout Description
4906 Origin Jug, 27 Jun 1999
4907 \end_layout
4908
4909 \begin_layout Subsection*
4910 lyx-quit
4911 \end_layout
4912 \begin_layout Description
4913 Action Terminates the current LyX instance.
4914 \end_layout
4915 \begin_layout Description
4916 Notion Terminates the current LyX instance, asking whether to save modified documents, etc.
4917 \end_layout
4918 \begin_layout Description
4919 Syntax lyx-quit
4920 \end_layout
4921
4922 \begin_layout Subsection*
4923 master-buffer-update
4924 \end_layout
4925 \begin_layout Description
4926 Action Update (export) the document built from the master buffer, if the current buffer is part of a master/child document.
4927 \end_layout
4928 \begin_layout Description
4929 Syntax master-buffer-update [<FORMAT>]
4930 \end_layout
4931 \begin_layout Description
4932 Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
4933 \end_layout
4934 \begin_layout Description
4935 Origin Tommaso, 20 Sep 2007
4936 \end_layout
4937
4938 \begin_layout Subsection*
4939 master-buffer-view
4940 \end_layout
4941 \begin_layout Description
4942 Action Show a preview built from the master buffer, if available. if the current buffer is part of a master/child document.
4943 \end_layout
4944 \begin_layout Description
4945 Syntax master-buffer-view [<FORMAT>]
4946 \end_layout
4947 \begin_layout Description
4948 Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
4949 \end_layout
4950 \begin_layout Description
4951 Origin Tommaso, 20 Sep 2007
4952 \end_layout
4953
4954 \begin_layout Subsection*
4955 menu-open
4956 \end_layout
4957 \begin_layout Description
4958 Action Opens the menu given by its name.
4959 \end_layout
4960 \begin_layout Description
4961 Syntax menu-open <NAME>
4962 \end_layout
4963 \begin_layout Description
4964 Params <NAME>: menu name. See various .inc files in lib/ui for candidates.
4965 \end_layout
4966
4967 \begin_layout Subsection*
4968 tab-group-close
4969 \end_layout
4970 \begin_layout Description
4971 Action Close the current tab group.
4972 \end_layout
4973 \begin_layout Description
4974 Notion This only closes the work areas, not the buffers themselves. The still opened buffers can be visualized in another tab group.
4975 \end_layout
4976 \begin_layout Description
4977 Syntax tab-group-close
4978 \end_layout
4979 \begin_layout Description
4980 Origin Abdel, 21 Feb 2008
4981 \end_layout
4982
4983 \begin_layout Subsection*
4984 toolbar-toggle
4985 \end_layout
4986 \begin_layout Description
4987 Action Toggles visibility of a given toolbar between on/off/auto.
4988 \end_layout
4989 \begin_layout Description
4990 Notion Skipping "auto" when allowauto is false.
4991 \end_layout
4992 \begin_layout Description
4993 Syntax toolbar-toggle <NAME> [allowauto]
4994 \end_layout
4995 \begin_layout Description
4996 Params <NAME>: standard|extra|table|math|mathmacrotemplate|
4997 \begin_inset Newline newline
4998 \end_inset
4999
5000 minibuffer|review|view/update|math_panels|vcs| view-others|update-others
5001 \end_layout
5002 \begin_layout Description
5003 Origin Edwin, 21 May 2007
5004 \end_layout
5005
5006 \begin_layout Subsection*
5007 ui-toggle
5008 \end_layout
5009 \begin_layout Description
5010 Action Various UI visibility-toggling actions.
5011 \end_layout
5012 \begin_layout Description
5013 Syntax ui-toggle <statusbar|menubar|scrollbar|frame|fullscreen>
5014 \end_layout
5015 \begin_layout Description
5016 Params statusbar  : Toggle visibility of the statusbar.
5017 \begin_inset Newline newline
5018 \end_inset
5019
5020 menubar    : Toggle visibility of the menubar.
5021 \begin_inset Newline newline
5022 \end_inset
5023
5024 scrollbar  : Toggle visibility of the scrollbar.
5025 \begin_inset Newline newline
5026 \end_inset
5027
5028 frame      : Toggle visibility of the frames around editing window.
5029 \begin_inset Newline newline
5030 \end_inset
5031
5032 fullscreen : Toggle fullscreen mode. This also covers calling the previous functions. However LFUN_TOOLBAR_TOGGLE for the custom tweaks of the toolbars should be used.
5033 \end_layout
5034 \begin_layout Description
5035 Origin sanda, 9 Feb 2007
5036 \end_layout
5037
5038 \begin_layout Subsection*
5039 view-close
5040 \end_layout
5041 \begin_layout Description
5042 Action Close the current document work area.
5043 \end_layout
5044 \begin_layout Description
5045 Notion Close the current work area. If no other work areas are showing the buffer, then close the associated buffer as well.
5046 \end_layout
5047 \begin_layout Description
5048 Syntax view-close
5049 \end_layout
5050 \begin_layout Description
5051 Origin Tommaso, 15 Sep 2012
5052 \end_layout
5053
5054 \begin_layout Subsection*
5055 view-split
5056 \end_layout
5057 \begin_layout Description
5058 Action Creates another split view of current buffer.
5059 \end_layout
5060 \begin_layout Description
5061 Notion All split views act in the same way independently.
5062 \end_layout
5063 \begin_layout Description
5064 Syntax view-split <vertical|horizontal>
5065 \end_layout
5066 \begin_layout Description
5067 Params horizontal : The work areas are laid out side by side.
5068 \begin_inset Newline newline
5069 \end_inset
5070
5071 vertical   : The work areas laid out vertically.
5072 \end_layout
5073 \begin_layout Description
5074 Origin Abdel, 20 Feb 2008
5075 \end_layout
5076
5077 \begin_layout Subsection*
5078 window-close
5079 \end_layout
5080 \begin_layout Description
5081 Action Closes the current LyX window.
5082 \end_layout
5083 \begin_layout Description
5084 Syntax window-close
5085 \end_layout
5086 \begin_layout Description
5087 Origin Abdel, 23 Oct 2006
5088 \end_layout
5089
5090 \begin_layout Subsection*
5091 window-new
5092 \end_layout
5093 \begin_layout Description
5094 Action Creates new empty LyX window.
5095 \end_layout
5096 \begin_layout Description
5097 Notion Already opened documents from the previous window can be found under View menu.
5098 \end_layout
5099 \begin_layout Description
5100 Syntax window-new [<GEOMETRY>]
5101 \end_layout
5102 \begin_layout Description
5103 Params <GEOMETRY>: pass the geometry of the window. This parameter is currently accepted only on Windows platform.
5104 \end_layout
5105 \begin_layout Description
5106 Origin Abdel, 21 Oct 2006
5107 \end_layout
5108
5109 \begin_layout Section
5110 System Functions (Preferences, LyX Server etc.)
5111 \end_layout
5112 \begin_layout Subsection*
5113 buffer-toggle-output-sync
5114 \end_layout
5115 \begin_layout Description
5116 Action Toggles including of resources for forward/reverse search of the given document.
5117 \end_layout
5118 \begin_layout Description
5119 Notion When toggled on, SyncTeX is invoked for PDF, while srcltx package is used for DVI. Custom LaTeX macro can be defined in preferences.
5120 \end_layout
5121 \begin_layout Description
5122 Syntax buffer-toggle-output-sync
5123 \end_layout
5124 \begin_layout Description
5125 Origin sanda, 25 May 2010
5126 \end_layout
5127
5128 \begin_layout Subsection*
5129 call
5130 \end_layout
5131 \begin_layout Description
5132 Action Executes a command defined in a .def file.
5133 \end_layout
5134 \begin_layout Description
5135 Notion The definitions are by default read from lib/commands/default.def.
5136 \begin_inset Newline newline
5137 \end_inset
5138
5139 A .def file allows to define a command with 
5140 \backslash
5141 define "<NAME>" "<LFUN>" where <NAME> is the name of the new command and <LFUN> is the lfun code to be executed (see e.g. LFUN_COMMAND_SEQUENCE). 
5142 \backslash
5143 def_file "FileName" allows to include another .def file.
5144 \begin_inset Newline newline
5145 \end_inset
5146
5147 This is particularly useful in connection with toolbar buttons: Since the name of the button image for this lfun is lib/images/commands/<NAME>.png this is the way to assign an image to a complex command-sequence.
5148 \end_layout
5149 \begin_layout Description
5150 Syntax call <NAME>
5151 \end_layout
5152 \begin_layout Description
5153 Params <NAME>: Name of the command that must be called.
5154 \end_layout
5155 \begin_layout Description
5156 Origin broider, 2 Oct 2007
5157 \end_layout
5158
5159 \begin_layout Subsection*
5160 cancel
5161 \end_layout
5162 \begin_layout Description
5163 Action Cancels sequence prepared by LFUN_META_PREFIX .
5164 \end_layout
5165 \begin_layout Description
5166 Syntax cancel
5167 \end_layout
5168
5169 \begin_layout Subsection*
5170 command-alternatives
5171 \end_layout
5172 \begin_layout Description
5173 Action Runs the first listed command that is enabled.
5174 \end_layout
5175 \begin_layout Description
5176 Notion This can be used to bind multiple functions to a single key, and then which one is used will depend upon the context.
5177 \end_layout
5178 \begin_layout Description
5179 Syntax command-alternatives <CMDS>
5180 \end_layout
5181 \begin_layout Description
5182 Params <CMDS>: Sequence of commands separated by semicolons.
5183 \end_layout
5184 \begin_layout Description
5185 Sample command-alternatives completion-accept;cell-forward
5186 \end_layout
5187 \begin_layout Description
5188 Origin rgh, 24 September 2008
5189 \end_layout
5190
5191 \begin_layout Subsection*
5192 command-sequence
5193 \end_layout
5194 \begin_layout Description
5195 Action Run more commands (LFUN and its parameters) in a sequence.
5196 \end_layout
5197 \begin_layout Description
5198 Syntax command-sequence <CMDS>
5199 \end_layout
5200 \begin_layout Description
5201 Params <CMDS>: Sequence of commands separated by semicolons.
5202 \end_layout
5203 \begin_layout Description
5204 Sample command-sequence cut; ert-insert; self-insert 
5205 \backslash
5206 ; paste; self-insert {}; inset-toggle;
5207 \end_layout
5208 \begin_layout Description
5209 Origin Andre, 11 Nov 1999
5210 \end_layout
5211
5212 \begin_layout Subsection*
5213 cursor-follows-scrollbar-toggle
5214 \end_layout
5215 \begin_layout Description
5216 Action Determine whether to keep cursor inside the editing window regardless of the scrollbar movement.
5217 \end_layout
5218 \begin_layout Description
5219 Syntax toggle-cursor-follows-scrollbar
5220 \end_layout
5221 \begin_layout Description
5222 Origin ARRae, 2 Dec 1997
5223 \end_layout
5224
5225 \begin_layout Subsection*
5226 debug-level-set
5227 \end_layout
5228 \begin_layout Description
5229 Action Set debug output level.
5230 \end_layout
5231 \begin_layout Description
5232 Syntax debug-level-set <LEVEL>
5233 \end_layout
5234 \begin_layout Description
5235 Params <LEVEL>: comma separated list of levels or the correspondent number of their combination. 0 is equivalent to disabling all debug events. See lyx -dbg for the current list of debug levels and their numbers.
5236 \end_layout
5237 \begin_layout Description
5238 Origin sanda, 28 Dec 2009
5239 \end_layout
5240
5241 \begin_layout Subsection*
5242 forward-search
5243 \end_layout
5244 \begin_layout Description
5245 Action Sets the cursor position in the previewed (dvi/pdf) file based on the row number in LyX window.
5246 \end_layout
5247 \begin_layout Description
5248 Notion The external program used for forward search call can be specified in LyX Output preferences. See Additional manual for details of these                settings.
5249 \end_layout
5250 \begin_layout Description
5251 Syntax forward-search
5252 \end_layout
5253 \begin_layout Description
5254 Origin sanda, 14 Apr 2010
5255 \end_layout
5256
5257 \begin_layout Subsection*
5258 lyxrc-apply
5259 \end_layout
5260 \begin_layout Description
5261 Action Apply the given settings to user preferences.
5262 \end_layout
5263 \begin_layout Description
5264 Syntax lyxrc-apply <SETTINGS>
5265 \end_layout
5266 \begin_layout Description
5267 Params <SETTINGS>: settings which are to be set. Take a look into ~/.lyx/preferences to get an idea which commands to use and their syntax. lyx::LyXRC::LyXRCTags has the list of possible commands.
5268 \end_layout
5269
5270 \begin_layout Subsection*
5271 message
5272 \end_layout
5273 \begin_layout Description
5274 Action Shows message in statusbar (for script purposes).
5275 \end_layout
5276 \begin_layout Description
5277 Syntax message <STRING>
5278 \end_layout
5279 \begin_layout Description
5280 Origin Lgb, 8 Apr 2001
5281 \end_layout
5282
5283 \begin_layout Subsection*
5284 meta-prefix
5285 \end_layout
5286 \begin_layout Description
5287 Action Simulate halting Meta key (Alt key on PCs).
5288 \end_layout
5289 \begin_layout Description
5290 Notion Used for buffer edition not for GUI control.
5291 \end_layout
5292 \begin_layout Description
5293 Syntax meta-prefix
5294 \end_layout
5295
5296 \begin_layout Subsection*
5297 preferences-save
5298 \end_layout
5299 \begin_layout Description
5300 Action Save user preferences.
5301 \end_layout
5302 \begin_layout Description
5303 Syntax preferences-save
5304 \end_layout
5305 \begin_layout Description
5306 Origin Lgb, 27 Nov 1999
5307 \end_layout
5308
5309 \begin_layout Subsection*
5310 reconfigure
5311 \end_layout
5312 \begin_layout Description
5313 Action Reconfigure the automatic settings.
5314 \end_layout
5315 \begin_layout Description
5316 Syntax reconfigure
5317 \end_layout
5318 \begin_layout Description
5319 Origin Asger, 14 Feb 1997
5320 \end_layout
5321
5322 \begin_layout Subsection*
5323 server-get-filename
5324 \end_layout
5325 \begin_layout Description
5326 Action Returns path and file name of the currently edited document.
5327 \end_layout
5328 \begin_layout Description
5329 Syntax server-get-filename
5330 \end_layout
5331
5332 \begin_layout Subsection*
5333 server-get-layout
5334 \end_layout
5335 \begin_layout Description
5336 Action Returns the current layout (that is environment) name on the cursor position.
5337 \end_layout
5338 \begin_layout Description
5339 Syntax server-get-layout
5340 \end_layout
5341
5342 \begin_layout Subsection*
5343 server-get-statistics
5344 \end_layout
5345 \begin_layout Description
5346 Action Returns the statistics (number of words and characters) in the document or in the given selection.
5347 \end_layout
5348 \begin_layout Description
5349 Notion Note that this function gives the number of words/chars written, not the number of characters which will be typeset.
5350 \end_layout
5351 \begin_layout Description
5352 Syntax server-get-statistics [<TYPE>]
5353 \end_layout
5354 \begin_layout Description
5355 Params <TYPE>: <words|chars|chars-space> The requested count; if not specified, the three values are returned, separated by a space.
5356 \begin_inset Newline newline
5357 \end_inset
5358
5359 words: count words.
5360 \begin_inset Newline newline
5361 \end_inset
5362
5363 chars: count characters.
5364 \begin_inset Newline newline
5365 \end_inset
5366
5367 chars-space: count characters and spaces.
5368 \end_layout
5369 \begin_layout Description
5370 Origin brokenclock, Oct 10 2014
5371 \end_layout
5372
5373 \begin_layout Subsection*
5374 server-get-xy
5375 \end_layout
5376 \begin_layout Description
5377 Action Returns the coordinates of cursor position in the editing area.
5378 \end_layout
5379 \begin_layout Description
5380 Syntax server-get-xy
5381 \end_layout
5382
5383 \begin_layout Subsection*
5384 server-goto-file-row
5385 \end_layout
5386 \begin_layout Description
5387 Action Sets the cursor position in LyX based on the row number of generated TeX file.
5388 \end_layout
5389 \begin_layout Description
5390 Notion This can be useful for DVI inverse-search or detection of the problematic line from LaTeX compilation. Note that before this function can be used export to LaTeX output must occur (in order to map the row numbers).
5391 \end_layout
5392 \begin_layout Description
5393 Syntax server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
5394 \end_layout
5395 \begin_layout Description
5396 Params <FILE>: the path and filename. Environment variables are expanded in the path. In case this LFUN does not work make sure you are giving correct path to the file.
5397 \begin_inset Newline newline
5398 \end_inset
5399
5400 If the file is located inside LyX temporary directory it will be mapped back into the appropriate opened buffer (e.g. for the case of generated .tex file).
5401 \begin_inset Newline newline
5402 \end_inset
5403
5404 .ext: extensions will be automatically replaced by .lyx.
5405 \begin_inset Newline newline
5406 \end_inset
5407
5408 <ROW_NUMBER> The row number of the LaTeX file to which to go.
5409 \end_layout
5410 \begin_layout Description
5411 Sample server-goto-file-row /home/user/example.lyx 41
5412 \begin_inset Newline newline
5413 \end_inset
5414
5415 server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41
5416 \end_layout
5417 \begin_layout Description
5418 Origin Edmar, 23 Dec 1998
5419 \end_layout
5420
5421 \begin_layout Subsection*
5422 server-notify
5423 \end_layout
5424 \begin_layout Description
5425 Action Sends notify message about the last key-sequence to client.
5426 \end_layout
5427 \begin_layout Description
5428 Notion This can be used to grab last key-sequence used inside the LyX window. See also Debug extensions section in Additional features manual.
5429 \end_layout
5430 \begin_layout Description
5431 Syntax server-notify
5432 \end_layout
5433
5434 \begin_layout Subsection*
5435 server-set-xy
5436 \end_layout
5437 \begin_layout Description
5438 Action Sets the cursor position based on the editing area coordinates (similar to clicking on that point with left mouse button).
5439 \end_layout
5440 \begin_layout Description
5441 Syntax server-set-xy <X> <Y>
5442 \end_layout
5443
5444 \begin_layout Subsection*
5445 set-color
5446 \end_layout
5447 \begin_layout Description
5448 Action Set the given LyX color to the color defined by the X11 name given.
5449 \end_layout
5450 \begin_layout Description
5451 Notion A new color entry is created if the color is unknown. Color names can be stored as a part of user settings.
5452 \end_layout
5453 \begin_layout Description
5454 Syntax set-color <LYX_NAME> <X11_NAME>
5455 \end_layout
5456 \begin_layout Description
5457 Origin SLior, 11 Jun 2000
5458 \end_layout
5459
5460 \begin_layout Subsection*
5461 statistics
5462 \end_layout
5463 \begin_layout Description
5464 Action Count the statistics (number of words and characters) in the document or in the given selection and display it in a dialog box.
5465 \end_layout
5466 \begin_layout Description
5467 Notion Note that this function gives the number of words/chars written, not the number of characters which will be typeset.
5468 \end_layout
5469 \begin_layout Description
5470 Syntax statistics
5471 \end_layout
5472 \begin_layout Description
5473 Origin lasgouttes, Jan 27 2004; sanda, Jan 8 2008
5474 \end_layout
5475
5476 \begin_layout Subsection*
5477 vc-check-in
5478 \end_layout
5479 \begin_layout Description
5480 Action Checks-in/commits the changes of the registered file to the repository.
5481 \end_layout
5482 \begin_layout Description
5483 Notion In RCS case this also unlocks the file.
5484 \end_layout
5485 \begin_layout Description
5486 Syntax vc-check-in
5487 \end_layout
5488 \begin_layout Description
5489 Origin Lgb, 1 Jul 1997
5490 \end_layout
5491
5492 \begin_layout Subsection*
5493 vc-check-out
5494 \end_layout
5495 \begin_layout Description
5496 Action Checks-out the document for edit (and locks it in some cases).
5497 \end_layout
5498 \begin_layout Description
5499 Syntax vc-check-out
5500 \end_layout
5501 \begin_layout Description
5502 Origin Lgb, 1 Jul 1997
5503 \end_layout
5504
5505 \begin_layout Subsection*
5506 vc-command
5507 \end_layout
5508 \begin_layout Description
5509 Action Executes external command. This command is intended to support additional VCS commands.
5510 \end_layout
5511 \begin_layout Description
5512 Syntax vc-command <FLAG> <PATH> <COMMAND>
5513 \end_layout
5514 \begin_layout Description
5515 Params  <FLAG>: Flags for the command can be combined together.
5516 \begin_inset Newline newline
5517 \end_inset
5518
5519 U - dUmmy - no flags
5520 \begin_inset Newline newline
5521 \end_inset
5522
5523 D - Doc - need document loaded to proceed
5524 \begin_inset Newline newline
5525 \end_inset
5526
5527 I - dIrty - mark document dirty
5528 \begin_inset Newline newline
5529 \end_inset
5530
5531 R - Reload - ensure that the document is saved and reload it after command execution
5532 \begin_inset Newline newline
5533 \end_inset
5534
5535 M - Message - ask for input string (commit message)
5536 \begin_inset Newline newline
5537 \end_inset
5538
5539 <PATH>: path where to start. $$p will be replaced by the current document path.
5540 \begin_inset Newline newline
5541 \end_inset
5542
5543 <COMMAND>: command to execute. $$i/$$p/$$m will be replaced by the current document(with absolute path)/path/message.
5544 \end_layout
5545 \begin_layout Description
5546 Sample vc-command DR $$p "svn up"
5547 \end_layout
5548 \begin_layout Description
5549 Origin sanda, 13 Jan 2009
5550 \end_layout
5551
5552 \begin_layout Subsection*
5553 vc-compare
5554 \end_layout
5555 \begin_layout Description
5556 Action Compares two revisions of the same file under version control.
5557 \end_layout
5558 \begin_layout Description
5559 Syntax vc-compare [<REV1>] [<REV2>]
5560 \end_layout
5561 \begin_layout Description
5562 Params Revision number either points directly to commit in history or if negative number -x it points to (last commit - x).
5563 \begin_inset Newline newline
5564 \end_inset
5565
5566                In RCS we subtract only in the last number of revision specification. Special case "0" is reserved for the last committed revision.
5567 \begin_inset Newline newline
5568 \end_inset
5569
5570 <REV1>: Older file.
5571 \begin_inset Newline newline
5572 \end_inset
5573
5574                <REV2>: Newer file. Used only if REV1 > 0.
5575 \begin_inset Newline newline
5576 \end_inset
5577
5578 If no parameter is given, interactive dialog will be shown.
5579 \end_layout
5580 \begin_layout Description
5581 Sample Compare current document against last commit
5582 \begin_inset Newline newline
5583 \end_inset
5584
5585                vc-compare 0
5586 \begin_inset Newline newline
5587 \end_inset
5588
5589 Compare current document against current revision - 5 commits
5590 \begin_inset Newline newline
5591 \end_inset
5592
5593                vc-compare -5
5594 \begin_inset Newline newline
5595 \end_inset
5596
5597 Compare revisions 120 and 155
5598 \begin_inset Newline newline
5599 \end_inset
5600
5601                vc-compare 120 155
5602 \end_layout
5603 \begin_layout Description
5604 Origin sanda, 12 Feb 2010
5605 \end_layout
5606
5607 \begin_layout Subsection*
5608 vc-copy
5609 \end_layout
5610 \begin_layout Description
5611 Action Copies the document to another name.
5612 \end_layout
5613 \begin_layout Description
5614 Notion Copying with revision history is only supported by SVN. For RCS and CVS it is simulated by adding the document under a new name. Disabled if uncommitted changes exist.
5615 \end_layout
5616 \begin_layout Description
5617 Syntax vc-copy <FILENAME>
5618 \end_layout
5619 \begin_layout Description
5620 Params <FILENAME>: New name of the document.
5621 \begin_inset Newline newline
5622 \end_inset
5623
5624 A file dialog is opened if no filename is given.
5625 \end_layout
5626 \begin_layout Description
5627 Origin gb, 05 Feb 2013
5628 \end_layout
5629
5630 \begin_layout Subsection*
5631 vc-locking-toggle
5632 \end_layout
5633 \begin_layout Description
5634 Action Toggles the locking property of the edited file.
5635 \end_layout
5636 \begin_layout Description
5637 Notion This is currently implemented only for SVN.
5638 \end_layout
5639 \begin_layout Description
5640 Syntax vc-locking-toggle
5641 \end_layout
5642 \begin_layout Description
5643 Origin sanda, 25 Jun 2009
5644 \end_layout
5645
5646 \begin_layout Subsection*
5647 vc-register
5648 \end_layout
5649 \begin_layout Description
5650 Action Register the document as an file inside version control system.
5651 \end_layout
5652 \begin_layout Description
5653 Notion File is registered inside cvs, svn or rcs repository acording to the existence of cvs/svn/rcs entries in the document's directory.
5654 \begin_inset Newline newline
5655 \end_inset
5656
5657 See LyX Additional Features Manual (Version Control Chapter) for additional information.
5658 \end_layout
5659 \begin_layout Description
5660 Syntax vc-register
5661 \end_layout
5662 \begin_layout Description
5663 Origin Lgb, 1 Jul 1997
5664 \end_layout
5665
5666 \begin_layout Subsection*
5667 vc-rename
5668 \end_layout
5669 \begin_layout Description
5670 Action Renames the document to another name.
5671 \end_layout
5672 \begin_layout Description
5673 Notion Renaming with revision history is only supported by SVN. For CVS it is simulated by adding the document under a new name and deleting the old one. For RCS it is not supported. Disabled if uncommitted changes exist.
5674 \end_layout
5675 \begin_layout Description
5676 Syntax vc-rename <FILENAME>
5677 \end_layout
5678 \begin_layout Description
5679 Params <FILENAME>: New name of the document.
5680 \begin_inset Newline newline
5681 \end_inset
5682
5683 A file dialog is opened if no filename is given.
5684 \end_layout
5685 \begin_layout Description
5686 Origin gb, 05 Feb 2013
5687 \end_layout
5688
5689 \begin_layout Subsection*
5690 vc-repo-update
5691 \end_layout
5692 \begin_layout Description
5693 Action Update the local archive directory in which resides the current document with the remote repository.
5694 \end_layout
5695 \begin_layout Description
5696 Syntax vc-repo-update
5697 \end_layout
5698 \begin_layout Description
5699 Origin sanda, 16 Oct 2009
5700 \end_layout
5701
5702 \begin_layout Subsection*
5703 vc-revert
5704 \end_layout
5705 \begin_layout Description
5706 Action Reverts the document to the last check-in/commit in VCS.
5707 \end_layout
5708 \begin_layout Description
5709 Syntax vc-revert
5710 \end_layout
5711 \begin_layout Description
5712 Origin Lgb, 1 Jul 1997
5713 \end_layout
5714
5715 \begin_layout Subsection*
5716 vc-undo-last
5717 \end_layout
5718 \begin_layout Description
5719 Action Undo last check-in.
5720 \end_layout
5721 \begin_layout Description
5722 Notion This is currently implemented only for RCS.
5723 \end_layout
5724 \begin_layout Description
5725 Syntax vc-check-out
5726 \end_layout
5727 \begin_layout Description
5728 Origin Lgb, 1 Jul 1997
5729 \end_layout
5730
5731 \begin_layout Section
5732 Hidden Functions (not listed for configuration)
5733 \end_layout
5734 \begin_layout Subsection*
5735 command-prefix
5736 \end_layout
5737 \begin_layout Description
5738 Action Return the current key sequence and available options as a string.
5739 \end_layout
5740 \begin_layout Description
5741 Notion No options are added if no current map exists.
5742 \begin_inset Newline newline
5743 \end_inset
5744
5745 This is probably usable only with connection to lyxserver.
5746 \end_layout
5747 \begin_layout Description
5748 Syntax command-prefix
5749 \end_layout
5750
5751 \begin_layout Subsection*
5752 self-insert
5753 \end_layout
5754 \begin_layout Description
5755 Action Inserts the given string (accordingly to the correct keymap).
5756 \end_layout
5757 \begin_layout Description
5758 Notion Automatically replace the currently selected text. Depends on lyxrc settings "auto_region_delete".
5759 \end_layout
5760 \begin_layout Description
5761 Syntax self-insert <STRING>
5762 \end_layout
5763
5764 \end_body
5765 \end_document