ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Newbie Questions Okay
       [not found] <944BE6E4-CF22-11D7-9AC0-00039347476A@mac.com>
@ 2003-08-15 14:57 ` Hans Hagen
  2003-08-18  9:24   ` Citations using bib-module Martin Moncrieffe
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2003-08-15 14:57 UTC (permalink / raw)
  Cc: ntg-context

At 08:15 15/08/2003 -0500, you wrote:

>At TUG 2003 you showed us how to use use a color filled fullcircle as a 
>background. Is there a roundedrectangle. I've looked in the METAFun 
>documentation and can find nothing. I would like to make something like 
>the attached pdf and figured MetaFun can do that.

\setupoutput[pdftex]

\startuniqueMPgraphic{rounded}
   path p ; p := OverlayBox smoothed 2pt ;
   fill p
     withcolor OverlayColor ;
   draw p
     withpen pencircle scaled OverlayLineWidth
     withcolor OverlayLineColor ;
\stopuniqueMPgraphic

\defineoverlay[rounded][\uniqueMPgraphic{rounded}]

\setupcolors[state=start]

\starttext

\framed
   [background=rounded,
    frame=off,
    framecolor=green,
    rulethickness=1pt,
    backgroundcolor=red]
   {test me}

\stoptext

>Is it okay to ask newbie questions on the mailing list. I have been 
>reading the list for about 10 days and see almost no newbies. Everyone 
>seems to be very expert.

just go ahead and ask!

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

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

* Citations using bib-module
  2003-08-15 14:57 ` Newbie Questions Okay Hans Hagen
@ 2003-08-18  9:24   ` Martin Moncrieffe
  2003-08-18  9:58     ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Moncrieffe @ 2003-08-18  9:24 UTC (permalink / raw)


Hi All,

Does anyone know how to get  reference numbers as superscripts? For eg, 
Foo$^1$ instead of Foo [1]?

Regards.

__martin

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

* Re: Citations using bib-module
  2003-08-18  9:24   ` Citations using bib-module Martin Moncrieffe
@ 2003-08-18  9:58     ` Taco Hoekwater
  0 siblings, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2003-08-18  9:58 UTC (permalink / raw)
  Cc: mcm35


Something along these lines :

\def\startSup{$^\bgroup}
\def\stopSup{\egroup$}
\setupcite[num][left=\startSup,right=\stopSup]


On Mon, 18 Aug 2003 10:24:16 +0100, Martin wrote:

> Hi All,
> 
> Does anyone know how to get  reference numbers as superscripts? For eg, 
> Foo$^1$ instead of Foo [1]?
> 
> Regards.
> 
> __martin
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco

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

end of thread, other threads:[~2003-08-18  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <944BE6E4-CF22-11D7-9AC0-00039347476A@mac.com>
2003-08-15 14:57 ` Newbie Questions Okay Hans Hagen
2003-08-18  9:24   ` Citations using bib-module Martin Moncrieffe
2003-08-18  9:58     ` Taco Hoekwater

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).