Search results

Jump to navigation Jump to search
  • The command <tt>\definebuffer</tt> defines a named buffer class. ...of the new buffer class</td></tr><tr><td colspan="2" class="doc2">Optional buffer class to inherit from</td></tr></table>
    2 KB (237 words) - 17:55, 6 September 2020
  • <h1 class="command">\type<i>buffer</i></h1> ...ces of <tt>\type<i>buffer</i></tt> are used for verbatim display of named buffer contents.
    1 KB (173 words) - 17:57, 6 September 2020
  • <h1 class="command">\start<i>buffer</i> ... \stop<i>buffer</i></h1> The instances of <tt>\start<i>buffer</i> ... \stop<i>buffer</i></tt> are used for buffering text.
    2 KB (220 words) - 16:14, 14 April 2024
  • ...colspan="2" class="cmd">\getbuffer<span class="first" style="color:red;">[buffer]</span></td> <td class="cmd">[buffer]</td>
    1 KB (180 words) - 16:14, 14 April 2024
  • ...<td colspan="2" class="doc2">Command to execute before the contents of the buffer are typeset. Not used around {{cmd|typebuffer}}.</td></tr> ...><td colspan="2" class="doc2">Command to execute after the contents of the buffer are typeset. Not used around {{cmd|typebuffer}}.</td></tr>
    2 KB (243 words) - 17:38, 6 September 2020
  • --><span class="first">[''buffer names'']</span><!-- <td class="cmd">[''buffer names'']</td>
    2 KB (263 words) - 16:15, 14 April 2024
  • <td>''name of the buffer to store the text''</td> <td>''string where the buffer contents start''</td>
    2 KB (293 words) - 16:15, 14 April 2024
  • With <code>\typebuffer[mybuffer]</code> you get the verbatim content of buffer <code>mybuffer</code>, which was previously defined with {{cmd|startbuffer} To typeset the contents of the buffer, use {{cmd|getbuffer}}.
    1 KB (158 words) - 16:28, 14 April 2024
  • <h1 class="command">\get<i>buffer</i></h1> The instances of <tt>\get<i>buffer</i></tt> are used for typesetting named buffer class contents.
    2 KB (279 words) - 16:27, 14 April 2024
  • <div class="cd:shortdesc">The command <tt>\typesetbuffer</tt> typesets a buffer verbatim ...cription">With <code>\typesetbuffer[mybuffer]</code>, ConTeXt typesets the buffer <code>mybuffer</code> (previously defined by command {{cmd|startbuffer}}) a
    2 KB (271 words) - 14:35, 3 December 2021
  • ...ation</th></tr><tr><td colspan="2" class="doc1">You can give a name to the buffer if you want.</td></tr></table> you get back the verbatim contents of the buffer, typeset as though inside <code>\starttyping...\stoptyping</code>.
    2 KB (344 words) - 01:29, 19 October 2022
  • % Start a buffer with a custom name This is the text in the buffer 'Marie'
    3 KB (498 words) - 07:35, 17 July 2023
  • ...">The environment <tt>\setbuffer ... \endbuffer</tt> is used for filling a buffer. But if the buffer content is fairly well-behaved, must only be typeset, and speed is of the e
    2 KB (241 words) - 18:14, 6 September 2020
  • ...mmand <tt>\typeinlinebuffer</tt> is used for typesetting the contents of a buffer in inline mode. * [[Category:Command/Buffer]]
    1 KB (191 words) - 17:22, 31 July 2023
  • * Processing a buffer from XML content in Lua ...xml element manually. (In this example, vimtyping is used to format a JSON buffer)
    1 KB (157 words) - 15:57, 8 June 2020
  • * [[Category:Command/Buffer]]
    817 bytes (115 words) - 10:07, 16 November 2022
  • ...n="left">Explanation</th></tr><tr><td colspan="2" class="doc1">name of the buffer</td></tr><tr><td colspan="2" class="doc2">adds some offset</td></tr></table
    1 KB (171 words) - 13:27, 11 September 2020
  • ...and/getbuffer| <tt>\getbuffer</tt>]] Get back the "formatted" content of a buffer. * [[Command/typebuffer| <tt>\typebuffer</tt>]] Get back the content of a buffer as verbatim text.
    3 KB (407 words) - 08:23, 1 November 2021
  • ...nd. Within that rendering setup, the actual userdata content is saved as a buffer and can be retrieved using <code>\getinlineuserdata</code>. * [[Category:Command/Buffer]]
    3 KB (350 words) - 10:36, 14 September 2023
  • ...ize-variable [RET] reftex-bibliography-commands</tt>. In the customization buffer, add the string <tt>setupbibtex\[database=</tt> to the list of commands. <tt>C-c (</tt> presents you with a buffer for inserting references, including the different sections and all pagerefe
    3 KB (441 words) - 10:59, 2 July 2020
  • The second argument is optional and when omitted the buffer will be saved as <code>jobname-<buffername>.tmp</code>. You could define an environment for the same effect with the buffer mechanism, the code
    2 KB (284 words) - 14:18, 8 June 2020
  • * [[Category:Command/Buffer]]
    3 KB (366 words) - 13:51, 21 August 2020
  • * [[Command/getbuffer| <tt>\getbuffer</tt>]] to 'input' buffer content
    2 KB (317 words) - 08:39, 19 November 2021
  • When pretty printing a file or buffer (named or anonymous using These hooks are called at the start and end of prettyprinting a buffer,
    7 KB (1,208 words) - 14:08, 8 June 2020
  • (if (equal "$$" (buffer-substring-no-properties start stop)) (equal (buffer-substring-no-properties (- (point) 1)
    8 KB (841 words) - 10:57, 2 July 2020
  • \def\LILYTEMP{lilytemp} % name of folder for LilyPond/buffer files ...idth between ConTeXt and LilyPond, you could write those into the LilyPond buffer (see below).
    9 KB (1,117 words) - 14:39, 5 February 2023
  • where the buffer handling is implemented, and the sources related to metapost
    3 KB (437 words) - 19:25, 8 June 2020
  • function userdata.verynarrow(buffer) context(buffer)
    23 KB (3,423 words) - 07:15, 13 July 2023
  • ...to build a PDF with the options added to <code>init.lua</code>. A message buffer with compilation status will open in a seperate tab. buffer:set_theme('dark', {font = 'Monospace', fontsize = 10}) -- Textadept v10
    9 KB (1,425 words) - 17:37, 23 February 2023
  • ...uite easy to float the text around the graphic. You only has to change the buffer-code:
    3 KB (493 words) - 07:33, 1 December 2022
  • ==Before using any database: the buffer method== \usebtxdataset[ancient philosophy][biblio.buffer]
    20 KB (2,627 words) - 03:36, 16 April 2024
  • * '''buffer''': Typeset the buffer with the given name and include the result as a PDF file.
    12 KB (1,743 words) - 20:50, 5 March 2024
  • * buffer conditional * buffer
    34 KB (5,071 words) - 08:29, 2 July 2022
  • to compile the document in the current buffer. nnoremap <silent><buffer><leader>t <scriptcmd>MyConTeXt()<cr>
    24 KB (3,766 words) - 06:57, 31 July 2023
  • print("There's " .. infolength .. " lines in the kernel ring buffer.")
    6 KB (965 words) - 16:57, 8 June 2020
  • In summary: one defines a buffer which contains the paragraph (a verse in this example) in the original scri
    18 KB (1,959 words) - 03:47, 8 February 2022
  • | buffer | ['cd:buffer']
    387 KB (8,617 words) - 16:09, 8 June 2020
  • 'bool', 'buffer',
    34 KB (3,594 words) - 17:12, 8 June 2020