* Verbatim text in a frame @ 2021-07-30 19:12 Jeroen via ntg-context 2021-07-30 22:18 ` Hans Hagen via ntg-context 0 siblings, 1 reply; 3+ messages in thread From: Jeroen via ntg-context @ 2021-07-30 19:12 UTC (permalink / raw) To: mailing list for ConTeXt users; +Cc: Jeroen [-- Attachment #1.1: Type: text/plain, Size: 563 bytes --] I am using the following preamble to put a frame around verbatim text. How can I have all the text start some 5pt from the frame and how can I get rounded corners, corner=0 does not seem to work \setupcolors[state=start] \setupcolor[xwi] \definetextbackground [Code] [frame=on, framecolor=black, %corner=0, %offset=10pt, background=color, backgroundcolor=gray, location=paragraph] \setuptyping [before={\blank\starttextbackground[Code]}, after={\stoptextbackground\blank}] \starttext \starttyping example \stoptyping \stoptext [-- Attachment #1.2: Type: text/html, Size: 803 bytes --] [-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Verbatim text in a frame 2021-07-30 19:12 Verbatim text in a frame Jeroen via ntg-context @ 2021-07-30 22:18 ` Hans Hagen via ntg-context 2021-07-31 6:20 ` Wolfgang Schuster via ntg-context 0 siblings, 1 reply; 3+ messages in thread From: Hans Hagen via ntg-context @ 2021-07-30 22:18 UTC (permalink / raw) To: Jeroen via ntg-context; +Cc: Hans Hagen On 7/30/2021 9:12 PM, Jeroen via ntg-context wrote: > I am using the following preamble to put a frame around verbatim text. > How can I have all the text start some 5pt from the frame and how can I > get rounded corners, corner=0 does not seem to work > > > > \setupcolors[state=start] > > \setupcolor[xwi] > > \definetextbackground > [Code] > [frame=on, > framecolor=black, > %corner=0, > %offset=10pt, > background=color, > backgroundcolor=gray, > location=paragraph] > > \setuptyping > [before={\blank\starttextbackground[Code]}, > after={\stoptextbackground\blank}] > > \starttext > > \starttyping > example > \stoptyping > > \stoptext \definetextbackground [Code] [frame=on, framecolor=black, corner=round, radius=10pt, topoffset=10pt, leftoffset=5pt, background=color, backgroundcolor=gray, location=paragraph] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Verbatim text in a frame 2021-07-30 22:18 ` Hans Hagen via ntg-context @ 2021-07-31 6:20 ` Wolfgang Schuster via ntg-context 0 siblings, 0 replies; 3+ messages in thread From: Wolfgang Schuster via ntg-context @ 2021-07-31 6:20 UTC (permalink / raw) To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster Hans Hagen via ntg-context schrieb am 31.07.2021 um 00:18: > On 7/30/2021 9:12 PM, Jeroen via ntg-context wrote: >> I am using the following preamble to put a frame around >> verbatim text. How can I have all the text start some 5pt from the >> frame and how can I get rounded corners, corner=0 does not seem to work >> >> \setupcolors[state=start] >> >> \setupcolor[xwi] >> >> \definetextbackground >> [Code] >> [frame=on, >> framecolor=black, >> %corner=0, >> %offset=10pt, >> background=color, >> backgroundcolor=gray, >> location=paragraph] >> >> \setuptyping >> [before={\blank\starttextbackground[Code]}, >> after={\stoptextbackground\blank}] >> >> \starttext >> >> \starttyping >> example >> \stoptyping >> >> \stoptext > \definetextbackground > [Code] > [frame=on, > framecolor=black, > corner=round, > radius=10pt, > topoffset=10pt, > leftoffset=5pt, > background=color, > backgroundcolor=gray, > location=paragraph] Both \blank settings can also be moved from \setuptyping to \setuptextbackground. \definetextbackground [Code] [frame=on, framecolor=black, corner=round, background=color, backgroundcolor=gray, location=paragraph, leftoffset=5mm, topoffset=5mm, before=\blank, after=\blank] \setuptyping [typing] [before={\starttextbackground[Code]}, after={\stoptextbackground}] 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________ ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-31 6:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-07-30 19:12 Verbatim text in a frame Jeroen via ntg-context 2021-07-30 22:18 ` Hans Hagen via ntg-context 2021-07-31 6:20 ` Wolfgang Schuster via ntg-context
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).