ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Speech bubbles
@ 2011-02-02 17:12 Ian Lawrence
  2011-02-03  8:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Lawrence @ 2011-02-02 17:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Evening all:

Has anyone got a nicer \speechbubble definition up their sleeve?

Here is not-nice one, so you know the floor:

\define [1] \speechBubble 
{\blank
\framed [width=.6\textwidth ,autowidth=force,align={flushleft}, background=color, backgroundcolor=darkblue,
   foreground=color, foregroundcolor=white,
  frame=off,corner=0,backgroundoffset=5pt,]  {#1}
~~~ \tfd \startcolor[darkblue]{'} \stopcolor \tfa
  \blank}


Called with things like:

\speechBubble {They could be above or below the frequency we can hear, so called infra-sound or ultra-sound, or the amplitude could be just too small: so not enough power in the radiating pathway for the detector to respond.}


I guess there are some people with xs metapost skills out there... But is there as simple way to get a nice curved pointer left or right from the bottom of that rounded rectangle frame?

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

* Re: Speech bubbles
  2011-02-02 17:12 Speech bubbles Ian Lawrence
@ 2011-02-03  8:39 ` Wolfgang Schuster
  2011-02-03 15:09   ` Ian Lawrence
  0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-03  8:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.02.2011 um 18:12 schrieb Ian Lawrence:

> Evening all:
> 
> Has anyone got a nicer \speechbubble definition up their sleeve?
> 
> Here is not-nice one, so you know the floor:
> 
> \define [1] \speechBubble 
> {\blank
> \framed [width=.6\textwidth ,autowidth=force,align={flushleft}, background=color, backgroundcolor=darkblue,
>   foreground=color, foregroundcolor=white,
>  frame=off,corner=0,backgroundoffset=5pt,]  {#1}
> ~~~ \tfd \startcolor[darkblue]{'} \stopcolor \tfa
>  \blank}
> 
> 
> Called with things like:
> 
> \speechBubble {They could be above or below the frequency we can hear, so called infra-sound or ultra-sound, or the amplitude could be just too small: so not enough power in the radiating pathway for the detector to respond.}
> 
> 
> I guess there are some people with xs metapost skills out there... But is there as simple way to get a nice curved pointer left or right from the bottom of that rounded rectangle frame?

\startuseMPgraphic{speechbubble}
z1 = (0,0) ; z2 = (OverlayWidth,0) ; z3 = (OverlayWidth,OverlayHeight) ; z4 = (0,OverlayHeight) ;
1/2[x1,x2] = x8 + 2cm = x7 + 1cm = x9 - 1cm ; y7 = y9 = 0cm ; y8 = -2cm ;
path p ; p = z1--z7--z8--z9--z2--z3--z4--cycle ;
fill p withcolor blue ;
draw p withpen pencircle scaled 5 ;
setbounds currentpicture to OverlayBox ;
\stopuseMPgraphic

\defineoverlay[speechbubble][\useMPgraphic{speechbubble}]

\starttext 

\framedtext[frame=off,background=speechbubble]{\input ward }

\blank[4cm]

\framedtext[frame=off,background=speechbubble,width=6cm]{\input ward }

\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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-03  8:39 ` Wolfgang Schuster
@ 2011-02-03 15:09   ` Ian Lawrence
  2011-02-03 17:38     ` Philipp A.
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Lawrence @ 2011-02-03 15:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Wolfgang..

In case there are any others who are in need.. Here is one with curvy speech bubbles, left and right, and wrapped up so they don't overhang any text.
__

\startuseMPgraphic{speechL}
z1 = (0.25cm,0) ; z2=(1 cm,0) ; z3 = (0,-1cm) ; z4 = (2cm,0);z5 = (OverlayWidth-0.25cm,0) ; z6 = (OverlayWidth,0.25cm) ; z7 = (OverlayWidth,OverlayHeight-0.25cm) ; z8 = (OverlayWidth-0.25cm,OverlayHeight) ; z9 = (0.25 cm,OverlayHeight);z10=(0,OverlayHeight-0.25cm) ; z11=(0,0.25cm)  ;
path p ; p = z1--z2{down}..{dir 270}z3{dir 30}..{dir 70}z4--z5{right}..{up}z6--z7{up}..{left}z8--z9{left}..{down}z10--z11{down}..{right}z1--cycle ;
fill p withcolor blue ;
draw p withpen pencircle scaled 1 ;
setbounds currentpicture to OverlayBox ;
\stopuseMPgraphic

\startuseMPgraphic{speechR}
z1 = (0.25cm,0) ; z2=(5 cm,0) ; z3 = (7cm,-1cm) ; z4 = (6cm,0);z5 = (OverlayWidth-0.25cm,0) ; z6 = (OverlayWidth,0.25cm) ; z7 = (OverlayWidth,OverlayHeight-0.25cm) ; z8 = (OverlayWidth-0.25cm,OverlayHeight) ; z9 = (0.25 cm,OverlayHeight);z10=(0,OverlayHeight-0.25cm) ; z11=(0,0.25cm)  ;
path p ; p = z1{left}..{up}z11--z10{up}..{right}z9--z8{right}..{down}z7--z6{down}..{left}z5--z4{down}..{dir 270}z3{dir 150}..{dir 110}z2--cycle ;
fill p withcolor blue ;
draw p withpen pencircle scaled 1 ;
setbounds currentpicture to OverlayBox ;
\stopuseMPgraphic


\defineoverlay[speechL][\useMPgraphic{speechL}]

\define [1] \speechbubbleL
{\blank
\framedtext[frame=off,background=speechL, width=7cm]{#1}
\blank[1 cm]}]

\defineoverlay[speechR][\useMPgraphic{speechR}]

\define [1] \speechbubbleR
{\blank
\framedtext[frame=off,background=speechR, width=7cm]{#1}
\blank[1 cm]}]



\starttext
Some text

\speechbubbleL {'Who needs highlighter pens, anyway?'}

If all three are satisfied then then sound radiates from the source to the detector. The source-medium-detector model was central to the model of sound. The vibrations, because of their nature, travel as variations in physical density, so rely on a medium made of particles connecting the source to the detector. Other vibrations, very similar in nature, could still travel out from the source, but not be detected. 

\speechbubbleR  {They could be above or below the frequency we can hear, so called infra-sound or ultra-sound, or the amplitude could be just too small: so not enough power in the radiating pathway for the detector to respond.}

More and more dog latin for beginners.. And so on...... And so on
\stoptext
__
Sorry the metapost is not parameterised...I should have variables in to set up the offsets and curvature of the corners. But I have not go that far yet...my floor is only a little higher, thanks to Wolfgang.

On 3 Feb 2011, at 08:39, Wolfgang Schuster wrote:

> 
> Am 02.02.2011 um 18:12 schrieb Ian Lawrence:
> 
>> Evening all:
>> 
>> Has anyone got a nicer \speechbubble definition up their sleeve?
>> 
>> Here is not-nice one, so you know the floor:
>> 
>> \define [1] \speechBubble 
>> {\blank
>> \framed [width=.6\textwidth ,autowidth=force,align={flushleft}, background=color, backgroundcolor=darkblue,
>>  foreground=color, foregroundcolor=white,
>> frame=off,corner=0,backgroundoffset=5pt,]  {#1}
>> ~~~ \tfd \startcolor[darkblue]{'} \stopcolor \tfa
>> \blank}
>> 
>> 
>> Called with things like:
>> 
>> \speechBubble {They could be above or below the frequency we can hear, so called infra-sound or ultra-sound, or the amplitude could be just too small: so not enough power in the radiating pathway for the detector to respond.}
>> 
>> 
>> I guess there are some people with xs metapost skills out there... But is there as simple way to get a nice curved pointer left or right from the bottom of that rounded rectangle frame?
> 
> \startuseMPgraphic{speechbubble}
> z1 = (0,0) ; z2 = (OverlayWidth,0) ; z3 = (OverlayWidth,OverlayHeight) ; z4 = (0,OverlayHeight) ;
> 1/2[x1,x2] = x8 + 2cm = x7 + 1cm = x9 - 1cm ; y7 = y9 = 0cm ; y8 = -2cm ;
> path p ; p = z1--z7--z8--z9--z2--z3--z4--cycle ;
> fill p withcolor blue ;
> draw p withpen pencircle scaled 5 ;
> setbounds currentpicture to OverlayBox ;
> \stopuseMPgraphic
> 
> \defineoverlay[speechbubble][\useMPgraphic{speechbubble}]
> 
> \starttext 
> 
> \framedtext[frame=off,background=speechbubble]{\input ward }
> 
> \blank[4cm]
> 
> \framedtext[frame=off,background=speechbubble,width=6cm]{\input ward }
> 
> \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
> ___________________________________________________________________________________

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

* Re: Speech bubbles
  2011-02-03 15:09   ` Ian Lawrence
@ 2011-02-03 17:38     ` Philipp A.
  2011-02-03 21:16       ` Wolfgang Schuster
  0 siblings, 1 reply; 15+ messages in thread
From: Philipp A. @ 2011-02-03 17:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

for the record: the TikZ package has built-in parameterized speech bubbles.

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-03 17:38     ` Philipp A.
@ 2011-02-03 21:16       ` Wolfgang Schuster
  2011-02-03 22:49         ` Philipp A.
  0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-03 21:16 UTC (permalink / raw)
  To: Philipp A.; +Cc: mailing list for ConTeXt users


Am 03.02.2011 um 18:38 schrieb Philipp A.:

> for the record: the TikZ package has built-in parameterized speech bubbles.

Can you make a example?

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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-03 21:16       ` Wolfgang Schuster
@ 2011-02-03 22:49         ` Philipp A.
  2011-02-08 12:09           ` Philipp A.
  0 siblings, 1 reply; 15+ messages in thread
From: Philipp A. @ 2011-02-03 22:49 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

Am 3.2.2011 schrieb Wolfgang Schuster:

> Am 03.02.2011 um 18:38 schrieb Philipp A.:
> > for the record: the TikZ package has built-in parameterized speech
> bubbles.
> Can you make a example?
>
> Wolfgang
>

of course.
you can read about it in the pgfmanual in chapter 39.7:

\usepackage[tikz]
\usetikzlibrary[shapes.callout]

\starttext
\starttikzpicture
    \node[ellips callout, draw] {Hallo!};
\stoptikzpicture
\stoptext

using the options callout relative pointer=(coordinate) and callout absolute
pointer=(coordinate), you can modify where it points to, using standard node
options you can modify other aspects (positioning, padding, width, height,
color, line thickness, …)

beware: i have not tested above code, but it should be obvious.

Philipp

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-03 22:49         ` Philipp A.
@ 2011-02-08 12:09           ` Philipp A.
  2011-02-08 15:44             ` Wolfgang Schuster
  0 siblings, 1 reply; 15+ messages in thread
From: Philipp A. @ 2011-02-08 12:09 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

@wolfgang: was my example helpful?

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

[-- Attachment #2: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 12:09           ` Philipp A.
@ 2011-02-08 15:44             ` Wolfgang Schuster
  2011-02-08 16:08               ` Andreas Harder
  0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-08 15:44 UTC (permalink / raw)
  To: Philipp A.; +Cc: mailing list for ConTeXt users


Am 08.02.2011 um 13:09 schrieb Philipp A.:

> @wolfgang: was my example helpful?

Your example doesn’t work and I’m not interested to look into the manual how to fix it.

MetaPost’s advantage (with mkiv) is that it’s faster than tikz. What’s is a library with a collection of shapes like tikz has.

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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 15:44             ` Wolfgang Schuster
@ 2011-02-08 16:08               ` Andreas Harder
  2011-02-08 16:38                 ` Wolfgang Schuster
  2011-02-10 10:23                 ` Otared Kavian
  0 siblings, 2 replies; 15+ messages in thread
From: Andreas Harder @ 2011-02-08 16:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]


Am 08.02.2011 um 16:44 schrieb Wolfgang Schuster:

> 
> Am 08.02.2011 um 13:09 schrieb Philipp A.:
> 
>> @wolfgang: was my example helpful?
> 
> Your example doesn’t work and I’m not interested to look into the manual how to fix it.

This worked for me.


[-- Attachment #2: tikz-speechbubbles.tex --]
[-- Type: application/octet-stream, Size: 1170 bytes --]


\usemodule[tikz]
% \usetikzlibrary[shapes.callout] % laut Manual
\usetikzlibrary[shapes.callouts]

\setupbodyfont[bookman]

\setupTEXpage[offset=1em]

\starttext

\startTEXpage
\starttikzpicture[remember picture]
  \node[ellipse callout, draw] (node:ref) {Hallo!};
\stoptikzpicture
\stopTEXpage

\startTEXpage
\starttikzpicture[remember picture]
  \node[cloud callout, draw] (node:ref) {Hallo!};
\stoptikzpicture
\stopTEXpage

\startTEXpage
\starttikzpicture
  \node[cloud callout, cloud puffs=15, aspect=2.5, cloud puff arc=120,
    shading=ball,text=white] {\bf Imagine …};
\stoptikzpicture
\stopTEXpage


\startTEXpage
\starttikzpicture[remember picture, note/.style={rectangle callout, fill=#1}]
  \draw [help lines] grid(3,2);
  \node [note=red!50, callout relative pointer={(0,1)}] at (3,1) {Relative};
  \node [note=blue!50, callout absolute pointer={(0,1)}] at (1,0) {Absolute};
  \node [note=green!50, ellipse callout, opacity=.5, overlay, callout absolute pointer={(hallo.south)}]	at (1,2) {Outside};
\stoptikzpicture
\stopTEXpage

\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

[-- Attachment #3: Type: text/plain, Size: 19 bytes --]



Greeting
	Andreas

[-- Attachment #4: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 16:08               ` Andreas Harder
@ 2011-02-08 16:38                 ` Wolfgang Schuster
  2011-02-08 20:06                   ` Otared Kavian
  2011-02-10 10:23                 ` Otared Kavian
  1 sibling, 1 reply; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-08 16:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 08.02.2011 um 17:08 schrieb Andreas Harder:

> This worked for me.

Thanks, i wrapped it in a environment.

\usemodule[tikz,annotation]
\usetikzlibrary[shapes.callouts]

\define[2]\SpeechbubbleCommand
  {\starttikzpicture[remember picture]
   \node[rectangle callout, draw] (node:ref) {\framedtext[width=fit,frame=off]{#2}};
   \stoptikzpicture}

\defineannotation
  [speechbubble]
  [alternative=command,
       command=\SpeechbubbleCommand]

\starttext

\speechbubble{Hello!}

\startspeechbubble
\input ward
\stopspeechbubble

\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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 16:38                 ` Wolfgang Schuster
@ 2011-02-08 20:06                   ` Otared Kavian
  2011-02-08 20:14                     ` Wolfgang Schuster
  0 siblings, 1 reply; 15+ messages in thread
From: Otared Kavian @ 2011-02-08 20:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Wolfgang,

Just out of curiosity I tested your example file, but mkiv stops upon
	! Undefined control sequence.
	l.16 \defineannotation
The version I have is ConTeXt  ver: 2011.02.05 11:37 MKIV.

Best regards: OK

On 8 févr. 2011, at 17:38, Wolfgang Schuster wrote:

> 
> Am 08.02.2011 um 17:08 schrieb Andreas Harder:
> 
>> This worked for me.
> 
> Thanks, i wrapped it in a environment.
> 
> \usemodule[tikz,annotation]
> \usetikzlibrary[shapes.callouts]
> 
> \define[2]\SpeechbubbleCommand
>  {\starttikzpicture[remember picture]
>   \node[rectangle callout, draw] (node:ref) {\framedtext[width=fit,frame=off]{#2}};
>   \stoptikzpicture}
> 
> \defineannotation
>  [speechbubble]
>  [alternative=command,
>       command=\SpeechbubbleCommand]
> 
> \starttext
> 
> \speechbubble{Hello!}
> 
> \startspeechbubble
> \input ward
> \stopspeechbubble
> 
> \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
> ___________________________________________________________________________________

%%%%%%%%%%%%%%%%%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 avenue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: Otared.Kavian@math.uvsq.fr




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

* Re: Speech bubbles
  2011-02-08 20:06                   ` Otared Kavian
@ 2011-02-08 20:14                     ` Wolfgang Schuster
  2011-02-10  4:57                       ` Otared Kavian
  0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-08 20:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 08.02.2011 um 21:06 schrieb Otared Kavian:

> Hi Wolfgang,
> 
> Just out of curiosity I tested your example file, but mkiv stops upon
> 	! Undefined control sequence.
> 	l.16 \defineannotation
> The version I have is ConTeXt  ver: 2011.02.05 11:37 MKIV.

Please update your installation, the annotation module was
added on Sunday to the minimals. I’ll add documentation later
but you can take a look at the examples at my bitbucket site [1].

[1] https://bitbucket.org/wolfs/annotation/src

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 20:14                     ` Wolfgang Schuster
@ 2011-02-10  4:57                       ` Otared Kavian
  0 siblings, 0 replies; 15+ messages in thread
From: Otared Kavian @ 2011-02-10  4:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Wolfgang,

Yes, with the latest beta your example works fine.
Many thanks and best regards: OK

On 8 févr. 2011, at 21:14, Wolfgang Schuster wrote:

> 
> Am 08.02.2011 um 21:06 schrieb Otared Kavian:
> 
>> Hi Wolfgang,
>> 
>> Just out of curiosity I tested your example file, but mkiv stops upon
>> 	! Undefined control sequence.
>> 	l.16 \defineannotation
>> The version I have is ConTeXt  ver: 2011.02.05 11:37 MKIV.
> 
> Please update your installation, the annotation module was
> added on Sunday to the minimals. I’ll add documentation later
> but you can take a look at the examples at my bitbucket site [1].
> 
> [1] https://bitbucket.org/wolfs/annotation/src
> 
> 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
> ___________________________________________________________________________________

%%%%%%%%%%%%%%%%%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 avenue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: Otared.Kavian@math.uvsq.fr





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

[-- Attachment #2: Type: text/plain, Size: 486 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] 15+ messages in thread

* Re: Speech bubbles
  2011-02-08 16:08               ` Andreas Harder
  2011-02-08 16:38                 ` Wolfgang Schuster
@ 2011-02-10 10:23                 ` Otared Kavian
  2011-02-10 13:06                   ` Wolfgang Schuster
  1 sibling, 1 reply; 15+ messages in thread
From: Otared Kavian @ 2011-02-10 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Andreas and Wolfgang,

I wikified both your examples for future reference:
	http://wiki.contextgarden.net/speech_bubble
(But unfortunatley I don't know how to add the PDF results of the TeX codes, but I don't think this is of importance).

Best regards: OK

On 8 févr. 2011, at 17:08, Andreas Harder wrote:

> 
> Am 08.02.2011 um 16:44 schrieb Wolfgang Schuster:
> 
>> 
>> Am 08.02.2011 um 13:09 schrieb Philipp A.:
>> 
>>> @wolfgang: was my example helpful?
>> 
>> Your example doesn’t work and I’m not interested to look into the manual how to fix it.
> 
> This worked for me.
> 
> <tikz-speechbubbles.tex>
> 
> Greeting
> 	Andreas___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


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

* Re: Speech bubbles
  2011-02-10 10:23                 ` Otared Kavian
@ 2011-02-10 13:06                   ` Wolfgang Schuster
  0 siblings, 0 replies; 15+ messages in thread
From: Wolfgang Schuster @ 2011-02-10 13:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.02.2011 um 11:23 schrieb Otared Kavian:

> Hi Andreas and Wolfgang,
> 
> I wikified both your examples for future reference:
> 	http://wiki.contextgarden.net/speech_bubble
> (But unfortunatley I don't know how to add the PDF results of the TeX codes, but I don't think this is of importance).

You have to make a picture which you can then upload to the wiki.

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] 15+ messages in thread

end of thread, other threads:[~2011-02-10 13:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-02 17:12 Speech bubbles Ian Lawrence
2011-02-03  8:39 ` Wolfgang Schuster
2011-02-03 15:09   ` Ian Lawrence
2011-02-03 17:38     ` Philipp A.
2011-02-03 21:16       ` Wolfgang Schuster
2011-02-03 22:49         ` Philipp A.
2011-02-08 12:09           ` Philipp A.
2011-02-08 15:44             ` Wolfgang Schuster
2011-02-08 16:08               ` Andreas Harder
2011-02-08 16:38                 ` Wolfgang Schuster
2011-02-08 20:06                   ` Otared Kavian
2011-02-08 20:14                     ` Wolfgang Schuster
2011-02-10  4:57                       ` Otared Kavian
2011-02-10 10:23                 ` Otared Kavian
2011-02-10 13:06                   ` Wolfgang Schuster

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