[NTG-context] beta (31.08.2006)

2006-09-04 Thread Peter Rolf
Hi,

just tested the new beta, but with no luck. I get the following error

[..]

{r:/tex/texmf-local/fonts/map/pdftex/context/texnansi-base.map}
../include/scr
eenshots/firefox/1.07/options-general.png (PNG copy)
figures : dimensions : 426.84468pt x 354.57469pt
figures : state : using found figure
figures : object set : options-general-png-png-0
(./window.tuo)
figures : object used : options-general-png-png-0
! Missing number, treated as zero.
to be read again
   @
\finalscaleboxwidth -@
   @efwidth
\prepackageexternalfigureobject ...lscaleboxwidth
  \global \ht
\foundexternal...

\calculateexternalfigure ...eexternalfigureobject

\pushpublicfigurevariables...
argument ... ][\s!dummy ][options-general][][][]

\calculateexternalscreenfi...

\firstofoneargument #1-#1

...
l.5 ...=topleft]{\externalfigure[options-general]}
  \def\Dbgfill{1}
?


Greetings, Peter
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] listoffloats question

2006-09-04 Thread richard rascher-friesenhausen
nico schrieb:
 On Fri, 01 Sep 2006 17:14:01 +0200, richard rascher-friesenhausen  
 [EMAIL PROTECTED] wrote:

   
 Hello,

 in my scripts i use different kinds of figure, defined as floats cloned
 from the original ConTeXt figure:

 \definefloat[afigure][afigures][figure]
 \definefloat[bfigure][bfigures][figure]

 In my script environment i use different setups for figure, afigure and
 bfigure that are not shown here.
 Using cloning, all figures use the same counter, which is nice.
 

 Really? In which release the counter is the same? With your case, I have  
 here the figure numbers 1, 1, 1, 2, 2, 2.

 Regards,
 BG
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
   
Hello

In ConTeXt ver. 2006.08.04 standalone windows version the numbering is 
wrong. All figures on page one get the number 1, all figures on page two 
get number 2.

In ConTeXt ver. 2005.11.30 standalone windows version the numbering is 
correct. But \placelistoffigures only show the native figures, too.

So something must be broken in the newest ConTeXT...

Regards
   richard


-- 

==
Richard Rascher-Friesenhausen
MeVis Research GmbH
Universitaetsallee 29
D-28359 Bremen

als auch
Hochschule Bremerhaven, Studiengang Medizintechnik
An der Karlsstadt 8
27568 Bremerhaven

email: [EMAIL PROTECTED], [EMAIL PROTECTED]
www  : http://www.mevis.de/, http://www.hs-bremerhaven.de/
fon  : +49 - 421 - 218 7707 (mevis)
fax  : +49 - 421 - 218 4236 (mevis)
==


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] ConTeXt ver: 2006.08.31 19:37 MK II

2006-09-04 Thread Alan Bowen
The latest ConTeXt fails at the very end of its run, when I try to  
process a source file that has some Greek using Thomas' ancientgreek  
module. The concluding lines of the console file, show

Here is how much of TeX's memory you used:
4881 strings out of 57802
104260 string characters out of 542422
4644045 words of memory out of 6070337
43852 multiletter control sequences out of 1+5
247397 words of font info for 143 fonts, out of 200 for 2000
332 hyphenation exceptions out of 5000
68i,23n,96p,1819b,1269s stack positions out of 5000i,500n,6000p, 
20b,4s
PDF statistics:
145 PDF objects out of 30
30 named destinations out of 131072
5633 words of extra memory for PDF output out of 1
{/Users/acbowen/Library/texmf/fonts/enc/dvips/base/greek/oxonagr.enc}
Error: pdfetex (file Oxoniensis.ttf): cannot open TrueType font file  
for readin
g
== Fatal error occurred, the output PDF file is not finished!

Alan
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] textmate

2006-09-04 Thread Patrick Gundlach
Hi,

 TextMate is a delight. I've been using a bastardized LaTeX bundle, which 
 doesn't do anything useful except some decent highlighting. I'd love to 
 see a good one.

I've started one, but it's at the very beginning. 

obvious shortcomings:

* no Cmd-R or equivalent for typesetting ConTeXt
* no PDF preview

(next release)

but

* (esc) completion for all ConTeXt commands (that are in texshow*)
* snippets for all Commands, including a visual feedback for optional
  and mandatory arguments as well as the argument type (list,
  keywords, math, ...). Just type \acommand and press tab.
* Help for all known commands, press Ctrl-h and a texshow-web help
  pops up.

Wiki page (general Text editor page): http://wiki.contextgarden.net/Text_editor
Download: http://dl.contextgarden.net/support/
or directly:
http://dl.contextgarden.net/support/context-tmbundle-0.1.zip

I'd like to get help on the rest.

Enjoy!

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] listoffloats question

2006-09-04 Thread Willi Egger
Hi,

with Context 2006.08.08 there is  no problem with the figure-numbering.

In order to get your figure lists typeset:

\conpletelistoffigures
\completelistofafigures
\completelistofbfigures

Kind regards
Willi

richard rascher-friesenhausen wrote:
 nico schrieb:
   
 On Fri, 01 Sep 2006 17:14:01 +0200, richard rascher-friesenhausen  
 [EMAIL PROTECTED] wrote:

   
 
 Hello,

 in my scripts i use different kinds of figure, defined as floats cloned
 from the original ConTeXt figure:

 \definefloat[afigure][afigures][figure]
 \definefloat[bfigure][bfigures][figure]

 In my script environment i use different setups for figure, afigure and
 bfigure that are not shown here.
 Using cloning, all figures use the same counter, which is nice.
 
   
 Really? In which release the counter is the same? With your case, I have  
 here the figure numbers 1, 1, 1, 2, 2, 2.

 Regards,
 BG
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
   
 
 Hello

 In ConTeXt ver. 2006.08.04 standalone windows version the numbering is 
 wrong. All figures on page one get the number 1, all figures on page two 
 get number 2.

 In ConTeXt ver. 2005.11.30 standalone windows version the numbering is 
 correct. But \placelistoffigures only show the native figures, too.

 So something must be broken in the newest ConTeXT...

 Regards
richard


   
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Printed ConTeXt documentaton

2006-09-04 Thread Geoffrey Alan Washburn

Are there any books on ConTeXt?  Or is all available documentation in 
electronic form?  Thanks.

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to display JavaScript's values in ConTeXt

2006-09-04 Thread Zhichu Chen
Hello everybody,

I want to add a clock which shows the system time to a pdf file.
And I have read the ``art-calc.pdf'' and ``mwidget-p.pdf'' to find
some approaches but failed shamely. I am indeed new at ConTeXt and
JavaScript. Before I'm shocked by ConTeXt, I used LaTeX for about 2
years, so I'm confused with the conventions between ConTeXt and LaTeX.
My code is here:

--
\setupinteraction[state=start]

\startJSpreamble functions used now
  function do_digit(d)
{ Stack[Level] += String(d);
  do_refresh(Level) }
\stopJSpreamble

\startJScode{digit}
  do_digit(JS_S_1);
\stopJScode

\definefield[Stack.1][line][Results][][

\setupfield
  [Results]
  [horizontal,frame]
  [width=fit,
   height=2cm,
   frame=on]
  [height=18pt,width=80pt,align=middle,frame=off]
  [height=18pt,width=80pt,color=red,align=right,style=type,frame=off]

\setupbuttons [background=infobutton]

\starttext

Click \button{7}[JS(digit{7})] will get
\field[Stack.1]

\stoptext


I only copied these codes from art-calc.pdf so there must be some
other critical concepts that I haven't realized. Please point them to
me. Thanks
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Typesetting Math

2006-09-04 Thread Pepe Barbe
Hello,

I am curious about what does everyone around here uses for typesetting
Math? Currently I know more LaTeX than anything else for that, but
from what I gather to use ConTeXt in full extent I should typeset
things directly in TeX or use MathML.

So far I've been some LaTeX-like stuff and it was worked fine, but
know I want to do more complet layouts that would involve LaTeX style
arrays to align equations in several lines.

So, what would you guys would recommend?

Thanks,
Pepe
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context