On 2014–01–14 Pablo Rodriguez wrote: > I have a presentation that defines a typing environment and I would like > to know who to apply it to \typebuffer. > > Here is a sample: > > \definetyping[TeXcode][option=TEX] Use: \setuptyping [buffer] [option=TEX] This applies globally, though. If that's not desired you can pass options to the \typebuffer command: \typebuffer [a] [option=TEX] Passing a previously defined environment is not supported: %% doesn't work \typebuffer [a] [TeXcode] Marco