Thank you Wolfgang.

On Saturday, March 14, 2015, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> Am 13.03.2015 um 21:32 schrieb Emmanuel Asante <emmanuela.asante@gmail.com>:
>
> Hello All,
>
> I am trying to centre a multi-line verbatim text horizontally on the page but I cannot figure out how to do that. With the code below how can I centre the whole block horizontally on the page?
>
> \setuptyping[TEX]
>
> \startTEX
>    RSpec.describe Post, :type => :model do
>     end
>  \stopTEX

You can add a framedtext environment around the verbatim text and use “location=middle” to center it.

\setuptyping
  [TEX]
  [before={\startframedtext[location=middle]},
   after=\stopframedtext]

\starttext

\startTEX
   RSpec.describe Post, :type => :model do
    end
\stopTEX

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________