[NTG-context] \setupindenting trouble

2009-11-01 Thread Femke Snelting

Hello,

I am having a problem with setupindenting:

\setupindenting[yes, next, 1em]

Only the very first sentence on a page is being un-indented instead of 
each first paragraph in a textblock. The same command has worked for 
almost a year, until my latest run of the document on 11 October 2009.


When I ran it again this evening, it appeared to have stopped working 
and I do not know why.


I am running the latest version, but have tested with the 'current' 
version as well:


MTXrun | current version: 2009.11.01 19:19

I hope someone can help -- I am facing a deadline tomorrow :-(

best,


Femke

--

\setupindenting[yes,next,1em]

\starttext

\input knuth
\blank

\input knuth
\blank

\input knuth
\blank

\stoptext






___
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
___


Re: [NTG-context] one entry, multiple registers

2009-02-20 Thread Femke Snelting
there is no such sharing built in (for context mkiv i will probably 
provide a merge registers features)


\def\VegetableAndOrange#1%
  {\Vegetable{#1}\Orange{#1}#1}


Thanks for your quick answer and we're looking forward to the merge 
register features


groet,

Femke
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] one entry, multiple registers

2009-02-19 Thread Femke Snelting

Dear list,

I'm part of a design group Open Source Publishing, and since a few 
months we are using various TeX related packages. After many trials and 
errors we were more than happy to come accross ConTeXt and it starts to 
grow on us :-)


For the lay-out of a multi-lingual art publication we would like to 
include four registers. I've searched mailinglist, manuals and wiki but 
can't find how to add the same entry to *multiple* registers. How should 
I mark up 'carrots' to make it appear in Orange AND in Vegetable? Or is 
\Vegetable{carrots}\Orange{carrots}{carrots} really the best way?



Femke

http://www.ospublish.constantvzw.org

---

\defineregister[Orange][Orange]
\defineregister[Vegetable][Vegetables]

\starttext

In a large pot combine broth, water, wine, apples, 
\Vegetable{carrots}\Orange{carrots}{carrots}, \Vegetable{onion}{onion}, 
\Vegetable{fennel}{fennel}, bay leaf, thyme and peppercorns; heat to 
boiling. Reduce heat to simmer, cover, and cook 20 minutes.


\completeOrange
\completeVegetable

\stoptext
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___