• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/textmodes/

Lines Matching +defs:table +defs:string

76     (rotating    "Sidewaysfigure and table"
114 ("table" ?t "tab:" "~\\ref{%s}" caption
116 ("table*" ?t nil nil caption)
246 (defgroup reftex-table-of-contents-browser nil
247 "A multifile table of contents browser."
254 :group 'reftex-table-of-contents-browser
255 :type '(repeat string))
261 :group 'reftex-table-of-contents-browser
290 :group 'reftex-table-of-contents-browser
293 (cons (string :tag "sectioning macro" "")
303 :group 'reftex-table-of-contents-browser
312 :group 'reftex-table-of-contents-browser
333 :group 'reftex-table-of-contents-browser
341 :group 'reftex-table-of-contents-browser
347 :group 'reftex-table-of-contents-browser
358 :group 'reftex-table-of-contents-browser
364 :group 'reftex-table-of-contents-browser
370 :group 'reftex-table-of-contents-browser
376 :group 'reftex-table-of-contents-browser
384 :group 'reftex-table-of-contents-browser
394 :group 'reftex-table-of-contents-browser
401 :group 'reftex-table-of-contents-browser
407 :group 'reftex-table-of-contents-browser
413 :group 'reftex-table-of-contents-browser
469 Name of the environment (like \"table\") or macro (like \"\\\\myfig\").
500 Label prefix string, like \"tab:\".
501 The prefix is a short string used as the start of a label. It may be the
502 empty string. The prefix may contain the following `%' escapes:
513 Format string for reference insert in buffer. `%s' will be replaced by
529 - If a string, use as regexp to search *backward* from the label. Context
531 \"\\\\\\\\caption[[{]\" will use the caption in a figure or table
539 function is expected to return a suitable context string. It should
550 menu, and to derive a label string. If you want to use a different
553 text from the default position (t) to derive a label string. This is
567 table of contents. See also `reftex-section-levels'. A positive
592 (string "")
597 (choice :tag "Label prefix string "
599 (string :tag "String" "lab:"))
602 (string :tag "String" "~\\ref{%s}"))
613 (repeat :tag "Magic words" :extra-offset 2 (string))
629 this list is used to determine the correct prefix string depending on the
638 (string :tag "macro name")
641 (string :tag "Prefix"))))
690 (string :tag "prefix (with colon)"))))
774 If PROMPT is t, the user will be prompted for a label string. The prompt will
780 table describing all four possibilities:
789 Each flag may be set to t, nil, or a string of label type letters
794 \(with confirmation). Prompt for figure and table labels. Use simple labels
796 The available label types are: s (section), f (figure), t (table), i (item),
803 (string :tag "selected label types" ""))
804 (choice :tag "Prompt for label string "
808 (string :tag "selected label types" ""))))
810 (defcustom reftex-string-to-label-function 'reftex-string-to-label
811 "Function to turn an arbitrary string into a valid label.
817 "Filter function which will process a context string before it is used
827 "Parameters for converting a string into a label.
831 MAXCHAR Maximum number of characters in a label string.
837 label string below MAXCHAR.
851 (string :tag "Separator between words " "-")
854 (string :tag ""))
874 (string :tag "cut before char class " "^saeiou")
875 (string :tag "cut after char class " "aeiou")))
878 "Function which produces the string to insert as a label definition.
882 string to insert into the buffer."
896 (string :tag "Selected label types"))))
902 TABLE-OF-CONTENTS Show the labels embedded in a table of context.
903 SECTION-NUMBERS Include section numbers (like 4.1.3) in table of contents.
911 Each of these flags can be set to t or nil, or to a string of type letters
916 The available label types are: s (section), f (figure), t (table), i (item),
920 decide here to not have a table of contents in the label menu, you can still
925 (choice :tag "Embed in table of contents " ,@reftex-tmp)
939 This is used to string together whole reference sets, like
942 :type '(repeat (cons (character) (string))))
949 Instead of nil or t, this may also be a string of type letters indicating
960 Instead of nil or t, this may also be a string of type letters indicating
983 "Function which produces the string to insert as a reference.
991 string to insert into the buffer."
1009 :type '(repeat string))
1016 Intended for files which contain only `@string' macro definitions and the
1047 It can be a string or an alist or a symbol. In the simplest case this
1048 is just the string \"\\cite{%l}\", which is also the default. See the
1051 If `reftex-cite-format' is a string, it will be used as the format.
1072 string has been formatted.
1102 (string :tag "format string" "\\cite{%l}")
1107 (string :tag "Format string" "")))))
1156 :type 'string)
1164 :type 'string)
1171 3. The \"et al\" string, like \" {\\it et al.}\" in Jones {\\it et al.}"
1174 (string :tag "Separator for names ")
1175 (string :tag "Separator for last name in list")
1176 (string :tag "string used as et al. ")))
1179 "Function which produces the string to insert as a citation.
1184 should return the string to insert into the buffer."
1213 (string :tag "LEVEL separator")
1214 (string :tag "ENCAP char ")
1215 (string :tag "ACTUAL char ")
1216 (string :tag "QUOTE char ")
1217 (string :tag "ESCAPE char ")))
1266 (string :tag "Macro with args")
1268 (string)
1271 (string :tag "Key Prefix ")
1292 When this is the empty string and the TAG argument of the index
1299 (string))))
1309 \"tag\" The default index tag given as a string, e.g. \"idx\".
1315 (string :tag "index tag " "idx")))
1320 the index key copied from the buffer is processed with this format string
1322 \(e.g. `$') to the string.
1325 :type 'string)
1331 :type 'string)
1361 the search string. When the search phrase already has a non-word-char
1427 :type '(string :tag "Capital letters"))
1439 :group 'reftex-table-of-contents-browser
1464 (string :tag "Search Regexp ")
1528 :type '(repeat (string :tag "Specification")))
1544 :type '(repeat (string :tag "Specification")))
1561 :type '(repeat (cons (string :tag "File type")
1562 (repeat (string :tag "Extension")))))
1607 :type '(repeat (cons (string :tag "File type")
1608 (string :tag "Program "))))
1696 :type 'string)