Difference between revisions of "Command/typeinlinebuffer"

From Wiki
Jump to navigation Jump to search
(new)
 
(No difference)

Latest revision as of 17:22, 31 July 2023


\typeinlinebuffer

Summary

The command \typeinlinebuffer is used for typesetting the contents of a buffer in inline mode.

Settings

\typeinlinebuffer[...,...][...=...,...]
[...,...]buffer
...=...,...inherits from \setuptype

Description

\typeinlinebuffer is like \type, while \typebuffer is like \starttyping.

Examples

Example 1

\startbuffer[Test]
\samplefile{ward}
\stopbuffer

% block mode
->
\typebuffer[Test]
<-

% inline mode
->
\typeinlinebuffer[Test]
<-

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: