Lines Matching +refs:inhibit +refs:completion

24 * Completion::                  Input LaTeX commands with completion
25 * Local dictionaries:: Directory dependent completion
73 * Learning unknown/new LaTeX commands for the next completion
85 macro with completion
86 * Allow you to forget creating \label{}s, \ref{} or \cite{} completion
358 can be inserted via feeding `.dot' into environment completion by
462 kinds of completion type, begin-type, section-type, large-type, etc...
466 * Begin-type completion::
467 * Section-type completion::
469 * Large-type completion::
470 * Maketitle-type completion::
471 * Arbitrary completion::
472 * End completion::
473 * Accent completion::
474 * Image completion::
475 * Greek letters completion::
480 File: yatexe, Node: Begin-type completion, Next: Section-type completion, Prev: Completion, Up: Com…
482 Begin-type completion
485 "Begin-type completion" completes commands of `\begin{env}' ...
490 ... start begin-type completion
534 ... begin-type completion
540 by typing `[prefix] b'. Put the wishing environment with completion in
543 the YaTeX completion table, it will be registered in the user completion
544 table. YaTeX automatically saves the user completion table in the user
547 At the completion of certain environments, the expected initial entry will
552 into environment, invoke the begin-type completion right after region
557 temporarily. Then, type call begin-type completion to enclose text into a
563 File: yatexe, Node: Section-type completion, Next: Label Generation, Prev: Begin-type completion, U…
565 Section-type completion
568 "Section-type completion" completes section-type commands which take an
570 completion, type
573 ... section-type completion
610 invoke section-type completion with universal argument as,
623 completion, you had better tell the number of arguments to YaTeX at the
624 first completion of the new word. But you can change the number of
625 arguments by calling the completion with different universal argument
629 Invoking section-type completion with `[Prefix] S' (Capital `S')
632 The section/large/maketitle type completion can work at the prompt for
633 the argument of other section-type completion. Nested LaTeX commands are
634 efficiently read with the recursive completion by typing YaTeX's
635 completion key sequence in the minibuffer.
643 File: yatexe, Node: view-sectioning, Prev: Section-type completion, Up: Section-type completion
648 In the minibuffer at the prompt of section-type command completion,
686 File: yatexe, Node: Label Generation, Next: Large-type completion, Prev: Section-type completion, U…
722 File: yatexe, Node: Large-type completion, Next: Maketitle-type completion, Prev: Label Generation,…
724 Large-type completion
727 "Large-type completion" inputs the font or size changing descriptions
731 ... large-type completion
739 completion table.
741 Region-based completion is also invoked by calling completion after
746 File: yatexe, Node: Maketitle-type completion, Next: Arbitrary completion, Prev: Large-type complet…
748 Maketitle-type completion
751 We call it "maketitle-type completion" which completes commands such as
756 ... maketitle-type completion
758 begins maketitle-completion. Above mentioned method is true for
759 maketitle-completion, and there are LaTeX commands with no arguments in
760 completion table.
764 File: yatexe, Node: Arbitrary completion, Next: End completion, Prev: Maketitle-type completion, Up…
766 Arbitrary completion
773 ... arbitrary completion
779 File: yatexe, Node: End completion, Next: Accent completion, Prev: Arbitrary completion, Up: Comple…
781 End completion
786 environment with begin-type completion, some may begin an environment
790 ... `end' completion
796 File: yatexe, Node: Accent completion, Next: Image completion, Prev: End completion, Up: Completion
798 Accent completion
804 ... accent completion
824 File: yatexe, Node: Image completion, Next: Greek letters completion, Prev: Accent completion, Up: …
826 Image completion of mathematical sign
831 symbols graphically. This completion only works in the math environment.
851 In any case, you can quit from image completion and can move to the next
855 `TAB' in the midst of image completion shows all of the LaTeX
860 To know all of the completion table, type `TAB' just after `;'. And
870 You can define your favorite key-vs-sequence completion table in the
876 File: yatexe, Node: Greek letters completion, Next: Inserting parentheses, Prev: Image completion, …
878 Greek letters completion
881 Math-mode of YaTeX provides another image completion, Greek letters
882 completion in the same method. After prefix `:', typing `a' makes
894 File: yatexe, Node: Inserting parentheses, Prev: Greek letters completion, Up: Completion
911 Tables for completion consist of three dictionaries; `standard
915 When you input the command unknown to YaTeX at a completion in the
993 * Jumping to last completion position::
1082 File: yatexe, Node: Jumping around the environment, Next: Jumping to last completion position, Prev…
1098 File: yatexe, Node: Jumping to last completion position, Prev: Jumping around the environment, Up: …
1100 Jumping to last completion position
1103 YaTeX always memorize the position of completion into register `3'. So
1144 completion
1147 suitable reading function sometimes with completion. Note: If you want to
1305 At the end of begin-type completion of tabular[*], array, itemize,
1312 environment in the next line. (At the begin-type completion, this
1352 completion, and it requires some LaTeX2e package, YaTeX examines the
1356 To activate the package completion for your favarite package, set the
1521 You can change the key assignments or make completion more comfortable
1528 user reserved sequence in Emacs world, set `YaTeX-inhibit-prefix-letter'
1566 -- Variable: YaTeX-inhibit-prefix-letter
1572 -- Variable: YaTeX-user-completion-table
1573 Name of user dictionary where learned completion table will be
1669 -- Variable: YaTeX-fill-inhibit-environments
1685 User defined alist, math-mode-prefix vs completion alist used in
1686 image completion (`nil'). See `yatexmth.el' for the information
1687 about how to define a completion alist.
1779 completion. If required `usepackage' is not found, YaTeX also
1845 YaTeX-user-completion-table "~/src/emacs/yatexrc"
1887 completion according to LaTeX environments or commands.
2097 YaTeX:check-completion-type
2101 Check the current completion type is specified one and cause error
2102 if not. The variable `YaTeX-current-completion-type' holds the symbol
2103 according to the current completion type.
2188 This asks that "Which type is the completion style of 1st argument?".
2189 Here are the possible completion style.
2194 read with completion
2207 EPS file, the completion style is `Position', and the possible characters
2214 (B) is coordinate. So its completion style is coOrd. We want a prompt
2215 meaning "Maximum size" when completion.
2243 Then the generator asks the completion style and prompt for completion.
2249 The second argument is one of selected symbol. So the completion type
2269 The last argument is the caption string for which any completion is
2293 The standard completion tables provided in `yatex.el' contain a few
2296 too many hits. Therefore always try to use completion in order to enrich
2350 Node: Begin-type completion15833
2351 Node: Section-type completion18687
2354 Node: Large-type completion23582
2355 Node: Maketitle-type completion24228
2356 Node: Arbitrary completion24780
2357 Node: End completion25170
2358 Node: Accent completion25640
2359 Node: Image completion26257
2360 Node: Greek letters completion28512
2369 Node: Jumping to last completion position35889