Changes

Jump to navigation Jump to search
682 bytes added ,  11:23, 2 July 2011
Filled this empty page with a description, an example and links to related ConTeXt commands.
</table>
== Description ==
== Description == With <code>\typebuffer[mybuffer]</code> you can get back the verbatim content of buffer <code>mybuffer</code>, which was previously defined by command [[cmd:startbuffer|\startbuffer]].
To get back the non-verbatim content of the buffer use the command [[cmd:getbuffer|\getbuffer]].
== Example ==
<!-- Please fill in an example if you can -->
 
<context source="yes" text="produces">
\starttext
 
\startbuffer[mybuffer]
This is a text, which is stored in the buffer with name \quotation{mybuffer}.
\stopbuffer
 
\typebuffer[mybuffer]
 
\stoptext
</context>
== See also ==
 * [[cmd:startbuffergetbuffer|\getbuffer]] - Get back the "formatted" content of a buffer.* [[cmd:input|\startbufferinput]], - Include the complete content of a text file (with extension .tex).* [[cmd:getbufferstartbuffer|\getbufferstartbuffer]]- Define the content of a temporarily buffer.
[[Category:Reference/en|typebuffer]]

Navigation menu