ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:56 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:56 UTC (permalink / raw)


[denis, since the is closed (for spam) the address needs to be known to the 
list manager]

>Date: Sun, 19 May 2002 08:55:14 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>When I try
>
>\startcolor[blue]
>\rightaligned{\framed[background=screen]{historic background}}
>\stopcolor
>
>I get no blue at all, even though I have
>
>\setupcolors[state=start]
>
>Is this what is supposed to happen?
>
>Thanks,
>
>Denis

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

* Re: Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
  2002-05-21 13:58 ` John Culleton
@ 2002-05-21 15:50   ` Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21 15:50 UTC (permalink / raw)
  Cc: ntg-context

 > >["Denis B. Roegel" <Denis.Roegel@loria.fr>]
> > >
> > >When compiling a file with
> > >
> > >
> > >\setupinteraction
> > >   [state=start,
> > >    color=green,
> > >    character=bold,
> > >    menu=on]
> > >
> > >
> > >\setupinteractionmenu
> > >   [mymenu]
> > >   [{Content[content]},
> > >    {Index[index]},
> > >    {\vfill},
> > >    {Stop[ExitViewer]}]
> > >
> > >I do not get an interaction menu. Am I missing something?

I suppose that you have an

\defineinteractionmenu[mymenu][right]

as well as

\setuplayout
   [rightedge=3cm,rightmargin=0cm]

or something similar

Also,

\startinteractionmenu[mymenu]
   \but [content] Content \\
\stopinteractionmenu

is the more modern way of doing things.

(grep s-pre-*.tex for menu)

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

* Re: Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
  2002-05-21  6:55 Hans Hagen
@ 2002-05-21 13:58 ` John Culleton
  2002-05-21 15:50   ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: John Culleton @ 2002-05-21 13:58 UTC (permalink / raw)


On Tuesday 21 May 2002 02:55 am, Hans Hagen wrote:
>om
> >["Denis B. Roegel" <Denis.Roegel@loria.fr>]
> >
> >When compiling a file with
> >
> >
> >\setupinteraction
> >   [state=start,
> >    color=green,
> >    character=bold,
> >    menu=on]
> >
> >
> >\setupinteractionmenu
> >   [mymenu]
> >   [{Content[content]},
> >    {Index[index]},
> >    {\vfill},
> >    {Stop[ExitViewer]}]
> >
> >I do not get an interaction menu. Am I missing something?
> 

> >Thanks,
> >
> >Denis
>
>

did you also say  at some point:
\definecombinedlist
  [content]
  [section,subsection,subsubsection]
  [criterium=local,
   interaction=all]

and did you say:

\placecombinedlist[content][interaction=all]

This is what I did. Perhaps some of it is redundant but at least
it works :-).

John Culleton
-- 
Able Indexers and Typesetters
http://wexfordpress.com

__________________________________________________
D O T E A S Y - "Join the web hosting revolution!"
             http://www.doteasy.com


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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  9:21 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  9:21 UTC (permalink / raw)


>
>When compiling the following file, no euro symbol appears.
>If I write instead {\showmathcharacters} it appears.
>
>Denis
>
>% output=pdftex
>
>\usetypescript[modern] [ec]
>\setupbodyfont[modern]
>\enableregime[il1]
>\useencoding[ffr]
>\mainlanguage[fr]
>
>\starttext
>
>%\euro
>
>\showmathcharacters
>
>\euro
>
>\stoptext
>
>P.-S. All tests are done with the latest version of ConTeXt.

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:57 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:57 UTC (permalink / raw)


>Date: Fri, 17 May 2002 07:17:08 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>  .2.1i
>
>The command \promille returns an error, because \permille
>is not defined, with or without the units module.
>
>Denis

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:57 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:57 UTC (permalink / raw)


>Date: Fri, 17 May 2002 07:09:32 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>
>If I write
>
>\startfact
>\fact velocity \\ v \\ 10~m/s \\
>\fact acceleration \\ a\\ -3~m/s^2\\
>\fact time \\ t \\ 3~s \\
>\stopfact
>
>I get `=' only on the first line. How can I get `=' on every line
>(as it used to be the case in earlier versions of ConTeXt)?
>
>Same question with \starlegend.
>
>Thanks,
>
>Denis

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:57 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:57 UTC (permalink / raw)


>Date: Fri, 17 May 2002 06:56:35 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>
>What is the difference between
>
>\startformula
>...
>\stopformula
>
>and
>
>\placeformula[-]
>\startformula
>...
>\stopformula
>
>Thanks,
>
>Denis
>
>P.-S. Please, apologize these basic questions. I am going to ask
>many such basic questions during the next ten days, as I prepare
>my presentation of ConTeXt at GUTenberg. I'll be quieter afterwards :-)

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:57 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:57 UTC (permalink / raw)


>Date: Fri, 17 May 2002 06:44:54 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>Hello,
>
>I noticed that the width parameter for itemize does
>not behave symmetrically for positive and negative
>values. Is this intended?
>
>For instance,
>
>\startitemize[width=-1em]
>
>will push the symbol and the item 1em left but
>
>\startitemize[width=1em]
>
>will only push the item, and not the symbol, towards the right.
>
>Thanks,
>
>Denis
>
>P.-S. Apparently, I can no longer post directly to the list.
>Could some kind soul tell me what is the problem?
>I used to be able to send messages in the past,
>say one year ago.

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:56 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:56 UTC (permalink / raw)


>Date: Tue, 21 May 2002 06:30:04 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>When trying the following example
>
>\definestartstop
>   [stars]
>   [commandos={\inleft{\hbox to 
> \leftmarginwidth{\leaders\hbox{$\stars$}\hfill}}},
>    before=\blank,
>    after=\blank]
>
>
>\startstars
>{\em Hasselter Juffers} are sweet cookies but the name is no
>coincidence. On July 21 in 1233 the {\em Zwartewaterklooster}
>(Blackwater Monastery) was founded. The monastery was meant
>for unmarried girls and women belonging to the nobility of Hasselt.
>These girls and women were called {\em juffers}.
>\stopstars
>
>
>I obtained:
>
>! TeX capacity exceeded, sorry [grouping levels=255].
>\next ... \hsize \!!widtha \raggedcommand \bgroup
>                                                   \localbegstrut 
> \aftergroup...
>
>\maakmargetekstblok ...ummer ] [\c!strut =\v!nee ]
>                                                    {\decrement 
> \margetekstre...
><argument> ...{\leaders \hbox {$\stars $}\hfill }}
>                                                   \hskip \linkermargeafstand
>\doplacemargintext ...->\strut \setbox 0=\hbox {#1
>                                                   }\dimen 0=\ht 0 
> \advance \...
>
>\p!compareprocessaction ...commalistelement {#3}#2
>                                                   \expandafter 
> \quitcommalis...
>
>\next20 #1,->\p!doprocessaction {#1}
>                                     \doprocesscommaitem
>...
>l.282 \startstars
>
>!  ==> Fatal error occurred, the output PDF file not finished!
>
>
>Have I done something wrong?
>
>Thanks,
>
>Denis

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:55 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:55 UTC (permalink / raw)


>Date: Tue, 21 May 2002 06:22:40 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>
>Hello,
>
>I am looking for the documentation of \setupinteraction...
>It doesn't seem to be in the main ConTeXt manual. Is it in some
>other place?
>
>Thanks,
>
>Denis

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:55 Hans Hagen
  2002-05-21 13:58 ` John Culleton
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:55 UTC (permalink / raw)


>Date: Tue, 21 May 2002 08:24:08 +0200 (MET DST)
>From: owner-ntg-context@let.uu.nl
>X-Authentication-Warning: smail.let.uu.nl: majordom set sender to 
>owner-ntg-context@let.uu.nl using -f
>To: ntg-context-approval@let.uu.nl
>Subject: BOUNCE ntg-context@let.uu.nl:    Non-member submission from 
>["Denis B. Roegel" <Denis.Roegel@loria.fr>]
>
>When compiling a file with
>
>
>\setupinteraction
>   [state=start,
>    color=green,
>    character=bold,
>    menu=on]
>
>
>\setupinteractionmenu
>   [mymenu]
>   [{Content[content]},
>    {Index[index]},
>    {\vfill},
>    {Stop[ExitViewer]}]
>
>I do not get an interaction menu. Am I missing something?
>Maybe my pdftex is too old? I have
>
>This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (Web2C 7.3.2x)
>
>(I am going to update to TL7 soon, but if I can make it work with this
>TL5 setup, it will save me time.)
>
>Thanks,
>
>Denis

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

* Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>]
@ 2002-05-21  6:55 Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2002-05-21  6:55 UTC (permalink / raw)


>
>When I compile
>
>\starttext
>\showaccents
>\stoptext
>
>I don't get the accented characters as I expect them from the mfonts
>manual, but things like
>
>'a 'b etc.
>
>Is this normal?
>
>Thanks,
>
>Denis
>

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

end of thread, other threads:[~2002-05-21 15:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-21  6:56 Non-member submission from ["Denis B. Roegel" <Denis.Roegel@loria.fr>] Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2002-05-21  9:21 Hans Hagen
2002-05-21  6:57 Hans Hagen
2002-05-21  6:57 Hans Hagen
2002-05-21  6:57 Hans Hagen
2002-05-21  6:57 Hans Hagen
2002-05-21  6:56 Hans Hagen
2002-05-21  6:55 Hans Hagen
2002-05-21  6:55 Hans Hagen
2002-05-21 13:58 ` John Culleton
2002-05-21 15:50   ` Hans Hagen
2002-05-21  6:55 Hans Hagen

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