]> git.lyx.org Git - lyx.git/blob - lib/doc/LFUNs.lyx
EmbeddedObjects.lyx: describe the usage of \mbox
[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-02-13
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 Selects all contents of an inset.
2175 \end_layout
2176 \begin_layout Description
2177 Syntax inset-select-all
2178 \end_layout
2179 \begin_layout Description
2180 Origin vfr, 22 Aug 2009
2181 \end_layout
2182
2183 \begin_layout Subsection*
2184 inset-settings
2185 \end_layout
2186 \begin_layout Description
2187 Action Open the inset's properties dialog.
2188 \end_layout
2189 \begin_layout Description
2190 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.
2191 \end_layout
2192 \begin_layout Description
2193 Syntax inset-settings <INSET>
2194 \end_layout
2195 \begin_layout Description
2196 Params <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200 graphics|href|include|index|index_print|label|line|
2201 \begin_inset Newline newline
2202 \end_inset
2203
2204 listings|note|phantom|ref|space|tabular|vspace|wrap>.
2205 \end_layout
2206
2207 \begin_layout Subsection*
2208 inset-toggle
2209 \end_layout
2210 \begin_layout Description
2211 Action Toggles the collapsible inset at cursor position, or the inset we are currently in.
2212 \end_layout
2213 \begin_layout Description
2214 Syntax inset-toggle [<ARG>]
2215 \end_layout
2216 \begin_layout Description
2217 Params <ARG>: <open|close|toggle|assign>.
2218 \begin_inset Newline newline
2219 \end_inset
2220
2221 open/close/toggle are for collapsible insets. toggle is used when no argument is given.
2222 \begin_inset Newline newline
2223 \end_inset
2224
2225 assign synchronize the branch-inset with activation status of the branch. Used for global toggling when changed activation.
2226 \end_layout
2227 \begin_layout Description
2228 Origin lasgouttes, 19 Jul 2001
2229 \end_layout
2230
2231 \begin_layout Subsection*
2232 ipa-insert
2233 \end_layout
2234 \begin_layout Description
2235 Action Inserts an IPA inset.
2236 \end_layout
2237 \begin_layout Description
2238 Syntax ipa-insert
2239 \end_layout
2240 \begin_layout Description
2241 Origin spitz, 05 Mar 2012
2242 \end_layout
2243
2244 \begin_layout Subsection*
2245 ipamacro-insert
2246 \end_layout
2247 \begin_layout Description
2248 Action Inserts special IPA macros into the document.
2249 \end_layout
2250 \begin_layout Description
2251 Syntax ipamacro-insert <CHAR>
2252 \end_layout
2253 \begin_layout Description
2254 Params <CHAR>: tone-falling, tone-rising, tone-high-rising, tone-low-rising, tone-high-rising-falling, deco bottomtiebar, deco toptiebar.
2255 \end_layout
2256 \begin_layout Description
2257 Origin JSpitzm, 22 Aug 2012
2258 \end_layout
2259
2260 \begin_layout Subsection*
2261 keymap-off
2262 \end_layout
2263 \begin_layout Description
2264 Action Turn off the loaded keyboard map.
2265 \end_layout
2266 \begin_layout Description
2267 Syntax keymap-off
2268 \end_layout
2269
2270 \begin_layout Subsection*
2271 keymap-primary
2272 \end_layout
2273 \begin_layout Description
2274 Action Turn on the primary keyboard map.
2275 \end_layout
2276 \begin_layout Description
2277 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.
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281 The language is to be set in the Preferences dialog.
2282 \end_layout
2283 \begin_layout Description
2284 Syntax keymap-primary
2285 \end_layout
2286
2287 \begin_layout Subsection*
2288 keymap-secondary
2289 \end_layout
2290 \begin_layout Description
2291 Action Turn on the secondary keyboard map.
2292 \end_layout
2293 \begin_layout Description
2294 Syntax keymap-secondary
2295 \end_layout
2296
2297 \begin_layout Subsection*
2298 keymap-toggle
2299 \end_layout
2300 \begin_layout Description
2301 Action Toggles keyboard maps (first/second/off).
2302 \end_layout
2303 \begin_layout Description
2304 Syntax keymap-toggle
2305 \end_layout
2306 \begin_layout Description
2307 Origin leeming, 30 Mar 2004
2308 \end_layout
2309
2310 \begin_layout Subsection*
2311 label-copy-as-reference
2312 \end_layout
2313 \begin_layout Description
2314 Action Copies the label at the cursor as a cross-reference to be pasted elsewhere.
2315 \end_layout
2316 \begin_layout Description
2317 Syntax copy-label-as-reference <LABEL>
2318 \end_layout
2319 \begin_layout Description
2320 Params <LABEL>: The label to copy (for multi-line math)
2321 \end_layout
2322 \begin_layout Description
2323 Origin sts, 16 Nov 2008
2324 \end_layout
2325
2326 \begin_layout Subsection*
2327 label-goto
2328 \end_layout
2329 \begin_layout Description
2330 Action Goto a label.
2331 \end_layout
2332 \begin_layout Description
2333 Syntax label-goto [<LABEL>]
2334 \end_layout
2335 \begin_layout Description
2336 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.
2337 \end_layout
2338 \begin_layout Description
2339 Origin Ale, 6 Aug 1997
2340 \end_layout
2341
2342 \begin_layout Subsection*
2343 label-insert
2344 \end_layout
2345 \begin_layout Description
2346 Action Inserts label to text or displayed formula.
2347 \end_layout
2348 \begin_layout Description
2349 Syntax label-insert [<LABEL>]
2350 \end_layout
2351 \begin_layout Description
2352 Params <LABEL>: Requested label. If no label is given dialog requesting name will be opened.
2353 \end_layout
2354
2355 \begin_layout Subsection*
2356 label-insert-as-reference
2357 \end_layout
2358 \begin_layout Description
2359 Action Inserts the label (in ToC pane) as a cross-reference at the position of the cursor.
2360 \end_layout
2361 \begin_layout Description
2362 Syntax label-insert-as-reference
2363 \end_layout
2364 \begin_layout Description
2365 Origin vfr, 7 Apr 2009
2366 \end_layout
2367
2368 \begin_layout Subsection*
2369 language
2370 \end_layout
2371 \begin_layout Description
2372 Action Set language from the current cursor position.
2373 \end_layout
2374 \begin_layout Description
2375 Syntax language <LANG> [set]
2376 \end_layout
2377 \begin_layout Description
2378 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).
2379 \end_layout
2380 \begin_layout Description
2381 Origin Dekel, 2 Mar 2000
2382 \end_layout
2383
2384 \begin_layout Subsection*
2385 line-begin
2386 \end_layout
2387 \begin_layout Description
2388 Action Move the cursor to the beginning of the (screen) line.
2389 \end_layout
2390 \begin_layout Description
2391 Syntax line-begin
2392 \end_layout
2393
2394 \begin_layout Subsection*
2395 line-begin-select
2396 \end_layout
2397 \begin_layout Description
2398 Action Move the cursor to the beginning of the (screen) line adding the traversed text to the selection.
2399 \end_layout
2400 \begin_layout Description
2401 Syntax line-begin-select
2402 \end_layout
2403
2404 \begin_layout Subsection*
2405 line-delete-forward
2406 \end_layout
2407 \begin_layout Description
2408 Action Deletes the letters to the end of the (screen) line or deletes the selection.
2409 \end_layout
2410 \begin_layout Description
2411 Syntax line-delete-forward
2412 \end_layout
2413
2414 \begin_layout Subsection*
2415 line-end
2416 \end_layout
2417 \begin_layout Description
2418 Action Move the cursor to the end of the (screen) line.
2419 \end_layout
2420 \begin_layout Description
2421 Syntax line-end
2422 \end_layout
2423
2424 \begin_layout Subsection*
2425 line-end-select
2426 \end_layout
2427 \begin_layout Description
2428 Action Move the cursor to the end of the (screen) line adding the traversed text to the selection.
2429 \end_layout
2430 \begin_layout Description
2431 Syntax line-end-select
2432 \end_layout
2433
2434 \begin_layout Subsection*
2435 listing-insert
2436 \end_layout
2437 \begin_layout Description
2438 Action Inserts a new listings inset.
2439 \end_layout
2440 \begin_layout Description
2441 Syntax listing-insert
2442 \end_layout
2443 \begin_layout Description
2444 Origin Herbert, 10 Nov 2001; bpeng, 2 May 2007
2445 \end_layout
2446
2447 \begin_layout Subsection*
2448 marginalnote-insert
2449 \end_layout
2450 \begin_layout Description
2451 Action Inserts a marginal note.
2452 \end_layout
2453 \begin_layout Description
2454 Syntax marginalnote-insert
2455 \end_layout
2456 \begin_layout Description
2457 Origin Lgb, 26 Jun 2000
2458 \end_layout
2459
2460 \begin_layout Subsection*
2461 mark-off
2462 \end_layout
2463 \begin_layout Description
2464 Action Disable selecting of text-region.
2465 \end_layout
2466 \begin_layout Description
2467 Syntax mark-off
2468 \end_layout
2469
2470 \begin_layout Subsection*
2471 mark-on
2472 \end_layout
2473 \begin_layout Description
2474 Action Enable selecting of text-region.
2475 \end_layout
2476 \begin_layout Description
2477 Notion After enabling you can simply move arrow keys to get selected region.
2478 \end_layout
2479 \begin_layout Description
2480 Syntax mark-on
2481 \end_layout
2482
2483 \begin_layout Subsection*
2484 mark-toggle
2485 \end_layout
2486 \begin_layout Description
2487 Action Toggle between LFUN_MARK_ON and LFUN_MARK_OFF .
2488 \end_layout
2489 \begin_layout Description
2490 Syntax mark-toggle
2491 \end_layout
2492 \begin_layout Description
2493 Origin Andre, May 5 2006
2494 \end_layout
2495
2496 \begin_layout Subsection*
2497 newline-insert
2498 \end_layout
2499 \begin_layout Description
2500 Action Inserts a line break or new line.
2501 \end_layout
2502 \begin_layout Description
2503 Syntax newline-insert [<ARG>]
2504 \end_layout
2505 \begin_layout Description
2506 Params <ARG>: <newline|linebreak> default: newline
2507 \end_layout
2508 \begin_layout Description
2509 Origin JSpitzm, 25 Mar 2008
2510 \end_layout
2511
2512 \begin_layout Subsection*
2513 newpage-insert
2514 \end_layout
2515 \begin_layout Description
2516 Action Inserts a new page.
2517 \end_layout
2518 \begin_layout Description
2519 Syntax newpage-insert <ARG>
2520 \end_layout
2521 \begin_layout Description
2522 Params <ARG>: <newpage|pagebreak|clearpage|cleardoublepage> default: newpage
2523 \end_layout
2524 \begin_layout Description
2525 Origin uwestoehr, 24 Nov 2007
2526 \end_layout
2527
2528 \begin_layout Subsection*
2529 nomencl-insert
2530 \end_layout
2531 \begin_layout Description
2532 Action Inserts Nomenclature entry.
2533 \end_layout
2534 \begin_layout Description
2535 Notion It automatically takes the word on the cursor position if no symbol is given.
2536 \end_layout
2537 \begin_layout Description
2538 Syntax nomencl-insert [<SYMBOL>]
2539 \end_layout
2540 \begin_layout Description
2541 Origin Ugras, 4 Nov 2006
2542 \end_layout
2543
2544 \begin_layout Subsection*
2545 nomencl-print
2546 \end_layout
2547 \begin_layout Description
2548 Action Inserts list of Nomenclature entries.
2549 \end_layout
2550 \begin_layout Description
2551 Syntax nomenclature-print
2552 \end_layout
2553 \begin_layout Description
2554 Origin Ugras, 4 Nov 2006
2555 \end_layout
2556
2557 \begin_layout Subsection*
2558 note-insert
2559 \end_layout
2560 \begin_layout Description
2561 Action Inserts Note on the current cursor position, move selection inside the inset.
2562 \end_layout
2563 \begin_layout Description
2564 Syntax note-insert [<TYPE>]
2565 \end_layout
2566 \begin_layout Description
2567 Params <TYPE>: <Note|Greyedout|Comment> default: Note
2568 \end_layout
2569
2570 \begin_layout Subsection*
2571 note-next
2572 \end_layout
2573 \begin_layout Description
2574 Action Moves the cursor to the beginning of next Note inset.
2575 \end_layout
2576 \begin_layout Description
2577 Syntax note-next
2578 \end_layout
2579
2580 \begin_layout Subsection*
2581 outline-down
2582 \end_layout
2583 \begin_layout Description
2584 Action Move the current group in the downward direction in the structure of the document.
2585 \end_layout
2586 \begin_layout Description
2587 Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
2588 \end_layout
2589 \begin_layout Description
2590 Syntax outline-down
2591 \end_layout
2592 \begin_layout Description
2593 Origin Vermeer, 23 Mar 2006
2594 \end_layout
2595
2596 \begin_layout Subsection*
2597 outline-in
2598 \end_layout
2599 \begin_layout Description
2600 Action Moves the current group in the downward direction in the hierarchy of the document structure.
2601 \end_layout
2602 \begin_layout Description
2603 Notion Part -> Chapter -> Section -> etc.
2604 \end_layout
2605 \begin_layout Description
2606 Syntax outline-in
2607 \end_layout
2608 \begin_layout Description
2609 Origin Vermeer, 23 Mar 2006
2610 \end_layout
2611
2612 \begin_layout Subsection*
2613 outline-out
2614 \end_layout
2615 \begin_layout Description
2616 Action Moves the current group in the upward direction in the hierarchy of the document structure.
2617 \end_layout
2618 \begin_layout Description
2619 Notion Part <- Chapter <- Section <- etc.
2620 \end_layout
2621 \begin_layout Description
2622 Syntax outline-out
2623 \end_layout
2624 \begin_layout Description
2625 Origin Vermeer, 23 Mar 2006
2626 \end_layout
2627
2628 \begin_layout Subsection*
2629 outline-up
2630 \end_layout
2631 \begin_layout Description
2632 Action Move the current group in the upward direction in the structure of the document.
2633 \end_layout
2634 \begin_layout Description
2635 Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
2636 \end_layout
2637 \begin_layout Description
2638 Syntax outline-up
2639 \end_layout
2640 \begin_layout Description
2641 Origin Vermeer, 23 Mar 2006
2642 \end_layout
2643
2644 \begin_layout Subsection*
2645 paragraph-break
2646 \end_layout
2647 \begin_layout Description
2648 Action Breaks the current paragraph at the current location.
2649 \end_layout
2650 \begin_layout Description
2651 Notion Removes the selection.
2652 \end_layout
2653 \begin_layout Description
2654 Syntax paragraph-break [<LAYOUT>]
2655 \end_layout
2656 \begin_layout Description
2657 Params <LAYOUT>: "inverse" - decreases depth by one (or change layout to default layout) when the cursor is at the end of the line.
2658 \end_layout
2659
2660 \begin_layout Subsection*
2661 paragraph-down
2662 \end_layout
2663 \begin_layout Description
2664 Action Move the cursor to the next paragraph (or beginning of the current one) in downward direction.
2665 \end_layout
2666 \begin_layout Description
2667 Syntax paragraph-down
2668 \end_layout
2669 \begin_layout Description
2670 Origin Asger, 1 Oct 1996
2671 \end_layout
2672
2673 \begin_layout Subsection*
2674 paragraph-down-select
2675 \end_layout
2676 \begin_layout Description
2677 Action Move the cursor and select the text to the next paragraph (or beginning of the current one) in downward direction.
2678 \end_layout
2679 \begin_layout Description
2680 Syntax paragraph-down-select
2681 \end_layout
2682 \begin_layout Description
2683 Origin Asger, 1 Oct 1996
2684 \end_layout
2685
2686 \begin_layout Subsection*
2687 paragraph-goto
2688 \end_layout
2689 \begin_layout Description
2690 Action Jump to a paragraph given by its id number and optionally the desired position within the paragraph.
2691 \end_layout
2692 \begin_layout Description
2693 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).
2694 \end_layout
2695 \begin_layout Description
2696 Syntax paragraph-goto <PAR_ID_NUMBER> <POSITION_IN_PAR>
2697 \end_layout
2698 \begin_layout Description
2699 Params <PAR_ID_NUMBER>:  paragraph id
2700 \begin_inset Newline newline
2701 \end_inset
2702
2703 <POSITION_IN_PAR>: desired position within the paragraph
2704 \end_layout
2705 \begin_layout Description
2706 Origin Dekel, 26 Aug 2000
2707 \end_layout
2708
2709 \begin_layout Subsection*
2710 paragraph-move-down
2711 \end_layout
2712 \begin_layout Description
2713 Action Moves the current paragraph downwards in the document.
2714 \end_layout
2715 \begin_layout Description
2716 Syntax paragraph-move-down
2717 \end_layout
2718 \begin_layout Description
2719 Origin Edwin, 8 Apr 2006
2720 \end_layout
2721
2722 \begin_layout Subsection*
2723 paragraph-move-up
2724 \end_layout
2725 \begin_layout Description
2726 Action Moves the current paragraph upwards in the document.
2727 \end_layout
2728 \begin_layout Description
2729 Notion Movement through the document will possibly break the paragraph-depth (e.g. itemize structure).
2730 \end_layout
2731 \begin_layout Description
2732 Syntax paragraph-move-up
2733 \end_layout
2734 \begin_layout Description
2735 Origin Edwin, 8 Apr 2006
2736 \end_layout
2737
2738 \begin_layout Subsection*
2739 paragraph-params
2740 \end_layout
2741 \begin_layout Description
2742 Action Change paragraph settings.
2743 \end_layout
2744 \begin_layout Description
2745 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.
2746 \end_layout
2747 \begin_layout Description
2748 Syntax paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>]
2749 \end_layout
2750 \begin_layout Description
2751 Params <INDENT>:  
2752 \backslash
2753 noindent|
2754 \backslash
2755 indent|
2756 \backslash
2757 indent-toggle|
2758 \backslash
2759 leftindent LENGTH
2760 \begin_inset Newline newline
2761 \end_inset
2762
2763 <SPACING>: 
2764 \backslash
2765 paragraph_spacing default|single|onehalf|double|other SIZE
2766 \begin_inset Newline newline
2767 \end_inset
2768
2769 <ALIGN>:   
2770 \backslash
2771 align block|left|right|center|default
2772 \begin_inset Newline newline
2773 \end_inset
2774
2775 <OTHERS>:  
2776 \backslash
2777 labelwidthstring WIDTH|
2778 \backslash
2779 start_of_appendix
2780 \end_layout
2781 \begin_layout Description
2782 Origin rgh, Aug 15 2007
2783 \end_layout
2784
2785 \begin_layout Subsection*
2786 paragraph-params-apply
2787 \end_layout
2788 \begin_layout Description
2789 Action Change paragraph settings.
2790 \end_layout
2791 \begin_layout Description
2792 Notion Overwrite all nonspecified settings to the default ones. Use paragraph-params lfun if you don't want to overwrite others settings.
2793 \end_layout
2794 \begin_layout Description
2795 Syntax paragraph-params-apply <INDENT> <SPACING> <ALIGN> <OTHERS>
2796 \end_layout
2797 \begin_layout Description
2798 Params For parameters see LFUN_PARAGRAPH_PARAMS
2799 \end_layout
2800 \begin_layout Description
2801 Origin leeming, 30 Mar 2004
2802 \end_layout
2803
2804 \begin_layout Subsection*
2805 paragraph-up
2806 \end_layout
2807 \begin_layout Description
2808 Action Move the cursor to the next paragraph (or beginning of the current one) in upward direction.
2809 \end_layout
2810 \begin_layout Description
2811 Syntax paragraph-up
2812 \end_layout
2813 \begin_layout Description
2814 Origin Asger, 1 Oct 1996
2815 \end_layout
2816
2817 \begin_layout Subsection*
2818 paragraph-up-select
2819 \end_layout
2820 \begin_layout Description
2821 Action Move the cursor and select the text to the next paragraph (or beginning of the current one) in upward direction.
2822 \end_layout
2823 \begin_layout Description
2824 Syntax paragraph-up-select
2825 \end_layout
2826 \begin_layout Description
2827 Origin Asger, 1 Oct 1996
2828 \end_layout
2829
2830 \begin_layout Subsection*
2831 paste
2832 \end_layout
2833 \begin_layout Description
2834 Action Pastes material (text or picture) from the active clipboard.
2835 \end_layout
2836 \begin_layout Description
2837 Syntax paste [<TYPE>|<NUM>]
2838 \end_layout
2839 \begin_layout Description
2840 Params <TYPE>: emf|pdf|png|jpeg|linkback|wmf|latex|html
2841 \begin_inset Newline newline
2842 \end_inset
2843
2844 <NUM>: number of the selection in the internal clipboard stack to be pasted.
2845 \end_layout
2846
2847 \begin_layout Subsection*
2848 phantom-insert
2849 \end_layout
2850 \begin_layout Description
2851 Action Inserts phantom on the current cursor position, move selection inside the inset.
2852 \end_layout
2853 \begin_layout Description
2854 Syntax phantom-insert [<TYPE>]
2855 \end_layout
2856 \begin_layout Description
2857 Params <TYPE>: <Phantom|HPhantom|VPhantom> default: Phantom
2858 \end_layout
2859 \begin_layout Description
2860 Origin uwestoehr, 30 Jan 2009
2861 \end_layout
2862
2863 \begin_layout Subsection*
2864 preview-insert
2865 \end_layout
2866 \begin_layout Description
2867 Action Inserts a new preview inset.
2868 \end_layout
2869 \begin_layout Description
2870 Syntax preview-insert
2871 \end_layout
2872 \begin_layout Description
2873 Origin vfr, 28 Mar 2010
2874 \end_layout
2875
2876 \begin_layout Subsection*
2877 primary-selection-paste
2878 \end_layout
2879 \begin_layout Description
2880 Action Pastes the currently selected text.
2881 \end_layout
2882 \begin_layout Description
2883 Notion Primary selection mechanism is linux-only thing.
2884 \end_layout
2885 \begin_layout Description
2886 Syntax primary-selection-paste [<ARG>]
2887 \end_layout
2888 \begin_layout Description
2889 Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
2890 \end_layout
2891
2892 \begin_layout Subsection*
2893 quote-insert
2894 \end_layout
2895 \begin_layout Description
2896 Action Inserts quotes according to the type and quote-language preference.
2897 \end_layout
2898 \begin_layout Description
2899 Notion Currently English, Swedish, German, Polish, French, Danish quotes are distinguished.
2900 \end_layout
2901 \begin_layout Description
2902 Syntax quote-insert [<TYPE>]
2903 \end_layout
2904 \begin_layout Description
2905 Params <TYPE>: 'single' for single quotes, otherwise double quotes will be used.
2906 \end_layout
2907
2908 \begin_layout Subsection*
2909 redo
2910 \end_layout
2911 \begin_layout Description
2912 Action Redoes the last thing undone.
2913 \end_layout
2914 \begin_layout Description
2915 Syntax redo
2916 \end_layout
2917
2918 \begin_layout Subsection*
2919 reference-next
2920 \end_layout
2921 \begin_layout Description
2922 Action Go to the next label or cross-reference.
2923 \end_layout
2924 \begin_layout Description
2925 Syntax reference-next
2926 \end_layout
2927 \begin_layout Description
2928 Origin Dekel, 14 Jan 2001
2929 \end_layout
2930
2931 \begin_layout Subsection*
2932 repeat
2933 \end_layout
2934 \begin_layout Description
2935 Action Repeat the given command.
2936 \end_layout
2937 \begin_layout Description
2938 Syntax repeat <COUNT> <LFUN-COMMAND>
2939 \end_layout
2940 \begin_layout Description
2941 Origin Andre, 27 Oct 2003
2942 \end_layout
2943
2944 \begin_layout Subsection*
2945 screen-down
2946 \end_layout
2947 \begin_layout Description
2948 Action Moves the cursor one page in downward direction.
2949 \end_layout
2950 \begin_layout Description
2951 Syntax screen-down
2952 \end_layout
2953
2954 \begin_layout Subsection*
2955 screen-down-select
2956 \end_layout
2957 \begin_layout Description
2958 Action Moves the cursor one screen in downward direction adding the current position to the selection.
2959 \end_layout
2960 \begin_layout Description
2961 Syntax screen-down-select
2962 \end_layout
2963
2964 \begin_layout Subsection*
2965 screen-recenter
2966 \end_layout
2967 \begin_layout Description
2968 Action Recenters the screen on the current cursor position.
2969 \end_layout
2970 \begin_layout Description
2971 Syntax screen-recenter
2972 \end_layout
2973
2974 \begin_layout Subsection*
2975 screen-show-cursor
2976 \end_layout
2977 \begin_layout Description
2978 Action Repositions the screen such that the cursor is visible.
2979 \end_layout
2980 \begin_layout Description
2981 Syntax screen-show-cursor
2982 \end_layout
2983 \begin_layout Description
2984 Origin vfr, 25 Mar 2009
2985 \end_layout
2986
2987 \begin_layout Subsection*
2988 screen-up
2989 \end_layout
2990 \begin_layout Description
2991 Action Moves the cursor one page in upward direction.
2992 \end_layout
2993 \begin_layout Description
2994 Syntax screen-up
2995 \end_layout
2996
2997 \begin_layout Subsection*
2998 screen-up-select
2999 \end_layout
3000 \begin_layout Description
3001 Action Moves the cursor one page in upward direction adding the current position to the selection.
3002 \end_layout
3003 \begin_layout Description
3004 Syntax screen-up-select
3005 \end_layout
3006
3007 \begin_layout Subsection*
3008 script-insert
3009 \end_layout
3010 \begin_layout Description
3011 Action Inserts a subscript or superscript inset.
3012 \end_layout
3013 \begin_layout Description
3014 Syntax script-insert <TYPE>
3015 \end_layout
3016 \begin_layout Description
3017 Params <TYPE>: subscript|superscript
3018 \end_layout
3019 \begin_layout Description
3020 Origin Georg, 23 Nov 2010
3021 \end_layout
3022
3023 \begin_layout Subsection*
3024 scroll
3025 \end_layout
3026 \begin_layout Description
3027 Action Scroll the buffer view.
3028 \end_layout
3029 \begin_layout Description
3030 Notion Only scrolls the screen up or down; does not move the cursor.
3031 \end_layout
3032 \begin_layout Description
3033 Syntax scroll <TYPE> <QUANTITY>
3034 \end_layout
3035 \begin_layout Description
3036 Params <TYPE>:  line|page
3037 \begin_inset Newline newline
3038 \end_inset
3039
3040 <QUANTITY>: up|down|<number>
3041 \end_layout
3042 \begin_layout Description
3043 Origin Abdel, Dec 27 2007
3044 \end_layout
3045
3046 \begin_layout Subsection*
3047 section-select
3048 \end_layout
3049 \begin_layout Description
3050 Action Selects the whole section.
3051 \end_layout
3052 \begin_layout Description
3053 Notion The cursor should be in a section heading before calling this lfun.
3054 \end_layout
3055 \begin_layout Description
3056 Syntax section-select
3057 \end_layout
3058 \begin_layout Description
3059 Origin vfr, 05 May 2009
3060 \end_layout
3061
3062 \begin_layout Subsection*
3063 selection-paste
3064 \end_layout
3065 \begin_layout Description
3066 Action Pastes the internal selection text in permanent selection.
3067 \end_layout
3068 \begin_layout Description
3069 Notion Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; primary-selection-paste paragraph).
3070 \end_layout
3071 \begin_layout Description
3072 Syntax selection-paste
3073 \end_layout
3074 \begin_layout Description
3075 Origin lasgouttes, 14 Jan 2009
3076 \end_layout
3077
3078 \begin_layout Subsection*
3079 set-graphics-group
3080 \end_layout
3081 \begin_layout Description
3082 Action Set the group for the graphics inset on the cursor position.
3083 \end_layout
3084 \begin_layout Description
3085 Syntax set-graphics-group [<GROUP>]
3086 \end_layout
3087 \begin_layout Description
3088 Params <GROUP>: Id for an existing group. In case the Id is an empty string, the graphics inset is removed from the current group.
3089 \end_layout
3090 \begin_layout Description
3091 Origin sanda, 6 May 2008
3092 \end_layout
3093
3094 \begin_layout Subsection*
3095 space-insert
3096 \end_layout
3097 \begin_layout Description
3098 Action Inserts one of horizontal space insets.
3099 \end_layout
3100 \begin_layout Description
3101 Syntax space-insert <NAME> [<LEN>]
3102 \end_layout
3103 \begin_layout Description
3104 Params <NAME>: normal, protected, visible, thin, quad, qquad, enspace, enskip, negthinspace, negmedspace, negthickspace, hfill, hfill*, dotfill, hrulefill, hspace, hspace*
3105 \begin_inset Newline newline
3106 \end_inset
3107
3108 Only in math mode: med and thick.
3109 \begin_inset Newline newline
3110 \end_inset
3111
3112 <LEN>: length for custom spaces (hspace, hspace* for protected)
3113 \end_layout
3114 \begin_layout Description
3115 Origin JSpitzm, 20 May 2003, Mar 17 2008
3116 \end_layout
3117
3118 \begin_layout Subsection*
3119 specialchar-insert
3120 \end_layout
3121 \begin_layout Description
3122 Action Inserts various characters into the document.
3123 \end_layout
3124 \begin_layout Description
3125 Syntax specialchar-insert <CHAR>
3126 \end_layout
3127 \begin_layout Description
3128 Params <CHAR>: hyphenation, ligature-break, slash, nobreakdash, dots, end-of-sentence, menu-separator.
3129 \end_layout
3130 \begin_layout Description
3131 Origin JSpitzm, 6 Dec 2007
3132 \end_layout
3133
3134 \begin_layout Subsection*
3135 spelling-add
3136 \end_layout
3137 \begin_layout Description
3138 Action Add the word under the cursor to the respective spell checker dictionary.
3139 \end_layout
3140 \begin_layout Description
3141 Syntax spelling-add [<STRING>] [<LANG>]
3142 \end_layout
3143 \begin_layout Description
3144 Params <WORD>: word to add <LANG>: language name (see file languages)
3145 \end_layout
3146 \begin_layout Description
3147 Origin JSpitzm, 18 Jan 2010
3148 \end_layout
3149
3150 \begin_layout Subsection*
3151 spelling-continuously
3152 \end_layout
3153 \begin_layout Description
3154 Action Toggle continuous spell checking.
3155 \end_layout
3156 \begin_layout Description
3157 Syntax spelling-continuously
3158 \end_layout
3159 \begin_layout Description
3160 Origin vfr, 24 March 2013
3161 \end_layout
3162
3163 \begin_layout Subsection*
3164 spelling-ignore
3165 \end_layout
3166 \begin_layout Description
3167 Action Let the spell checker ignore the word under the cursor in the current session for the given language.
3168 \end_layout
3169 \begin_layout Description
3170 Syntax spelling-ignore [<WORD>] [<LANG>]
3171 \end_layout
3172 \begin_layout Description
3173 Params <WORD>: word to ignore <LANG>: language name (see file languages)
3174 \end_layout
3175 \begin_layout Description
3176 Origin JSpitzm, 18 Jan 2010
3177 \end_layout
3178
3179 \begin_layout Subsection*
3180 spelling-remove
3181 \end_layout
3182 \begin_layout Description
3183 Action Remove the word under the cursor from the respective spell checker dictionary.
3184 \end_layout
3185 \begin_layout Description
3186 Syntax spelling-remove [<STRING>] [<LANG>]
3187 \end_layout
3188 \begin_layout Description
3189 Params <WORD>: word to remove <LANG>: language name (see file languages)
3190 \end_layout
3191 \begin_layout Description
3192 Origin SWitt, 28 July 2010
3193 \end_layout
3194
3195 \begin_layout Subsection*
3196 tab-delete
3197 \end_layout
3198 \begin_layout Description
3199 Action Delete a tab or up to an equivalent amount of spaces from a listings inset.
3200 \end_layout
3201 \begin_layout Description
3202 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.
3203 \end_layout
3204 \begin_layout Description
3205 Syntax tab-delete
3206 \end_layout
3207 \begin_layout Description
3208 Origin vfr, Sep 30 2008
3209 \end_layout
3210
3211 \begin_layout Subsection*
3212 tab-insert
3213 \end_layout
3214 \begin_layout Description
3215 Action Insert a tab into a listings inset.
3216 \end_layout
3217 \begin_layout Description
3218 Notion It also works on a selection.
3219 \end_layout
3220 \begin_layout Description
3221 Syntax tab-insert
3222 \end_layout
3223 \begin_layout Description
3224 Origin vfr, Sep 30 2008
3225 \end_layout
3226
3227 \begin_layout Subsection*
3228 tabular-insert
3229 \end_layout
3230 \begin_layout Description
3231 Action Inserts table into the document.
3232 \end_layout
3233 \begin_layout Description
3234 Notion See LFUN_INSET_MODIFY for some more details about tabular modifications.
3235 \end_layout
3236 \begin_layout Description
3237 Syntax tabular-insert [<ROWS> <COLUMNS>]
3238 \end_layout
3239 \begin_layout Description
3240 Params In case no arguments are given show insert dialog.
3241 \end_layout
3242 \begin_layout Description
3243 Origin Jug, 12 Apr 2000
3244 \end_layout
3245
3246 \begin_layout Subsection*
3247 thesaurus-entry
3248 \end_layout
3249 \begin_layout Description
3250 Action Look up thesaurus entries with respect to the word under the cursor.
3251 \end_layout
3252 \begin_layout Description
3253 Syntax thesaurus-entry [<STRING>] [lang=<LANG>]
3254 \end_layout
3255 \begin_layout Description
3256 Params <STRING>: word to look up <LANG>: language (see file languages)
3257 \end_layout
3258 \begin_layout Description
3259 Origin Levon, 20 Jul 2001
3260 \end_layout
3261
3262 \begin_layout Subsection*
3263 undo
3264 \end_layout
3265 \begin_layout Description
3266 Action Undoes the last edit.
3267 \end_layout
3268 \begin_layout Description
3269 Syntax undo
3270 \end_layout
3271
3272 \begin_layout Subsection*
3273 unicode-insert
3274 \end_layout
3275 \begin_layout Description
3276 Action Inserts a single unicode character.
3277 \end_layout
3278 \begin_layout Description
3279 Syntax unicode-insert <CHAR>
3280 \end_layout
3281 \begin_layout Description
3282 Params <CHAR>: The character to insert, given as its code point, in hexadecimal.
3283 \end_layout
3284 \begin_layout Description
3285 Sample unicode-insert 0x0100
3286 \end_layout
3287 \begin_layout Description
3288 Origin Lgb, 22 Oct 2006
3289 \end_layout
3290
3291 \begin_layout Subsection*
3292 up
3293 \end_layout
3294 \begin_layout Description
3295 Action Moves the cursor one line in upward direction.
3296 \end_layout
3297 \begin_layout Description
3298 Syntax up
3299 \end_layout
3300
3301 \begin_layout Subsection*
3302 up-select
3303 \end_layout
3304 \begin_layout Description
3305 Action Moves the cursor one line in upward direction adding the current position to the selection.
3306 \end_layout
3307 \begin_layout Description
3308 Syntax up-select
3309 \end_layout
3310
3311 \begin_layout Subsection*
3312 word-backward
3313 \end_layout
3314 \begin_layout Description
3315 Action Moves the cursor to the logically previous beginning of a word.
3316 \end_layout
3317 \begin_layout Description
3318 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.
3319 \end_layout
3320 \begin_layout Description
3321 Syntax word-backward
3322 \end_layout
3323
3324 \begin_layout Subsection*
3325 word-backward-select
3326 \end_layout
3327 \begin_layout Description
3328 Action Moves the cursor to the logically previous beginning of a word, adding the logically traversed text to the selection.
3329 \end_layout
3330 \begin_layout Description
3331 Notion See also LFUN_WORD_BACKWARD.
3332 \end_layout
3333 \begin_layout Description
3334 Syntax word-backward-select
3335 \end_layout
3336
3337 \begin_layout Subsection*
3338 word-capitalize
3339 \end_layout
3340 \begin_layout Description
3341 Action Capitalizes the words in the selection (i.e. the first letters) or the letter on the cursor position.
3342 \end_layout
3343 \begin_layout Description
3344 Syntax word-capitalize
3345 \end_layout
3346
3347 \begin_layout Subsection*
3348 word-delete-backward
3349 \end_layout
3350 \begin_layout Description
3351 Action Deletes characters to the beginning of the word (usually the "C+BackSpace" key).
3352 \end_layout
3353 \begin_layout Description
3354 Syntax word-delete-backward
3355 \end_layout
3356
3357 \begin_layout Subsection*
3358 word-delete-forward
3359 \end_layout
3360 \begin_layout Description
3361 Action Deletes characters to the end of the word (usually the "C+Delete" key).
3362 \end_layout
3363 \begin_layout Description
3364 Syntax word-delete-forward
3365 \end_layout
3366
3367 \begin_layout Subsection*
3368 word-find
3369 \end_layout
3370 \begin_layout Description
3371 Action Search for next occurrence of a string.
3372 \end_layout
3373 \begin_layout Description
3374 Syntax word-find [<DATA>]
3375 \end_layout
3376 \begin_layout Description
3377 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).
3378 \end_layout
3379 \begin_layout Description
3380 Origin Andre, Jan 7 2004
3381 \end_layout
3382
3383 \begin_layout Subsection*
3384 word-find-backward
3385 \end_layout
3386 \begin_layout Description
3387 Action Search for a given string in backward direction.
3388 \end_layout
3389 \begin_layout Description
3390 Notion Case sensitive, match words. If no argument given, last search repeated.
3391 \end_layout
3392 \begin_layout Description
3393 Syntax word-find-backward [<STRING>]
3394 \end_layout
3395 \begin_layout Description
3396 Origin Etienne, 20 Feb 1998
3397 \end_layout
3398
3399 \begin_layout Subsection*
3400 word-find-forward
3401 \end_layout
3402 \begin_layout Description
3403 Action Search for a given string in forward direction.
3404 \end_layout
3405 \begin_layout Description
3406 Notion Case sensitive, match words. If no argument given, last search repeated.
3407 \end_layout
3408 \begin_layout Description
3409 Syntax word-find-forward [<STRING>]
3410 \end_layout
3411 \begin_layout Description
3412 Origin Etienne, 16 Feb 1998
3413 \end_layout
3414
3415 \begin_layout Subsection*
3416 word-findadv
3417 \end_layout
3418 \begin_layout Description
3419 Action Search for next occurrence of a pattern.
3420 \end_layout
3421 \begin_layout Description
3422 Syntax word-findadv [<DATA>]
3423 \end_layout
3424 \begin_layout Description
3425 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).
3426 \end_layout
3427 \begin_layout Description
3428 Origin Tommaso, Nov 15 2007
3429 \end_layout
3430
3431 \begin_layout Subsection*
3432 word-forward
3433 \end_layout
3434 \begin_layout Description
3435 Action Moves the cursor to the logically next beginning of a word.
3436 \end_layout
3437 \begin_layout Description
3438 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.
3439 \end_layout
3440 \begin_layout Description
3441 Syntax word-forward
3442 \end_layout
3443
3444 \begin_layout Subsection*
3445 word-forward-select
3446 \end_layout
3447 \begin_layout Description
3448 Action Moves the cursor to the logically next beginning of a word, adding the logically traversed text to the selection.
3449 \end_layout
3450 \begin_layout Description
3451 Notion See also LFUN_WORD_FORWARD.
3452 \end_layout
3453 \begin_layout Description
3454 Syntax word-forward-select
3455 \end_layout
3456
3457 \begin_layout Subsection*
3458 word-left
3459 \end_layout
3460 \begin_layout Description
3461 Action Moves the cursor to the next beginning of a word "on the left".
3462 \end_layout
3463 \begin_layout Description
3464 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.
3465 \end_layout
3466 \begin_layout Description
3467 Syntax word-left
3468 \end_layout
3469 \begin_layout Description
3470 Origin dov, 28 Oct 2007
3471 \end_layout
3472
3473 \begin_layout Subsection*
3474 word-left-select
3475 \end_layout
3476 \begin_layout Description
3477 Action Moves the cursor to the next beginning of a word "on the left", adding *logically* traversed text to the selection.
3478 \end_layout
3479 \begin_layout Description
3480 Notion See also LFUN_WORD_LEFT for exact details of the movement.
3481 \end_layout
3482 \begin_layout Description
3483 Syntax word-left-select
3484 \end_layout
3485 \begin_layout Description
3486 Origin dov, 28 Oct 2007
3487 \end_layout
3488
3489 \begin_layout Subsection*
3490 word-lowcase
3491 \end_layout
3492 \begin_layout Description
3493 Action Change the words in the selection or from the cursor position to the end of word to the lower case.
3494 \end_layout
3495 \begin_layout Description
3496 Syntax word-lowcase
3497 \end_layout
3498
3499 \begin_layout Subsection*
3500 word-replace
3501 \end_layout
3502 \begin_layout Description
3503 Action Replace a string in the document.
3504 \end_layout
3505 \begin_layout Description
3506 Syntax word-replace [<DATA>]
3507 \end_layout
3508 \begin_layout Description
3509 Params <DATA>: data is of the form "<replace>
3510 \begin_inset Newline newline
3511 \end_inset
3512
3513 <search>
3514 \begin_inset Newline newline
3515 \end_inset
3516
3517 <casesensitive> <matchword> <all> <forward> <findnext>"
3518 \end_layout
3519 \begin_layout Description
3520 Origin Andre, Jan 7 2004
3521 \end_layout
3522
3523 \begin_layout Subsection*
3524 word-right
3525 \end_layout
3526 \begin_layout Description
3527 Action Moves the cursor to the next beginning of a word "on the right".
3528 \end_layout
3529 \begin_layout Description
3530 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.
3531 \end_layout
3532 \begin_layout Description
3533 Syntax word-right
3534 \end_layout
3535 \begin_layout Description
3536 Origin dov, 28 Oct 2007
3537 \end_layout
3538
3539 \begin_layout Subsection*
3540 word-right-select
3541 \end_layout
3542 \begin_layout Description
3543 Action Moves the cursor to the next beginning of a word "on the right", adding *logically* traversed text to the selection.
3544 \end_layout
3545 \begin_layout Description
3546 Notion See also LFUN_WORD_RIGHT for exact details of the movement.
3547 \end_layout
3548 \begin_layout Description
3549 Syntax word-right-select
3550 \end_layout
3551 \begin_layout Description
3552 Origin dov, 28 Oct 2007
3553 \end_layout
3554
3555 \begin_layout Subsection*
3556 word-select
3557 \end_layout
3558 \begin_layout Description
3559 Action Puts the word where the cursor stands into the selection.
3560 \end_layout
3561 \begin_layout Description
3562 Syntax word-select
3563 \end_layout
3564 \begin_layout Description
3565 Origin Andre, 11 Sep 2002
3566 \end_layout
3567
3568 \begin_layout Subsection*
3569 word-upcase
3570 \end_layout
3571 \begin_layout Description
3572 Action Change the words in the selection or from the cursor position to the end of word to the upper case.
3573 \end_layout
3574 \begin_layout Description
3575 Syntax word-upcase
3576 \end_layout
3577
3578 \begin_layout Subsection*
3579 wrap-insert
3580 \end_layout
3581 \begin_layout Description
3582 Action Inserts floats wrapped by the text around.
3583 \end_layout
3584 \begin_layout Description
3585 Syntax wrap-insert <TYPE>
3586 \end_layout
3587 \begin_layout Description
3588 Params <TYPE>: table|figure
3589 \end_layout
3590 \begin_layout Description
3591 Origin Dekel, 7 Apr 2002
3592 \end_layout
3593
3594 \begin_layout Section
3595 Math Editor Functions
3596 \end_layout
3597 \begin_layout Subsection*
3598 in-mathmacrotemplate
3599 \end_layout
3600 \begin_layout Description
3601 Action Only active in Math Macro definition.
3602 \end_layout
3603 \begin_layout Description
3604 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.
3605 \end_layout
3606 \begin_layout Description
3607 Syntax in-mathmacrotemplate
3608 \end_layout
3609 \begin_layout Description
3610 Origin sts, 06 January 2008
3611 \end_layout
3612
3613 \begin_layout Subsection*
3614 math-ams-matrix
3615 \end_layout
3616 \begin_layout Description
3617 Action Inserts an extended matrix as provided by the amsmath package.
3618 \end_layout
3619 \begin_layout Description
3620 Syntax math-matrix <COLS> <ROWS> [<DECORATION>]
3621 \end_layout
3622 \begin_layout Description
3623 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'.
3624 \end_layout
3625 \begin_layout Description
3626 Sample math-ams-matrix 3 3 bmatrix
3627 \end_layout
3628
3629 \begin_layout Subsection*
3630 math-bigdelim
3631 \end_layout
3632 \begin_layout Description
3633 Action Inserts math fixed size delimiters (e.g. parentheses, brackets) enclosing expression.
3634 \end_layout
3635 \begin_layout Description
3636 Syntax math-bigdelim <LSIZE> <LDELIM> <RSIZE> <RDELIM>
3637 \end_layout
3638 \begin_layout Description
3639 Params <L/RSIZE>: bigl/r|Bigl/r|biggl/r|Biggl/r
3640 \begin_inset Newline newline
3641 \end_inset
3642
3643 <L/RDELIM>: TeX code for delimiter. See Delimiter dialog for delimiters to be used.
3644 \end_layout
3645 \begin_layout Description
3646 Sample math-bigdelim "Bigl" "
3647 \backslash
3648 Downarrow" "Bigr" "
3649 \backslash
3650 }"
3651 \end_layout
3652 \begin_layout Description
3653 Origin Enrico & Georg, 7 May 2006
3654 \end_layout
3655
3656 \begin_layout Subsection*
3657 math-delim
3658 \end_layout
3659 \begin_layout Description
3660 Action Inserts math delimiters (e.g. parentheses, brackets) enclosing expression.
3661 \end_layout
3662 \begin_layout Description
3663 Syntax math-delim [<LEFT>] [<RIGHT>]
3664 \end_layout
3665 \begin_layout Description
3666 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.
3667 \end_layout
3668 \begin_layout Description
3669 Sample math-delim { rangle
3670 \end_layout
3671 \begin_layout Description
3672 Origin Alejandro, 18 Jun 1996
3673 \end_layout
3674
3675 \begin_layout Subsection*
3676 math-display
3677 \end_layout
3678 \begin_layout Description
3679 Action Creates a new displayed equation in text mode. Toggles inlined/display formula in math mode.
3680 \end_layout
3681 \begin_layout Description
3682 Syntax math-display [<ARG>]
3683 \end_layout
3684 \begin_layout Description
3685 Params <ARG>: this argument will be passed to LFUN_MATH_INSERT when creating new equation from the text mode.
3686 \end_layout
3687 \begin_layout Description
3688 Origin Alejandro, 18 Jun 1996
3689 \end_layout
3690
3691 \begin_layout Subsection*
3692 math-extern
3693 \end_layout
3694 \begin_layout Description
3695 Action Calls external program and passes the current expression/equation as an argument for the calculation in the format appropriate to the given language.
3696 \end_layout
3697 \begin_layout Description
3698 Notion Selection can be used to determine the input for the external program.
3699 \end_layout
3700 \begin_layout Description
3701 Syntax math-extern <LANG> [<COMMAND>]
3702 \end_layout
3703 \begin_layout Description
3704 Params <LANG>: octave|maxima|maple|mathematica|script
3705 \begin_inset Newline newline
3706 \end_inset
3707
3708 where "script" stands for the external script (normalized expression will be passed)
3709 \end_layout
3710 \begin_layout Description
3711 Sample math-extern maple simplify
3712 \end_layout
3713 \begin_layout Description
3714 Origin Andre, 24 Apr 2001
3715 \end_layout
3716
3717 \begin_layout Subsection*
3718 math-font-style
3719 \end_layout
3720 \begin_layout Description
3721 Action Changes the text style used in math.
3722 \end_layout
3723 \begin_layout Description
3724 Syntax math-font-style <STYLE>
3725 \end_layout
3726 \begin_layout Description
3727 Params <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal
3728 \begin_inset Newline newline
3729 \end_inset
3730
3731 |textrm|textsf|texttt|textbf|textmd|textit|textsc|textsl|textup
3732 \end_layout
3733 \begin_layout Description
3734 Origin vfr, 9 jan 2009
3735 \end_layout
3736
3737 \begin_layout Subsection*
3738 math-insert
3739 \end_layout
3740 \begin_layout Description
3741 Action Inserts math objects and symbols.
3742 \end_layout
3743 \begin_layout Description
3744 Notion When <ARG> is a _single_ math inset with more than one cell (such as "x_y^z" or "
3745 \backslash
3746 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 
3747 \backslash
3748 frac{x}{y}" replaces "abc" with "
3749 \backslash
3750 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.
3751 \end_layout
3752 \begin_layout Description
3753 Syntax math-insert <ARG>
3754 \end_layout
3755 \begin_layout Description
3756 Params <ARG>: Symbol or LaTeX code to be inserted.
3757 \end_layout
3758
3759 \begin_layout Subsection*
3760 math-limits
3761 \end_layout
3762 \begin_layout Description
3763 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.
3764 \end_layout
3765 \begin_layout Description
3766 Notion Put the cursor before the symbol with the limits and then invoke math-limits.
3767 \end_layout
3768 \begin_layout Description
3769 Syntax math-limits [<STATE>]
3770 \end_layout
3771 \begin_layout Description
3772 Params <STATE>: limits|nolimits
3773 \end_layout
3774
3775 \begin_layout Subsection*
3776 math-macro
3777 \end_layout
3778 \begin_layout Description
3779 Action Inserts a math macro definition at the cursor position in the text.
3780 \end_layout
3781 \begin_layout Description
3782 Syntax math-macro <NAME> [<NARGS>] [def]
3783 \end_layout
3784 \begin_layout Description
3785 Params <NAME>: The name of the macro, e.g. "mymacro".
3786 \begin_inset Newline newline
3787 \end_inset
3788
3789 <NARGS>: The number of parameters of the macro. Default is 0. "def": Has no effect anymore, just for compatibility with former LyX versions.
3790 \end_layout
3791 \begin_layout Description
3792 Origin ale, 10 May 1997;  sts, 21 Dec 2007
3793 \end_layout
3794
3795 \begin_layout Subsection*
3796 math-macro-add-greedy-optional-param
3797 \end_layout
3798 \begin_layout Description
3799 Action Add a greedy optional parameter.
3800 \end_layout
3801 \begin_layout Description
3802 Notion Add a greedy optional parameter which eats the value from the following cells in mathed which are in the [value] format.
3803 \end_layout
3804 \begin_layout Description
3805 Syntax math-macro-add-greedy-optional-param
3806 \end_layout
3807 \begin_layout Description
3808 Origin sts, 06 January 2008
3809 \end_layout
3810
3811 \begin_layout Subsection*
3812 math-macro-add-optional-param
3813 \end_layout
3814 \begin_layout Description
3815 Action Add an optional parameter.
3816 \end_layout
3817 \begin_layout Description
3818 Notion Insert an optional parameter just behind the already existing optional parameters.
3819 \end_layout
3820 \begin_layout Description
3821 Syntax math-macro-add-optional-param
3822 \end_layout
3823 \begin_layout Description
3824 Origin sts, 06 January 2008
3825 \end_layout
3826
3827 \begin_layout Subsection*
3828 math-macro-add-param
3829 \end_layout
3830 \begin_layout Description
3831 Action Add a parameter.
3832 \end_layout
3833 \begin_layout Description
3834 Notion Add a parameter to a Math Macro.
3835 \end_layout
3836 \begin_layout Description
3837 Syntax math-macro-add-param <NUM>
3838 \end_layout
3839 \begin_layout Description
3840 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.
3841 \end_layout
3842 \begin_layout Description
3843 Origin sts, 06 January 2008
3844 \end_layout
3845
3846 \begin_layout Subsection*
3847 math-macro-append-greedy-param
3848 \end_layout
3849 \begin_layout Description
3850 Action Append a greedy parameter.
3851 \end_layout
3852 \begin_layout Description
3853 Notion Append a greedy parameter to a Math Macro which eats the following mathed cell in every instance of the macro in the buffer.
3854 \end_layout
3855 \begin_layout Description
3856 Syntax math-macro-append-greedy-param
3857 \end_layout
3858 \begin_layout Description
3859 Origin sts, 06 January 2008
3860 \end_layout
3861
3862 \begin_layout Subsection*
3863 math-macro-fold
3864 \end_layout
3865 \begin_layout Description
3866 Action Fold a Math Macro.
3867 \end_layout
3868 \begin_layout Description
3869 Notion Fold the Math Macro the cursor is in if it was unfolded, i.e. displayed as 
3870 \backslash
3871 foo before.
3872 \end_layout
3873 \begin_layout Description
3874 Syntax math-macro-fold
3875 \end_layout
3876 \begin_layout Description
3877 Origin sts, 06 January 2008
3878 \end_layout
3879
3880 \begin_layout Subsection*
3881 math-macro-make-nonoptional
3882 \end_layout
3883 \begin_layout Description
3884 Action Make a parameter non-optional.
3885 \end_layout
3886 \begin_layout Description
3887 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.
3888 \end_layout
3889 \begin_layout Description
3890 Syntax math-macro-make-nonoptional
3891 \end_layout
3892 \begin_layout Description
3893 Origin sts, 06 January 2008
3894 \end_layout
3895
3896 \begin_layout Subsection*
3897 math-macro-make-optional
3898 \end_layout
3899 \begin_layout Description
3900 Action Make a parameter optional.
3901 \end_layout
3902 \begin_layout Description
3903 Notion Turn the first non-optional parameter of a Math Macro into an optional parameter with a default value.
3904 \end_layout
3905 \begin_layout Description
3906 Syntax math-macro-make-optional
3907 \end_layout
3908 \begin_layout Description
3909 Origin sts, 06 January 2008
3910 \end_layout
3911
3912 \begin_layout Subsection*
3913 math-macro-remove-greedy-param
3914 \end_layout
3915 \begin_layout Description
3916 Action Remove a greedy parameter.
3917 \end_layout
3918 \begin_layout Description
3919 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.
3920 \end_layout
3921 \begin_layout Description
3922 Syntax math-macro-remove-greedy-param
3923 \end_layout
3924 \begin_layout Description
3925 Origin sts, 06 January 2008
3926 \end_layout
3927
3928 \begin_layout Subsection*
3929 math-macro-remove-optional-param
3930 \end_layout
3931 \begin_layout Description
3932 Action Remove the last optional parameter.
3933 \end_layout
3934 \begin_layout Description
3935 Notion Remove the last optional parameter of a Math Macro and remove it in all the instances of the macro in the buffer.
3936 \end_layout
3937 \begin_layout Description
3938 Syntax math-macro-remove-optional-param
3939 \end_layout
3940 \begin_layout Description
3941 Origin sts, 06 January 2008
3942 \end_layout
3943
3944 \begin_layout Subsection*
3945 math-macro-remove-param
3946 \end_layout
3947 \begin_layout Description
3948 Action Remove the last parameter.
3949 \end_layout
3950 \begin_layout Description
3951 Notion Remove the last parameter of a Math Macro and remove its value in all instances of the macro in the buffer.
3952 \end_layout
3953 \begin_layout Description
3954 Syntax math-macro-remove-param <NUM>
3955 \end_layout
3956 \begin_layout Description
3957 Params <NUM>: The number of the parameter to be deleted (1 for the first), defaults to the last one.
3958 \end_layout
3959 \begin_layout Description
3960 Origin sts, 06 January 2008
3961 \end_layout
3962
3963 \begin_layout Subsection*
3964 math-macro-unfold
3965 \end_layout
3966 \begin_layout Description
3967 Action Unfold a Math Macro.
3968 \end_layout
3969 \begin_layout Description
3970 Notion Unfold the Math Macro the cursor is in, i.e. display it as 
3971 \backslash
3972 foo.
3973 \end_layout
3974 \begin_layout Description
3975 Syntax math-macro-unfold
3976 \end_layout
3977 \begin_layout Description
3978 Origin sts, 06 January 2008
3979 \end_layout
3980
3981 \begin_layout Subsection*
3982 math-matrix
3983 \end_layout
3984 \begin_layout Description
3985 Action Inserts a matrix.
3986 \end_layout
3987 \begin_layout Description
3988 Syntax math-matrix <COLS> <ROWS> [<ALIGN>]
3989 \end_layout
3990 \begin_layout Description
3991 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).
3992 \end_layout
3993 \begin_layout Description
3994 Sample math-matrix 3 3 bccc
3995 \end_layout
3996
3997 \begin_layout Subsection*
3998 math-mode
3999 \end_layout
4000 \begin_layout Description
4001 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.
4002 \end_layout
4003 \begin_layout Description
4004 Notion If there is some selected text, it puts the text inside created math box.
4005 \end_layout
4006 \begin_layout Description
4007 Syntax math-mode [on|<ARG>]
4008 \end_layout
4009 \begin_layout Description
4010 Params <ARG>: eventual argument (LaTeX code) is passed to LFUN_MATH_INSERT .
4011 \begin_inset Newline newline
4012 \end_inset
4013
4014 "on": allow only entering of math mode from text mode.
4015 \end_layout
4016 \begin_layout Description
4017 Origin Alejandro, 4 Jun 1996
4018 \end_layout
4019
4020 \begin_layout Subsection*
4021 math-mutate
4022 \end_layout
4023 \begin_layout Description
4024 Action Mutates the type of math inset to the newly selected one.
4025 \end_layout
4026 \begin_layout Description
4027 Syntax math-mutate <TYPE>
4028 \end_layout
4029 \begin_layout Description
4030 Params <TYPE>: none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| multline|gather|flalign
4031 \end_layout
4032 \begin_layout Description
4033 Origin Andre, 23 May 2001
4034 \end_layout
4035
4036 \begin_layout Subsection*
4037 math-number-line-toggle
4038 \end_layout
4039 \begin_layout Description
4040 Action Toggles numbering of the current formula line.
4041 \end_layout
4042 \begin_layout Description
4043 Notion Must be in display formula mode.
4044 \end_layout
4045 \begin_layout Description
4046 Syntax math-number-line-toggle
4047 \end_layout
4048 \begin_layout Description
4049 Origin Alejandro, 18 Jun 1996
4050 \end_layout
4051
4052 \begin_layout Subsection*
4053 math-number-toggle
4054 \end_layout
4055 \begin_layout Description
4056 Action Toggles numbering/labeling of the current formula.
4057 \end_layout
4058 \begin_layout Description
4059 Notion Must be in display formula mode.
4060 \end_layout
4061 \begin_layout Description
4062 Syntax math-number-toggle
4063 \end_layout
4064 \begin_layout Description
4065 Origin Alejandro, 4 Jun 1996
4066 \end_layout
4067
4068 \begin_layout Subsection*
4069 math-size
4070 \end_layout
4071 \begin_layout Description
4072 Action Changes arbitrarily the size used by math fonts inside a context.
4073 \end_layout
4074 \begin_layout Description
4075 Notion Provides an interface to the LaTeX math mode font size commands.
4076 \end_layout
4077 \begin_layout Description
4078 Syntax math-size <STYLE>
4079 \end_layout
4080 \begin_layout Description
4081 Params <STYLE>: 
4082 \backslash
4083 displaystyle|
4084 \backslash
4085 textstyle|
4086 \backslash
4087 scriptstyle|
4088 \backslash
4089 scriptscriptstyle
4090 \end_layout
4091 \begin_layout Description
4092 Origin Alejandro, 15 Aug 1996; sanda, 14 Jun 2008
4093 \end_layout
4094
4095 \begin_layout Subsection*
4096 math-space
4097 \end_layout
4098 \begin_layout Description
4099 Action Inserts space into math expression.
4100 \end_layout
4101 \begin_layout Description
4102 Notion Use spacebar after entering this space to change type of space.
4103 \end_layout
4104 \begin_layout Description
4105 Syntax math-space [<TYPE>] [<LEN>]
4106 \end_layout
4107 \begin_layout Description
4108 Params <TYPE>: negative spaces: !|negthinspace|negmedspace|negthickspace
4109 \begin_inset Newline newline
4110 \end_inset
4111
4112 positive spaces: ,|thinspace|:|medspace|;|thickspace|enskip|quad|qquad
4113 \begin_inset Newline newline
4114 \end_inset
4115
4116 custom space: hspace
4117 \begin_inset Newline newline
4118 \end_inset
4119
4120 "," used by default.
4121 \begin_inset Newline newline
4122 \end_inset
4123
4124 Note that ! is equivalent to negthinspace, , = thinspace, : = medspace, and ; = thickspace.
4125 \begin_inset Newline newline
4126 \end_inset
4127
4128 <LEN>: length for custom spaces (hspace)
4129 \end_layout
4130 \begin_layout Description
4131 Origin Andre, 25 Jul 2001; sanda, 16 Jun 2008
4132 \end_layout
4133
4134 \begin_layout Subsection*
4135 math-subscript
4136 \end_layout
4137 \begin_layout Description
4138 Action Enters subscript expression in math expression.
4139 \end_layout
4140 \begin_layout Description
4141 Syntax math-subscript
4142 \end_layout
4143 \begin_layout Description
4144 Origin vermeer, 12 Dec 2001
4145 \end_layout
4146
4147 \begin_layout Subsection*
4148 math-superscript
4149 \end_layout
4150 \begin_layout Description
4151 Action Enters superscript expression in math expression.
4152 \end_layout
4153 \begin_layout Description
4154 Syntax math-superscript
4155 \end_layout
4156 \begin_layout Description
4157 Origin vermeer, 12 Dec 2001
4158 \end_layout
4159
4160 \begin_layout Subsection*
4161 regexp-mode
4162 \end_layout
4163 \begin_layout Description
4164 Action Enters regexp mode (i.e., puts regexp insets on the current cursor position). Used by the advanced search dialog.
4165 \end_layout
4166 \begin_layout Description
4167 Notion If there is any selected text, then it is moved inside the created regexp inset.
4168 \end_layout
4169 \begin_layout Description
4170 Syntax regexp-mode [<ARG>]
4171 \end_layout
4172 \begin_layout Description
4173 Params <ARG>: eventual argument (regular expression).
4174 \end_layout
4175 \begin_layout Description
4176 Origin Tommaso, 4 Oct 2008
4177 \end_layout
4178
4179 \begin_layout Section
4180 Buffer Fuctions (File and Window related)
4181 \end_layout
4182 \begin_layout Subsection*
4183 branch-activate
4184 \end_layout
4185 \begin_layout Description
4186 Action Activate the branch.
4187 \end_layout
4188 \begin_layout Description
4189 Syntax branch-activate <BRANCH>
4190 \end_layout
4191 \begin_layout Description
4192 Params <BRANCH>: The branch to activate
4193 \end_layout
4194 \begin_layout Description
4195 Sample lyx -x "branch-activate answers" -e pdf2 finalexam.lyx
4196 \begin_inset Newline newline
4197 \end_inset
4198
4199 could be used to export a pdf with the answers branch included without one's having to open LyX and activate the branch manually.
4200 \end_layout
4201 \begin_layout Description
4202 Origin rgh, 27 May 2008
4203 \end_layout
4204
4205 \begin_layout Subsection*
4206 branch-add
4207 \end_layout
4208 \begin_layout Description
4209 Action Add a branch to the buffer's BranchList.
4210 \end_layout
4211 \begin_layout Description
4212 Syntax branch-add <BRANCH>
4213 \end_layout
4214 \begin_layout Description
4215 Params <BRANCH>: Name of the branch to add
4216 \end_layout
4217 \begin_layout Description
4218 Origin spitz, 7 Jul 2009
4219 \end_layout
4220
4221 \begin_layout Subsection*
4222 branch-add-insert
4223 \end_layout
4224 \begin_layout Description
4225 Action Create new branch and directly put the branch inset into the document.
4226 \end_layout
4227 \begin_layout Description
4228 Syntax branch-add-insert [<NAME>]
4229 \end_layout
4230 \begin_layout Description
4231 Params <NAME>: Branch name. If it is not specified, you will be asked.
4232 \end_layout
4233 \begin_layout Description
4234 Origin sanda, 10 Jul 2009
4235 \end_layout
4236
4237 \begin_layout Subsection*
4238 branch-deactivate
4239 \end_layout
4240 \begin_layout Description
4241 Action De-activate the branch.
4242 \end_layout
4243 \begin_layout Description
4244 Syntax branch-deactivate <BRANCH>
4245 \end_layout
4246 \begin_layout Description
4247 Params <BRANCH>: The branch to deactivate
4248 \end_layout
4249 \begin_layout Description
4250 Origin rgh, 27 May 2008
4251 \end_layout
4252
4253 \begin_layout Subsection*
4254 branch-master-activate
4255 \end_layout
4256 \begin_layout Description
4257 Action Activate the branch in the master buffer.
4258 \end_layout
4259 \begin_layout Description
4260 Syntax branch-master-activate <BRANCH>
4261 \end_layout
4262 \begin_layout Description
4263 Params <BRANCH>: The branch to activate
4264 \end_layout
4265 \begin_layout Description
4266 Sample lyx -x "branch-activate answers" -e pdf2 finalexam.lyx
4267 \begin_inset Newline newline
4268 \end_inset
4269
4270 could be used to export a pdf with the answers branch included without one's having to open LyX and activate the branch manually.
4271 \end_layout
4272 \begin_layout Description
4273 Origin spitz, 30 Sep 2012
4274 \end_layout
4275
4276 \begin_layout Subsection*
4277 branch-master-deactivate
4278 \end_layout
4279 \begin_layout Description
4280 Action De-activate the branch in the master buffer.
4281 \end_layout
4282 \begin_layout Description
4283 Syntax branch-master-deactivate <BRANCH>
4284 \end_layout
4285 \begin_layout Description
4286 Params <BRANCH>: The branch to deactivate
4287 \end_layout
4288 \begin_layout Description
4289 Origin spitz, 30 Sep 2012
4290 \end_layout
4291
4292 \begin_layout Subsection*
4293 branches-rename
4294 \end_layout
4295 \begin_layout Description
4296 Action Rename all branches of a given name in a document.
4297 \end_layout
4298 \begin_layout Description
4299 Syntax branches-rename <OLDNAME> <NEWNAME>
4300 \end_layout
4301 \begin_layout Description
4302 Params <OLDNAME>: Current name of the branch to be renamed <NEWNAME>: New name of the branch
4303 \end_layout
4304 \begin_layout Description
4305 Origin spitz, 9 Jul 2009
4306 \end_layout
4307
4308 \begin_layout Subsection*
4309 buffer-auto-save
4310 \end_layout
4311 \begin_layout Description
4312 Action Saves the current buffer to a temporary file.
4313 \end_layout
4314 \begin_layout Description
4315 Notion Saves the current buffer to a file named "#filename#". This LFUN is called automatically by LyX, to "autosave" the current buffer.
4316 \end_layout
4317 \begin_layout Description
4318 Syntax buffer-auto-save
4319 \end_layout
4320
4321 \begin_layout Subsection*
4322 buffer-child-open
4323 \end_layout
4324 \begin_layout Description
4325 Action Loads the given child document.
4326 \end_layout
4327 \begin_layout Description
4328 Notion The current document is treated as a parent.
4329 \end_layout
4330 \begin_layout Description
4331 Syntax buffer-child-open <FILE>
4332 \end_layout
4333 \begin_layout Description
4334 Params <FILE>: Filename of the child. The directory of the parent is assumed by default.
4335 \end_layout
4336 \begin_layout Description
4337 Origin Ale, 28 May 1997
4338 \end_layout
4339
4340 \begin_layout Subsection*
4341 buffer-chktex
4342 \end_layout
4343 \begin_layout Description
4344 Action Runs chktex for the current document.
4345 \end_layout
4346 \begin_layout Description
4347 Syntax buffer-chktex
4348 \end_layout
4349 \begin_layout Description
4350 Origin Asger, 30 Oct 1997
4351 \end_layout
4352
4353 \begin_layout Subsection*
4354 buffer-close
4355 \end_layout
4356 \begin_layout Description
4357 Action Closes the current buffer.
4358 \end_layout
4359 \begin_layout Description
4360 Notion Closes the current buffer, asking whether to save it, etc, if the buffer has been modified.
4361 \end_layout
4362 \begin_layout Description
4363 Syntax buffer-close
4364 \end_layout
4365
4366 \begin_layout Subsection*
4367 buffer-close-all
4368 \end_layout
4369 \begin_layout Description
4370 Action Closes all buffers.
4371 \end_layout
4372 \begin_layout Description
4373 Notion Closes all buffers, asking whether to save it, etc, if a buffer has been modified.
4374 \end_layout
4375 \begin_layout Description
4376 Syntax buffer-close-all
4377 \end_layout
4378
4379 \begin_layout Subsection*
4380 buffer-export
4381 \end_layout
4382 \begin_layout Description
4383 Action Exports the current buffer (document) to the given format.
4384 \end_layout
4385 \begin_layout Description
4386 Syntax buffer-export <FORMAT> [<DEST>]
4387 \end_layout
4388 \begin_layout Description
4389 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.
4390 \begin_inset Newline newline
4391 \end_inset
4392
4393 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.
4394 \end_layout
4395 \begin_layout Description
4396 Origin Lgb, 29 Jul 1997
4397 \end_layout
4398
4399 \begin_layout Subsection*
4400 buffer-export-as
4401 \end_layout
4402 \begin_layout Description
4403 Action Opens a dialog for exporting the current buffer.
4404 \end_layout
4405 \begin_layout Description
4406 Syntax buffer-export-as [<FORMAT>]
4407 \end_layout
4408 \begin_layout Description
4409 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.
4410 \end_layout
4411 \begin_layout Description
4412 Sample buffer-export-as pdf2
4413 \end_layout
4414 \begin_layout Description
4415 Origin tommaso, 6 Oct 2011
4416 \end_layout
4417
4418 \begin_layout Subsection*
4419 buffer-export-custom
4420 \end_layout
4421 \begin_layout Description
4422 Action Exports the current buffer (document) from the given format using the given command on it.
4423 \end_layout
4424 \begin_layout Description
4425 Syntax buffer-export-custom <FORMAT> <COMMAND>
4426 \end_layout
4427 \begin_layout Description
4428 Params <FORMAT> format to start from (LyX will care to produce such intermediate file).
4429 \begin_inset Newline newline
4430 \end_inset
4431
4432 <COMMAND> this command will be launched on the file. Note that you can use "$$FName" string to qualify the intermediate file.
4433 \end_layout
4434 \begin_layout Description
4435 Sample buffer-export-custom dvi dvips -f $$FName -o myfile.ps
4436 \end_layout
4437 \begin_layout Description
4438 Origin leeming, 27 Mar 2004
4439 \end_layout
4440
4441 \begin_layout Subsection*
4442 buffer-forall
4443 \end_layout
4444 \begin_layout Description
4445 Action Applies a command to all non-hidden buffers.
4446 \end_layout
4447 \begin_layout Description
4448 Notion a buffer is `hidden' if it is internally open in LyX, but not visible in any window.
4449 \end_layout
4450 \begin_layout Description
4451 Syntax buffer-forall <LFUN-COMMAND>
4452 \end_layout
4453 \begin_layout Description
4454 Params <LFUN-COMMAND>: The command to be applied to the buffers.
4455 \end_layout
4456 \begin_layout Description
4457 Sample Close all Notes in buffers:
4458 \begin_inset Newline newline
4459 \end_inset
4460
4461                    buffer-forall inset-forall Note inset-toggle close
4462 \begin_inset Newline newline
4463 \end_inset
4464
4465 Toggle change tracking on buffers:
4466 \begin_inset Newline newline
4467 \end_inset
4468
4469                    buffer-forall changes-track
4470 \begin_inset Newline newline
4471 \end_inset
4472
4473 Toggle read-only for buffers:
4474 \begin_inset Newline newline
4475 \end_inset
4476
4477                    buffer-forall buffer-toggle-read-only
4478 \begin_inset Newline newline
4479 \end_inset
4480
4481 Show statistics for individual buffers:
4482 \begin_inset Newline newline
4483 \end_inset
4484
4485                    buffer-forall statistics
4486 \begin_inset Newline newline
4487 \end_inset
4488
4489 Activate the branch named "Solutions" in buffers:
4490 \begin_inset Newline newline
4491 \end_inset
4492
4493                    buffer-forall branch-activate Solutions
4494 \begin_inset Newline newline
4495 \end_inset
4496
4497 Export buffers to PDF (pdflatex):
4498 \begin_inset Newline newline
4499 \end_inset
4500
4501                    buffer-forall buffer-export pdf2
4502 \begin_inset Newline newline
4503 \end_inset
4504
4505
4506 \end_layout
4507 \begin_layout Description
4508 Origin scottkostyshak, 20 Jul 2012
4509 \end_layout
4510
4511 \begin_layout Subsection*
4512 buffer-import
4513 \end_layout
4514 \begin_layout Description
4515 Action Import a given file as a lyx document.
4516 \end_layout
4517 \begin_layout Description
4518 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.
4519 \end_layout
4520 \begin_layout Description
4521 Syntax buffer-import <FORMAT> [<FILE>]
4522 \end_layout
4523 \begin_layout Description
4524 Origin Asger, 24 Jul 1998
4525 \end_layout
4526
4527 \begin_layout Subsection*
4528 buffer-language
4529 \end_layout
4530 \begin_layout Description
4531 Action Set language of the current document.
4532 \end_layout
4533 \begin_layout Description
4534 Syntax buffer-language <LANG>
4535 \end_layout
4536 \begin_layout Description
4537 Params <LANG>: language name. See lib/languages for list.
4538 \end_layout
4539 \begin_layout Description
4540 Origin leeming, 30 Mar 2004
4541 \end_layout
4542
4543 \begin_layout Subsection*
4544 buffer-new
4545 \end_layout
4546 \begin_layout Description
4547 Action Creates a new buffer (that is, document) and switches to it.
4548 \end_layout
4549 \begin_layout Description
4550 Notion Implicit path can be set in Preferences dialog.
4551 \end_layout
4552 \begin_layout Description
4553 Syntax buffer-new [<FILE>]
4554 \end_layout
4555 \begin_layout Description
4556 Params <FILE>: filename of created file with absolute path.
4557 \end_layout
4558
4559 \begin_layout Subsection*
4560 buffer-new-template
4561 \end_layout
4562 \begin_layout Description
4563 Action Creates a new buffer (that is, document) from a template.
4564 \end_layout
4565 \begin_layout Description
4566 Notion Path for new files and templates can be set in Preferences dialog. Template will be asked for via Open-dialog.
4567 \end_layout
4568 \begin_layout Description
4569 Syntax buffer-new-template [<FILE>]
4570 \end_layout
4571 \begin_layout Description
4572 Params <FILE>: filename of created file with absolute path.
4573 \end_layout
4574
4575 \begin_layout Subsection*
4576 buffer-next
4577 \end_layout
4578 \begin_layout Description
4579 Action Switch to the next opened document.
4580 \end_layout
4581 \begin_layout Description
4582 Notion Note that this does not necessarily mean next in tabbar (for full list see View menu).
4583 \end_layout
4584 \begin_layout Description
4585 Syntax buffer-next
4586 \end_layout
4587
4588 \begin_layout Subsection*
4589 buffer-params-apply
4590 \end_layout
4591 \begin_layout Description
4592 Action Apply the given settings to the current document.
4593 \end_layout
4594 \begin_layout Description
4595 Syntax buffer-params-apply [<ARGS>]
4596 \end_layout
4597 \begin_layout Description
4598 Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
4599 \end_layout
4600 \begin_layout Description
4601 Origin leeming, 30 Mar 2004
4602 \end_layout
4603
4604 \begin_layout Subsection*
4605 buffer-previous
4606 \end_layout
4607 \begin_layout Description
4608 Action Switch to the previous opened document.
4609 \end_layout
4610 \begin_layout Description
4611 Syntax buffer-previous
4612 \end_layout
4613
4614 \begin_layout Subsection*
4615 buffer-print
4616 \end_layout
4617 \begin_layout Description
4618 Action Prints the current document.
4619 \end_layout
4620 \begin_layout Description
4621 Notion Many settings can be given via the preferences dialog.
4622 \end_layout
4623 \begin_layout Description
4624 Syntax buffer-print <TARGET> <TARGET-NAME> <COMMAND>
4625 \end_layout
4626 \begin_layout Description
4627 Params <TARGET> is either "printer" or "file".
4628 \begin_inset Newline newline
4629 \end_inset
4630
4631 <TARGER-NAME> is either "default" or file name or printer name.
4632 \begin_inset Newline newline
4633 \end_inset
4634
4635 <COMMAND> command ensuring the printing job.
4636 \end_layout
4637 \begin_layout Description
4638 Sample buffer-print file "/trash/newfile1.ps" "dvips"
4639 \end_layout
4640 \begin_layout Description
4641 Origin leeming, 28 Mar 2004
4642 \end_layout
4643
4644 \begin_layout Subsection*
4645 buffer-reload
4646 \end_layout
4647 \begin_layout Description
4648 Action Reverts opened document.
4649 \end_layout
4650 \begin_layout Description
4651 Syntax buffer-reload
4652 \end_layout
4653 \begin_layout Description
4654 Origin Asger, 2 Feb 1997
4655 \end_layout
4656
4657 \begin_layout Subsection*
4658 buffer-save-as-default
4659 \end_layout
4660 \begin_layout Description
4661 Action Save the current document settings as default.
4662 \end_layout
4663 \begin_layout Description
4664 Notion The file will will be saved into ~/.lyx/templates/defaults.lyx .
4665 \end_layout
4666 \begin_layout Description
4667 Syntax buffer-save-as-default [<ARGS>]
4668 \end_layout
4669 \begin_layout Description
4670 Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
4671 \end_layout
4672 \begin_layout Description
4673 Origin leeming, 30 Mar 2004
4674 \end_layout
4675
4676 \begin_layout Subsection*
4677 buffer-switch
4678 \end_layout
4679 \begin_layout Description
4680 Action Display and switch to the given buffer.
4681 \end_layout
4682 \begin_layout Description
4683 Syntax buffer-switch <BUFFER>
4684 \end_layout
4685 \begin_layout Description
4686 Params <BUFFER>: path and filename of already opened (but possibly hidden) document which is to be shown.
4687 \end_layout
4688
4689 \begin_layout Subsection*
4690 buffer-toggle-compression
4691 \end_layout
4692 \begin_layout Description
4693 Action Toggles compression of the current document on/off.
4694 \end_layout
4695 \begin_layout Description
4696 Syntax buffer-toggle-compression
4697 \end_layout
4698 \begin_layout Description
4699 Origin bpeng, 27 Apr 2006
4700 \end_layout
4701
4702 \begin_layout Subsection*
4703 buffer-toggle-read-only
4704 \end_layout
4705 \begin_layout Description
4706 Action Toggle editing mode of the current document between read/write and read-only.
4707 \end_layout
4708 \begin_layout Description
4709 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.
4710 \end_layout
4711 \begin_layout Description
4712 Syntax buffer-toggle-read-only
4713 \end_layout
4714 \begin_layout Description
4715 Origin Lgb, 27 May 1997
4716 \end_layout
4717
4718 \begin_layout Subsection*
4719 buffer-update
4720 \end_layout
4721 \begin_layout Description
4722 Action Exports the current document and put the result into the temporary directory.
4723 \end_layout
4724 \begin_layout Description
4725 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).
4726 \end_layout
4727 \begin_layout Description
4728 Syntax buffer-update [<FORMAT>]
4729 \end_layout
4730 \begin_layout Description
4731 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.
4732 \end_layout
4733 \begin_layout Description
4734 Origin Dekel, 5 Aug 2000
4735 \end_layout
4736
4737 \begin_layout Subsection*
4738 buffer-view
4739 \end_layout
4740 \begin_layout Description
4741 Action Displays current buffer in chosen format.
4742 \end_layout
4743 \begin_layout Description
4744 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.
4745 \end_layout
4746 \begin_layout Description
4747 Syntax buffer-view [<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
4753 \begin_layout Subsection*
4754 buffer-write
4755 \end_layout
4756 \begin_layout Description
4757 Action Saves the current buffer.
4758 \end_layout
4759 \begin_layout Description
4760 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.
4761 \end_layout
4762 \begin_layout Description
4763 Syntax buffer-write
4764 \end_layout
4765
4766 \begin_layout Subsection*
4767 buffer-write-all
4768 \end_layout
4769 \begin_layout Description
4770 Action Save all changed documents.
4771 \end_layout
4772 \begin_layout Description
4773 Syntax buffer-write-all
4774 \end_layout
4775 \begin_layout Description
4776 Origin rgh, gpothier 6 Aug 2007
4777 \end_layout
4778
4779 \begin_layout Subsection*
4780 buffer-write-as
4781 \end_layout
4782 \begin_layout Description
4783 Action Rename and save current buffer.
4784 \end_layout
4785 \begin_layout Description
4786 Syntax buffer-write-as <FILENAME>
4787 \end_layout
4788 \begin_layout Description
4789 Params <FILENAME>: New name of the buffer/file. A relative path is with respect to the original location of the buffer/file.
4790 \end_layout
4791
4792 \begin_layout Subsection*
4793 buffer-zoom-in
4794 \end_layout
4795 \begin_layout Description
4796 Action Increases the zoom of the screen fonts.
4797 \end_layout
4798 \begin_layout Description
4799 Syntax buffer-zoom-in [<ZOOM>]
4800 \end_layout
4801 \begin_layout Description
4802 Params <ZOOM>: The zoom in %, the default is 20.
4803 \end_layout
4804 \begin_layout Description
4805 Origin vfr, 30 Mar 2009
4806 \end_layout
4807
4808 \begin_layout Subsection*
4809 buffer-zoom-out
4810 \end_layout
4811 \begin_layout Description
4812 Action Decreases the zoom of the screen fonts.
4813 \end_layout
4814 \begin_layout Description
4815 Syntax buffer-zoom-out [<ZOOM>]
4816 \end_layout
4817 \begin_layout Description
4818 Params <ZOOM>: The zoom in %, the default is 20.
4819 \end_layout
4820 \begin_layout Description
4821 Origin vfr, 30 Mar 2009
4822 \end_layout
4823
4824 \begin_layout Subsection*
4825 build-program
4826 \end_layout
4827 \begin_layout Description
4828 Action Generates the code (literate programming).
4829 \end_layout
4830 \begin_layout Description
4831 Notion Latex file with extension 
4832 \backslash
4833 literate_extension is generated. Then LyX invokes 
4834 \backslash
4835 build_command (with a default of ``make'') to generate the code and 
4836 \backslash
4837 build_error_filter to process the compilation error messages.
4838 \begin_inset Newline newline
4839 \end_inset
4840
4841 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:
4842 \begin_inset Newline newline
4843 \end_inset
4844
4845
4846 \backslash
4847 build_command "my_script my_arguments"
4848 \begin_inset Newline newline
4849 \end_inset
4850
4851 The 
4852 \backslash
4853 build_error_filter differs from the 
4854 \backslash
4855 literate_error_filter only in that the former will identify error messages from your compiler.
4856 \end_layout
4857 \begin_layout Description
4858 Syntax build-program
4859 \end_layout
4860
4861 \begin_layout Subsection*
4862 file-open
4863 \end_layout
4864 \begin_layout Description
4865 Action Open LyX document.
4866 \end_layout
4867 \begin_layout Description
4868 Syntax file-open [<FILE>]
4869 \end_layout
4870 \begin_layout Description
4871 Params <FILE>: Filename to be opened.
4872 \end_layout
4873
4874 \begin_layout Subsection*
4875 help-open
4876 \end_layout
4877 \begin_layout Description
4878 Action Open the given help file according to the language setting.
4879 \end_layout
4880 \begin_layout Description
4881 Syntax help-open <FILE>[.lyx]
4882 \end_layout
4883 \begin_layout Description
4884 Params <FILE>: any document from (/usr/share/)doc directory.
4885 \end_layout
4886 \begin_layout Description
4887 Origin Jug, 27 Jun 1999
4888 \end_layout
4889
4890 \begin_layout Subsection*
4891 lyx-quit
4892 \end_layout
4893 \begin_layout Description
4894 Action Terminates the current LyX instance.
4895 \end_layout
4896 \begin_layout Description
4897 Notion Terminates the current LyX instance, asking whether to save modified documents, etc.
4898 \end_layout
4899 \begin_layout Description
4900 Syntax lyx-quit
4901 \end_layout
4902
4903 \begin_layout Subsection*
4904 master-buffer-update
4905 \end_layout
4906 \begin_layout Description
4907 Action Update (export) the document built from the master buffer, if the current buffer is part of a master/child document.
4908 \end_layout
4909 \begin_layout Description
4910 Syntax master-buffer-update [<FORMAT>]
4911 \end_layout
4912 \begin_layout Description
4913 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.
4914 \end_layout
4915 \begin_layout Description
4916 Origin Tommaso, 20 Sep 2007
4917 \end_layout
4918
4919 \begin_layout Subsection*
4920 master-buffer-view
4921 \end_layout
4922 \begin_layout Description
4923 Action Show a preview built from the master buffer, if available. if the current buffer is part of a master/child document.
4924 \end_layout
4925 \begin_layout Description
4926 Syntax master-buffer-view [<FORMAT>]
4927 \end_layout
4928 \begin_layout Description
4929 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.
4930 \end_layout
4931 \begin_layout Description
4932 Origin Tommaso, 20 Sep 2007
4933 \end_layout
4934
4935 \begin_layout Subsection*
4936 menu-open
4937 \end_layout
4938 \begin_layout Description
4939 Action Opens the menu given by its name.
4940 \end_layout
4941 \begin_layout Description
4942 Syntax menu-open <NAME>
4943 \end_layout
4944 \begin_layout Description
4945 Params <NAME>: menu name. See various .inc files in lib/ui for candidates.
4946 \end_layout
4947
4948 \begin_layout Subsection*
4949 tab-group-close
4950 \end_layout
4951 \begin_layout Description
4952 Action Close the current tab group.
4953 \end_layout
4954 \begin_layout Description
4955 Notion This only closes the work areas, not the buffers themselves. The still opened buffers can be visualized in another tab group.
4956 \end_layout
4957 \begin_layout Description
4958 Syntax tab-group-close
4959 \end_layout
4960 \begin_layout Description
4961 Origin Abdel, 21 Feb 2008
4962 \end_layout
4963
4964 \begin_layout Subsection*
4965 toolbar-toggle
4966 \end_layout
4967 \begin_layout Description
4968 Action Toggles visibility of a given toolbar between on/off/auto.
4969 \end_layout
4970 \begin_layout Description
4971 Notion Skipping "auto" when allowauto is false.
4972 \end_layout
4973 \begin_layout Description
4974 Syntax toolbar-toggle <NAME> [allowauto]
4975 \end_layout
4976 \begin_layout Description
4977 Params <NAME>: standard|extra|table|math|mathmacrotemplate|
4978 \begin_inset Newline newline
4979 \end_inset
4980
4981 minibuffer|review|view/update|math_panels|vcs| view-others|update-others
4982 \end_layout
4983 \begin_layout Description
4984 Origin Edwin, 21 May 2007
4985 \end_layout
4986
4987 \begin_layout Subsection*
4988 ui-toggle
4989 \end_layout
4990 \begin_layout Description
4991 Action Various UI visibility-toggling actions.
4992 \end_layout
4993 \begin_layout Description
4994 Syntax ui-toggle <statusbar|menubar|scrollbar|frame|fullscreen>
4995 \end_layout
4996 \begin_layout Description
4997 Params statusbar  : Toggle visibility of the statusbar.
4998 \begin_inset Newline newline
4999 \end_inset
5000
5001 menubar    : Toggle visibility of the menubar.
5002 \begin_inset Newline newline
5003 \end_inset
5004
5005 scrollbar  : Toggle visibility of the scrollbar.
5006 \begin_inset Newline newline
5007 \end_inset
5008
5009 frame      : Toggle visibility of the frames around editing window.
5010 \begin_inset Newline newline
5011 \end_inset
5012
5013 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.
5014 \end_layout
5015 \begin_layout Description
5016 Origin sanda, 9 Feb 2007
5017 \end_layout
5018
5019 \begin_layout Subsection*
5020 view-close
5021 \end_layout
5022 \begin_layout Description
5023 Action Close the current document work area.
5024 \end_layout
5025 \begin_layout Description
5026 Notion Close the current work area. If no other work areas are showing the buffer, then close the associated buffer as well.
5027 \end_layout
5028 \begin_layout Description
5029 Syntax view-close
5030 \end_layout
5031 \begin_layout Description
5032 Origin Tommaso, 15 Sep 2012
5033 \end_layout
5034
5035 \begin_layout Subsection*
5036 view-split
5037 \end_layout
5038 \begin_layout Description
5039 Action Creates another split view of current buffer.
5040 \end_layout
5041 \begin_layout Description
5042 Notion All split views act in the same way independently.
5043 \end_layout
5044 \begin_layout Description
5045 Syntax view-split <vertical|horizontal>
5046 \end_layout
5047 \begin_layout Description
5048 Params horizontal : The work areas are laid out side by side.
5049 \begin_inset Newline newline
5050 \end_inset
5051
5052 vertical   : The work areas laid out vertically.
5053 \end_layout
5054 \begin_layout Description
5055 Origin Abdel, 20 Feb 2008
5056 \end_layout
5057
5058 \begin_layout Subsection*
5059 window-close
5060 \end_layout
5061 \begin_layout Description
5062 Action Closes the current LyX window.
5063 \end_layout
5064 \begin_layout Description
5065 Syntax window-close
5066 \end_layout
5067 \begin_layout Description
5068 Origin Abdel, 23 Oct 2006
5069 \end_layout
5070
5071 \begin_layout Subsection*
5072 window-new
5073 \end_layout
5074 \begin_layout Description
5075 Action Creates new empty LyX window.
5076 \end_layout
5077 \begin_layout Description
5078 Notion Already opened documents from the previous window can be found under View menu.
5079 \end_layout
5080 \begin_layout Description
5081 Syntax window-new [<GEOMETRY>]
5082 \end_layout
5083 \begin_layout Description
5084 Params <GEOMETRY>: pass the geometry of the window. This parameter is currently accepted only on Windows platform.
5085 \end_layout
5086 \begin_layout Description
5087 Origin Abdel, 21 Oct 2006
5088 \end_layout
5089
5090 \begin_layout Section
5091 System Functions (Preferences, LyX Server etc.)
5092 \end_layout
5093 \begin_layout Subsection*
5094 buffer-toggle-output-sync
5095 \end_layout
5096 \begin_layout Description
5097 Action Toggles including of resources for forward/reverse search of the given document.
5098 \end_layout
5099 \begin_layout Description
5100 Notion When toggled on, SyncTeX is invoked for PDF, while srcltx package is used for DVI. Custom LaTeX macro can be defined in preferences.
5101 \end_layout
5102 \begin_layout Description
5103 Syntax buffer-toggle-output-sync
5104 \end_layout
5105 \begin_layout Description
5106 Origin sanda, 25 May 2010
5107 \end_layout
5108
5109 \begin_layout Subsection*
5110 call
5111 \end_layout
5112 \begin_layout Description
5113 Action Executes a command defined in a .def file.
5114 \end_layout
5115 \begin_layout Description
5116 Notion The definitions are by default read from lib/commands/default.def.
5117 \begin_inset Newline newline
5118 \end_inset
5119
5120 A .def file allows to define a command with 
5121 \backslash
5122 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). 
5123 \backslash
5124 def_file "FileName" allows to include another .def file.
5125 \begin_inset Newline newline
5126 \end_inset
5127
5128 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.
5129 \end_layout
5130 \begin_layout Description
5131 Syntax call <NAME>
5132 \end_layout
5133 \begin_layout Description
5134 Params <NAME>: Name of the command that must be called.
5135 \end_layout
5136 \begin_layout Description
5137 Origin broider, 2 Oct 2007
5138 \end_layout
5139
5140 \begin_layout Subsection*
5141 cancel
5142 \end_layout
5143 \begin_layout Description
5144 Action Cancels sequence prepared by LFUN_META_PREFIX .
5145 \end_layout
5146 \begin_layout Description
5147 Syntax cancel
5148 \end_layout
5149
5150 \begin_layout Subsection*
5151 command-alternatives
5152 \end_layout
5153 \begin_layout Description
5154 Action Runs the first listed command that is enabled.
5155 \end_layout
5156 \begin_layout Description
5157 Notion This can be used to bind multiple functions to a single key, and then which one is used will depend upon the context.
5158 \end_layout
5159 \begin_layout Description
5160 Syntax command-alternatives <CMDS>
5161 \end_layout
5162 \begin_layout Description
5163 Params <CMDS>: Sequence of commands separated by semicolons.
5164 \end_layout
5165 \begin_layout Description
5166 Sample command-alternatives completion-accept;cell-forward
5167 \end_layout
5168 \begin_layout Description
5169 Origin rgh, 24 September 2008
5170 \end_layout
5171
5172 \begin_layout Subsection*
5173 command-sequence
5174 \end_layout
5175 \begin_layout Description
5176 Action Run more commands (LFUN and its parameters) in a sequence.
5177 \end_layout
5178 \begin_layout Description
5179 Syntax command-sequence <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-sequence cut; ert-insert; self-insert 
5186 \backslash
5187 ; paste; self-insert {}; inset-toggle;
5188 \end_layout
5189 \begin_layout Description
5190 Origin Andre, 11 Nov 1999
5191 \end_layout
5192
5193 \begin_layout Subsection*
5194 cursor-follows-scrollbar-toggle
5195 \end_layout
5196 \begin_layout Description
5197 Action Determine whether to keep cursor inside the editing window regardless of the scrollbar movement.
5198 \end_layout
5199 \begin_layout Description
5200 Syntax toggle-cursor-follows-scrollbar
5201 \end_layout
5202 \begin_layout Description
5203 Origin ARRae, 2 Dec 1997
5204 \end_layout
5205
5206 \begin_layout Subsection*
5207 debug-level-set
5208 \end_layout
5209 \begin_layout Description
5210 Action Set debug output level.
5211 \end_layout
5212 \begin_layout Description
5213 Syntax debug-level-set <LEVEL>
5214 \end_layout
5215 \begin_layout Description
5216 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.
5217 \end_layout
5218 \begin_layout Description
5219 Origin sanda, 28 Dec 2009
5220 \end_layout
5221
5222 \begin_layout Subsection*
5223 forward-search
5224 \end_layout
5225 \begin_layout Description
5226 Action Sets the cursor position in the previewed (dvi/pdf) file based on the row number in LyX window.
5227 \end_layout
5228 \begin_layout Description
5229 Notion The external program used for forward search call can be specified in LyX Output preferences. See Additional manual for details of these                settings.
5230 \end_layout
5231 \begin_layout Description
5232 Syntax forward-search
5233 \end_layout
5234 \begin_layout Description
5235 Origin sanda, 14 Apr 2010
5236 \end_layout
5237
5238 \begin_layout Subsection*
5239 lyxrc-apply
5240 \end_layout
5241 \begin_layout Description
5242 Action Apply the given settings to user preferences.
5243 \end_layout
5244 \begin_layout Description
5245 Syntax lyxrc-apply <SETTINGS>
5246 \end_layout
5247 \begin_layout Description
5248 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.
5249 \end_layout
5250
5251 \begin_layout Subsection*
5252 message
5253 \end_layout
5254 \begin_layout Description
5255 Action Shows message in statusbar (for script purposes).
5256 \end_layout
5257 \begin_layout Description
5258 Syntax message <STRING>
5259 \end_layout
5260 \begin_layout Description
5261 Origin Lgb, 8 Apr 2001
5262 \end_layout
5263
5264 \begin_layout Subsection*
5265 meta-prefix
5266 \end_layout
5267 \begin_layout Description
5268 Action Simulate halting Meta key (Alt key on PCs).
5269 \end_layout
5270 \begin_layout Description
5271 Notion Used for buffer edition not for GUI control.
5272 \end_layout
5273 \begin_layout Description
5274 Syntax meta-prefix
5275 \end_layout
5276
5277 \begin_layout Subsection*
5278 preferences-save
5279 \end_layout
5280 \begin_layout Description
5281 Action Save user preferences.
5282 \end_layout
5283 \begin_layout Description
5284 Syntax preferences-save
5285 \end_layout
5286 \begin_layout Description
5287 Origin Lgb, 27 Nov 1999
5288 \end_layout
5289
5290 \begin_layout Subsection*
5291 reconfigure
5292 \end_layout
5293 \begin_layout Description
5294 Action Reconfigure the automatic settings.
5295 \end_layout
5296 \begin_layout Description
5297 Syntax reconfigure
5298 \end_layout
5299 \begin_layout Description
5300 Origin Asger, 14 Feb 1997
5301 \end_layout
5302
5303 \begin_layout Subsection*
5304 server-get-filename
5305 \end_layout
5306 \begin_layout Description
5307 Action Returns path and file name of the currently edited document.
5308 \end_layout
5309 \begin_layout Description
5310 Syntax server-get-filename
5311 \end_layout
5312
5313 \begin_layout Subsection*
5314 server-get-layout
5315 \end_layout
5316 \begin_layout Description
5317 Action Returns the current layout (that is environment) name on the cursor position.
5318 \end_layout
5319 \begin_layout Description
5320 Syntax server-get-layout
5321 \end_layout
5322
5323 \begin_layout Subsection*
5324 server-get-xy
5325 \end_layout
5326 \begin_layout Description
5327 Action Returns the coordinates of cursor position in the editing area.
5328 \end_layout
5329 \begin_layout Description
5330 Syntax server-get-xy
5331 \end_layout
5332
5333 \begin_layout Subsection*
5334 server-goto-file-row
5335 \end_layout
5336 \begin_layout Description
5337 Action Sets the cursor position in LyX based on the row number of generated TeX file.
5338 \end_layout
5339 \begin_layout Description
5340 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).
5341 \end_layout
5342 \begin_layout Description
5343 Syntax server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
5344 \end_layout
5345 \begin_layout Description
5346 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.
5347 \begin_inset Newline newline
5348 \end_inset
5349
5350 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).
5351 \begin_inset Newline newline
5352 \end_inset
5353
5354 .ext: extensions will be automatically replaced by .lyx.
5355 \begin_inset Newline newline
5356 \end_inset
5357
5358 <ROW_NUMBER> The row number of the LaTeX file to which to go.
5359 \end_layout
5360 \begin_layout Description
5361 Sample server-goto-file-row /home/user/example.lyx 41
5362 \begin_inset Newline newline
5363 \end_inset
5364
5365 server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41
5366 \end_layout
5367 \begin_layout Description
5368 Origin Edmar, 23 Dec 1998
5369 \end_layout
5370
5371 \begin_layout Subsection*
5372 server-notify
5373 \end_layout
5374 \begin_layout Description
5375 Action Sends notify message about the last key-sequence to client.
5376 \end_layout
5377 \begin_layout Description
5378 Notion This can be used to grab last key-sequence used inside the LyX window. See also Debug extensions section in Additional features manual.
5379 \end_layout
5380 \begin_layout Description
5381 Syntax server-notify
5382 \end_layout
5383
5384 \begin_layout Subsection*
5385 server-set-xy
5386 \end_layout
5387 \begin_layout Description
5388 Action Sets the cursor position based on the editing area coordinates (similar to clicking on that point with left mouse button).
5389 \end_layout
5390 \begin_layout Description
5391 Syntax server-set-xy <X> <Y>
5392 \end_layout
5393
5394 \begin_layout Subsection*
5395 set-color
5396 \end_layout
5397 \begin_layout Description
5398 Action Set the given LyX color to the color defined by the X11 name given.
5399 \end_layout
5400 \begin_layout Description
5401 Notion A new color entry is created if the color is unknown. Color names can be stored as a part of user settings.
5402 \end_layout
5403 \begin_layout Description
5404 Syntax set-color <LYX_NAME> <X11_NAME>
5405 \end_layout
5406 \begin_layout Description
5407 Origin SLior, 11 Jun 2000
5408 \end_layout
5409
5410 \begin_layout Subsection*
5411 statistics
5412 \end_layout
5413 \begin_layout Description
5414 Action Count the statistics (number of words and characters) in the document or in the given selection.
5415 \end_layout
5416 \begin_layout Description
5417 Notion Note that this function gives the number of words/chars written, not the number of characters which will be typeset.
5418 \end_layout
5419 \begin_layout Description
5420 Syntax statistics
5421 \end_layout
5422 \begin_layout Description
5423 Origin lasgouttes, Jan 27 2004; sanda, Jan 8 2008
5424 \end_layout
5425
5426 \begin_layout Subsection*
5427 vc-check-in
5428 \end_layout
5429 \begin_layout Description
5430 Action Checks-in/commits the changes of the registered file to the repository.
5431 \end_layout
5432 \begin_layout Description
5433 Notion In RCS case this also unlocks the file.
5434 \end_layout
5435 \begin_layout Description
5436 Syntax vc-check-in
5437 \end_layout
5438 \begin_layout Description
5439 Origin Lgb, 1 Jul 1997
5440 \end_layout
5441
5442 \begin_layout Subsection*
5443 vc-check-out
5444 \end_layout
5445 \begin_layout Description
5446 Action Checks-out the document for edit (and locks it in some cases).
5447 \end_layout
5448 \begin_layout Description
5449 Syntax vc-check-out
5450 \end_layout
5451 \begin_layout Description
5452 Origin Lgb, 1 Jul 1997
5453 \end_layout
5454
5455 \begin_layout Subsection*
5456 vc-command
5457 \end_layout
5458 \begin_layout Description
5459 Action Executes external command. This command is intended to support additional VCS commands.
5460 \end_layout
5461 \begin_layout Description
5462 Syntax vc-command <FLAG> <PATH> <COMMAND>
5463 \end_layout
5464 \begin_layout Description
5465 Params  <FLAG>: Flags for the command can be combined together.
5466 \begin_inset Newline newline
5467 \end_inset
5468
5469 U - dUmmy - no flags
5470 \begin_inset Newline newline
5471 \end_inset
5472
5473 D - Doc - need document loaded to proceed
5474 \begin_inset Newline newline
5475 \end_inset
5476
5477 I - dIrty - mark document dirty
5478 \begin_inset Newline newline
5479 \end_inset
5480
5481 R - Reload - ensure that the document is saved and reload it after command execution
5482 \begin_inset Newline newline
5483 \end_inset
5484
5485 M - Message - ask for input string (commit message)
5486 \begin_inset Newline newline
5487 \end_inset
5488
5489 <PATH>: path where to start. $$p will be replaced by the current document path.
5490 \begin_inset Newline newline
5491 \end_inset
5492
5493 <COMMAND>: command to execute. $$i/$$p/$$m will be replaced by the current document(with absolute path)/path/message.
5494 \end_layout
5495 \begin_layout Description
5496 Sample vc-command DR $$p "svn up"
5497 \end_layout
5498 \begin_layout Description
5499 Origin sanda, 13 Jan 2009
5500 \end_layout
5501
5502 \begin_layout Subsection*
5503 vc-compare
5504 \end_layout
5505 \begin_layout Description
5506 Action Compares two revisions of the same file under version control.
5507 \end_layout
5508 \begin_layout Description
5509 Syntax vc-compare [<REV1>] [<REV2>]
5510 \end_layout
5511 \begin_layout Description
5512 Params Revision number either points directly to commit in history or if negative number -x it points to (last commit - x).
5513 \begin_inset Newline newline
5514 \end_inset
5515
5516                In RCS we subtract only in the last number of revision specification. Special case "0" is reserved for the last committed revision.
5517 \begin_inset Newline newline
5518 \end_inset
5519
5520 <REV1>: Older file.
5521 \begin_inset Newline newline
5522 \end_inset
5523
5524                <REV2>: Newer file. Used only if REV1 > 0.
5525 \begin_inset Newline newline
5526 \end_inset
5527
5528 If no parameter is given, interactive dialog will be shown.
5529 \end_layout
5530 \begin_layout Description
5531 Sample Compare current document against last commit
5532 \begin_inset Newline newline
5533 \end_inset
5534
5535                vc-compare 0
5536 \begin_inset Newline newline
5537 \end_inset
5538
5539 Compare current document against current revision - 5 commits
5540 \begin_inset Newline newline
5541 \end_inset
5542
5543                vc-compare -5
5544 \begin_inset Newline newline
5545 \end_inset
5546
5547 Compare revisions 120 and 155
5548 \begin_inset Newline newline
5549 \end_inset
5550
5551                vc-compare 120 155
5552 \end_layout
5553 \begin_layout Description
5554 Origin sanda, 12 Feb 2010
5555 \end_layout
5556
5557 \begin_layout Subsection*
5558 vc-copy
5559 \end_layout
5560 \begin_layout Description
5561 Action Copies the document to another name.
5562 \end_layout
5563 \begin_layout Description
5564 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.
5565 \end_layout
5566 \begin_layout Description
5567 Syntax vc-copy <FILENAME>
5568 \end_layout
5569 \begin_layout Description
5570 Params <FILENAME>: New name of the document.
5571 \begin_inset Newline newline
5572 \end_inset
5573
5574 A file dialog is opened if no filename is given.
5575 \end_layout
5576 \begin_layout Description
5577 Origin gb, 05 Feb 2013
5578 \end_layout
5579
5580 \begin_layout Subsection*
5581 vc-locking-toggle
5582 \end_layout
5583 \begin_layout Description
5584 Action Toggles the locking property of the edited file.
5585 \end_layout
5586 \begin_layout Description
5587 Notion This is currently implemented only for SVN.
5588 \end_layout
5589 \begin_layout Description
5590 Syntax vc-locking-toggle
5591 \end_layout
5592 \begin_layout Description
5593 Origin sanda, 25 Jun 2009
5594 \end_layout
5595
5596 \begin_layout Subsection*
5597 vc-register
5598 \end_layout
5599 \begin_layout Description
5600 Action Register the document as an file inside version control system.
5601 \end_layout
5602 \begin_layout Description
5603 Notion File is registered inside cvs, svn or rcs repository acording to the existence of cvs/svn/rcs entries in the document's directory.
5604 \begin_inset Newline newline
5605 \end_inset
5606
5607 See LyX Additional Features Manual (Version Control Chapter) for additional information.
5608 \end_layout
5609 \begin_layout Description
5610 Syntax vc-register
5611 \end_layout
5612 \begin_layout Description
5613 Origin Lgb, 1 Jul 1997
5614 \end_layout
5615
5616 \begin_layout Subsection*
5617 vc-rename
5618 \end_layout
5619 \begin_layout Description
5620 Action Renames the document to another name.
5621 \end_layout
5622 \begin_layout Description
5623 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.
5624 \end_layout
5625 \begin_layout Description
5626 Syntax vc-rename <FILENAME>
5627 \end_layout
5628 \begin_layout Description
5629 Params <FILENAME>: New name of the document.
5630 \begin_inset Newline newline
5631 \end_inset
5632
5633 A file dialog is opened if no filename is given.
5634 \end_layout
5635 \begin_layout Description
5636 Origin gb, 05 Feb 2013
5637 \end_layout
5638
5639 \begin_layout Subsection*
5640 vc-repo-update
5641 \end_layout
5642 \begin_layout Description
5643 Action Update the local archive directory in which resides the current document with the remote repository.
5644 \end_layout
5645 \begin_layout Description
5646 Syntax vc-repo-update
5647 \end_layout
5648 \begin_layout Description
5649 Origin sanda, 16 Oct 2009
5650 \end_layout
5651
5652 \begin_layout Subsection*
5653 vc-revert
5654 \end_layout
5655 \begin_layout Description
5656 Action Reverts the document to the last check-in/commit in VCS.
5657 \end_layout
5658 \begin_layout Description
5659 Syntax vc-revert
5660 \end_layout
5661 \begin_layout Description
5662 Origin Lgb, 1 Jul 1997
5663 \end_layout
5664
5665 \begin_layout Subsection*
5666 vc-undo-last
5667 \end_layout
5668 \begin_layout Description
5669 Action Undo last check-in.
5670 \end_layout
5671 \begin_layout Description
5672 Notion This is currently implemented only for RCS.
5673 \end_layout
5674 \begin_layout Description
5675 Syntax vc-check-out
5676 \end_layout
5677 \begin_layout Description
5678 Origin Lgb, 1 Jul 1997
5679 \end_layout
5680
5681 \begin_layout Section
5682 Hidden Functions (not listed for configuration)
5683 \end_layout
5684 \begin_layout Subsection*
5685 command-prefix
5686 \end_layout
5687 \begin_layout Description
5688 Action Return the current key sequence and available options as a string.
5689 \end_layout
5690 \begin_layout Description
5691 Notion No options are added if no current map exists.
5692 \begin_inset Newline newline
5693 \end_inset
5694
5695 This is probably usable only with connection to lyxserver.
5696 \end_layout
5697 \begin_layout Description
5698 Syntax command-prefix
5699 \end_layout
5700
5701 \begin_layout Subsection*
5702 self-insert
5703 \end_layout
5704 \begin_layout Description
5705 Action Inserts the given string (accordingly to the correct keymap).
5706 \end_layout
5707 \begin_layout Description
5708 Notion Automatically replace the currently selected text. Depends on lyxrc settings "auto_region_delete".
5709 \end_layout
5710 \begin_layout Description
5711 Syntax self-insert <STRING>
5712 \end_layout
5713
5714 \end_body
5715 \end_document