[NTG-context] Re: [pdftex] layer-based presentations

2004-11-09 Thread Hans Hagen
The Thanh Han wrote:
Sounds very interesting, unfortunately I don't have acrobat reader to
enjoy it, since AR is not avail for the platform I am using (linux on
powerpc). Sigh.
Thanh
On Sun, Nov 07, 2004 at 02:04:46PM +0100, Pawel Jackowski wrote:
CV Radhakrishnan wrote:

I am interested in it very much.
Thanks in advance.
fyi: pdf layer support is built into context
an example of usage can be seen at:
  http://www.pragma-ade.com/present/talks/fifteen.pdf
(this presentation was made for dante's 15 anniversary; it works on windows and 
mac, starts when one clicks on the dot at the bottom bar; mp3 not included -)

The command:
  \showlayoutcomponents
gives access to all the layout components in the context stack/builder (given 
that the layer pannel is open)

btw, for advanced interactive purposes layers are sort of useless since 
annotation are stacked and cannot be hidden by layers.

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tex or Context Editors.

2004-11-09 Thread Hans Hagen
David Arnold wrote:
Now, I've seen your source code over the years and it is quite beautiful,
easy to read.
the look and feel of code is one of the reasons for the way the context 
interface looks (also the syntax highlighting); as soon as something looks bad 
in code, i need to make a new macro cq. environment -)

for a long time we used our own editor (written long ago) and that one indeed 
had some handy alignment options;

for scite i do have a pipeline for doing similar things
Are you telling us that Scite will do alignment of tables and other nice
automatic formatting?
i do have some experimental stuff running here (scite <-> ruby)
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] MathML element for accents?

2004-11-09 Thread Duncan Hothersall
Hello ConTeXters.
I am using the wonderful ability of ConTeXt to directly typeset MathML 
equations, and have come across a problem with trying to put a line 
above a character using the  element. Here's what I try:

\setuppagenumbering[state=stop]
\starttext
\startXMLdata

 
  x
  ¯
 

\stopXMLdata
\stoptext
The output I get is as if the accent="true" attribute wasn't set - i.e. 
the line is a long way above the x, not like an accent.

Is there another way to place math accents in presentational MathML?
My versions:
TeXVersion 0.1 / Taco Hoekwater 2004
   texexec : TeXExec 4.4 - ConTeXt / PRAGMA ADE 1997-2004
   texutil : TeXUtil 8.2 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeXk, 3.141592-1.11a-2.1 (Web2C 7.5.2)
   context : ver: 2004.8.15
   cont-en : ver: 2004.8.15  fmt: 2004.8.22  mes: english
(PS (Patrick) - I tried to get a minimal file working on 
live.contextgarden but couldn't get any maths formatting to come out. 
Perhaps MathML support is not enabled there?)

Thanks,
Duncan
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \presentationstep

2004-11-09 Thread Eckhart Guthöhrlein
Hi all,

I finally had some time to look at the recent discussion. Stepwise
presentations have always been somewhat tricky in context, at least for
me.
I think that the rsteps module is a very valuable contribution. No
JavaScript. No dependency on acrobat versions. Just steps.
Thanks to David & co, I hope you will be able to maintain the module.
Will it be included in the distribution?

Greetings,
Eckhart
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] MathML element for accents?

2004-11-09 Thread Hans Hagen
Duncan Hothersall wrote:
Hello ConTeXters.
I am using the wonderful ability of ConTeXt to directly typeset MathML 
equations, and have come across a problem with trying to put a line 
above a character using the  element. Here's what I try:

\setuppagenumbering[state=stop]
\starttext
\startXMLdata

 
  x
  ¯
 

\stopXMLdata
\stoptext
The output I get is as if the accent="true" attribute wasn't set - i.e. 
the line is a long way above the x, not like an accent.

Is there another way to place math accents in presentational MathML?
My versions:
TeXVersion 0.1 / Taco Hoekwater 2004
   texexec : TeXExec 4.4 - ConTeXt / PRAGMA ADE 1997-2004
   texutil : TeXUtil 8.2 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeXk, 3.141592-1.11a-2.1 (Web2C 7.5.2)
   context : ver: 2004.8.15
   cont-en : ver: 2004.8.15  fmt: 2004.8.22  mes: english
(PS (Patrick) - I tried to get a minimal file working on 
live.contextgarden but couldn't get any maths formatting to come out. 
Perhaps MathML support is not enabled there?)
\starttext
\usemodule[mathml] \useXMLfilter[utf]
\unprotect
\remapXMLsequence [mover]  [CPA] \MMLpOVER
\remapXMLsequence [munder] [CPA] \MMLpUNDER
\def\MMLpUNDER#1#2%
  {\getXMLarguments{munder}{accent="false" #1}%
   \withnexttwoXMLRelements\doMMLpUNDER#2}
\def\MMLpOVER#1#2%
  {\getXMLarguments{mover}{accent="false" #1}%
   \withnexttwoXMLRelements\doMMLpOVER #2}
\def\doMMLpUNDER
  {\doifelse{\XMLpar{munder}{accent}{}}{true}
 {\secondXMLRelement\firstXMLRelement}
 [EMAIL PROTECTED]
\disabledelimiter\doMMLfiller\firstXMLRelement
[EMAIL PROTECTED]
\disabledelimiter\doMMLfiller\secondXMLRelement
   [EMAIL PROTECTED]
\def\doMMLpOVER
  {\doifelse{\XMLpar{mover}{accent}{}}{true}
 {\secondXMLRelement\firstXMLRelement}
 [EMAIL PROTECTED]@}%
\disabledelimiter\doMMLfiller\secondXMLRelement
[EMAIL PROTECTED]
\disabledelimiter\doMMLfiller\firstXMLRelement
\crcr}}}\limits}}
\protect
% \useXMLfilter[mea,meb,mec,meh,men,meo,mer]
% \useXMLfilter[mxa,mxb,mxc,mxh,mxn,mxo,mxr]
Normal: \startXMLdataa¯\stopXMLdata \par
Accent: \startXMLdatax¯\stopXMLdata \par

\stoptext
now, the problem is that this funny char between  has to become a math 
accent, so what is the code? (name) someplace we need to handle that kind of things

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: MathML element for accents?

2004-11-09 Thread Patrick Gundlach
Hello Duncan,


[...]

> (PS (Patrick) - I tried to get a minimal file working on
> live.contextgarden but couldn't get any maths formatting to come out.
> Perhaps MathML support is not enabled there?)

It should work out of the box. Could you send me a small test file? I
just double checked that the files from the web form get written
correctly to the disc for texexec. 

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context