ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to Centre Multi-line Verbatim Text
@ 2015-03-13 20:32 Emmanuel Asante
  2015-03-14 10:20 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Emmanuel Asante @ 2015-03-13 20:32 UTC (permalink / raw)
  To: NTG-Context


[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]

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

Thanks
Emmanuel

[-- Attachment #1.2: Type: text/html, Size: 494 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Centre Multi-line Verbatim Text
  2015-03-13 20:32 How to Centre Multi-line Verbatim Text Emmanuel Asante
@ 2015-03-14 10:20 ` Wolfgang Schuster
  2015-03-14 13:28   ` Emmanuel Asante
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2015-03-14 10:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Centre Multi-line Verbatim Text
  2015-03-14 10:20 ` Wolfgang Schuster
@ 2015-03-14 13:28   ` Emmanuel Asante
  0 siblings, 0 replies; 3+ messages in thread
From: Emmanuel Asante @ 2015-03-14 13:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1465 bytes --]

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 <javascript:;>>:
> >
> > 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 <javascript:;> /
> 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
>
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2245 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-14 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-13 20:32 How to Centre Multi-line Verbatim Text Emmanuel Asante
2015-03-14 10:20 ` Wolfgang Schuster
2015-03-14 13:28   ` Emmanuel Asante

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).