ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Ka-Pow comic book effect?
@ 2016-07-18 15:59 Pavneet Arora
  2016-07-18 16:26 ` Alan BRASLAU
  0 siblings, 1 reply; 2+ messages in thread
From: Pavneet Arora @ 2016-07-18 15:59 UTC (permalink / raw)
  To: ConTeXt Mailing list


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

Would anyone have a template on how to create a comic book “Ka-Pow” effect (or something similar) as per:

http://thumb101.shutterstock.com/display_pic_with_logo/752857/180152483/stock-vector-ka-pow-comic-speech-bubble-cartoon-180152483.jpg

I would like to use it for one of my slides for my talk at TUG 2016.

advTHANKSance

Pavneet Arora
m: +1 (647) 406-6843
e: pavneet_arora@waroc.com


[-- Attachment #1.2: Type: text/html, Size: 2102 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] 2+ messages in thread

* Re: Ka-Pow comic book effect?
  2016-07-18 15:59 Ka-Pow comic book effect? Pavneet Arora
@ 2016-07-18 16:26 ` Alan BRASLAU
  0 siblings, 0 replies; 2+ messages in thread
From: Alan BRASLAU @ 2016-07-18 16:26 UTC (permalink / raw)
  To: Pavneet Arora; +Cc: ConTeXt Mailing list

On Mon, 18 Jul 2016 11:59:42 -0400
Pavneet Arora <pavneet_arora@waroc.com> wrote:

> Would anyone have a template on how to create a comic book “Ka-Pow”
> effect (or something similar) as per:
> 
> http://thumb101.shutterstock.com/display_pic_with_logo/752857/180152483/stock-vector-ka-pow-comic-speech-bubble-cartoon-180152483.jpg
> 
> I would like to use it for one of my slides for my talk at TUG 2016.


\startreusableMPgraphic{star}
  fill dir(90)--dir(-60)--dir(150)--dir(30)--dir(-120)--cycle
    xscaled \overlaywidth yscaled \overlayheight
    scaled 3/4
    withcolor \MPcolor{\overlaycolor} ;
\stopreusableMPgraphic

\defineoverlay [star] [\reuseMPgraphic{star}]

\starttext

\startframed
[frame=off,background=star,backgroundcolor=lightgray,align=text] Wow\\
a star!
\stopframed

\stoptext


You get the idea... (but keep in mind Edward Tufte's Phluff factor).

Alan
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2016-07-18 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 15:59 Ka-Pow comic book effect? Pavneet Arora
2016-07-18 16:26 ` Alan BRASLAU

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