Re: [NTG-context] list of images with bibliography

2009-02-09 Thread Taco Hoekwater

Mojca Miklavec wrote:

Hello,

I would like to create a normal list with bibliography (list of
sources used in an article) + a list of figures, approximately like
this:

List of Figures

Figure 1: http://wiki.contextgarden.net/skins/common/images/logo_circ_small.png
Figure 2: Important, the Author: History of Everything. Town.
Publisher. Year. Page 3
Figure 3: (drawn by author)
Figure 4: Important, the Author: History of Everything. Town.
Publisher. Year. Page 42
Figure 5: http://yet.another.url/image.png

I will probably do it by hand (it will take me less time than trying
to figure out the trick to do it), but I'm wondering if bib module
allows something similar to this: keeping track of two bibliographf
lists and then make a similar summary.


No, it can't. There is only one publication list.

Best wishes,
Taco
___
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] interesting arrange effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz

Hi all,

I just stumbled upon an interesting, if unwanted effect with the xp  
interface. Minimal document:


\setuppapersize[A6][A4]

\setuparranging[2*4]

\starttext

\dorecurse{8}{\input knuth \par \page}

\stoptext

Please compile with

texexec --lua --interface=xp --arrange

and enjoy :-)

Best

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


Re: [NTG-context] interesting arrange effect with interface=xp

2009-02-09 Thread Wolfgang Schuster

Thomas A. Schmitz schrieb:

Hi all,

I just stumbled upon an interesting, if unwanted effect with the xp 
interface. Minimal document:


\setuppapersize[A6][A4]

\setuparranging[2*4]

\starttext

\dorecurse{8}{\input knuth \par \page}

\stoptext

Please compile with

texexec --lua --interface=xp --arrange

and enjoy :-)


Nothing new, see:
http://archive.contextgarden.net/message/20090113.193821.22c66787.en.html

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


Re: [NTG-context] interesting arrange effect with interface=xp

2009-02-09 Thread Jan-Erik Hägglöf
HI! 

Which fun? .. this?

Setting /home/djsameman/context/tex as TEXROOT.
djsame...@lundby:~$ cd Dokument/context/funwith_xp_iface/
djsame...@lundby:~/Dokument/context/funwith_xp_iface$ texexec --lua
--interface=xp --arrange
TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD

TeXExec | --checkcheck versions
TeXExec | --figures  generate overview of figures
TeXExec | --listing  list of file content
TeXExec | --make make formats
TeXExec | --modules  generate module documentation
TeXExec | --mpgraphicprocess mp file to stand-alone graphics
TeXExec | --mpstatic process mp/ctx file to stand-alone graphics
TeXExec | --mptexprocess mp file
TeXExec | --mpxtex   process mpx file
TeXExec | --pdfarrange   impose pages (booklets)
TeXExec | --pdfcombine   combine multiple pages
TeXExec | --pdfcopy  copy pages from file(s)
TeXExec | --pdfselectselect pages from file(s)
TeXExec | --pdfsplit split file in pages
TeXExec | --pdftrim  trim pages from file(s)
TeXExec | --process  process file
TeXExec | 
TeXExec | --help --all   shows all switches
djsame...@lundby:~/Dokument/context/funwith_xp_iface$ 

.or is there some issue with my 
current version: 2009.01.14 11:29   ?

//Janneman


mån 2009-02-09 klockan 11:05 +0100 skrev Thomas A. Schmitz:
 Hi all,
 
 I just stumbled upon an interesting, if unwanted effect with the xp  
 interface. Minimal document:
 
 \setuppapersize[A6][A4]
 
 \setuparranging[2*4]
 
 \starttext
 
 \dorecurse{8}{\input knuth \par \page}
 
 \stoptext
 
 Please compile with
 
 texexec --lua --interface=xp --arrange
 
 and enjoy :-)
 
 Best
 
 Thomas
 ___
 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
 ___
___
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
___


Re: [NTG-context] interesting arrange effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz


On Feb 9, 2009, at 11:11 AM, Wolfgang Schuster wrote:


Nothing new, see:
http://archive.contextgarden.net/message/20090113.193821.22c66787.en.html

Wolfgang


Shoot! Sorry for the noise...

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


Re: [NTG-context] interesting arrange effect with interface=xp

2009-02-09 Thread Thomas A. Schmitz


On Feb 9, 2009, at 11:23 AM, Jan-Erik Hägglöf wrote:


Setting /home/djsameman/context/tex as TEXROOT.
djsame...@lundby:~$ cd Dokument/context/funwith_xp_iface/
djsame...@lundby:~/Dokument/context/funwith_xp_iface$ texexec --lua
--interface=xp --arrange


  ^^
you need to add the name of your
document here


Thomas

___
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] End of line marker in verbatim texts

2009-02-09 Thread Peter Münster
Hello,

The example on http://wiki.contextgarden.net/Goodies does not work with
MKIV. What is the new way to do this?

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/

___
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] problem with utf \mu

2009-02-09 Thread Peter Münster
Hello,

In math-mode, the utf-\mu is not ok (MKIV):

\starttext
µ is ok, but $µ$ is ţ
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/

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


Re: [NTG-context] problem with utf \mu

2009-02-09 Thread Hans Hagen

Peter Münster wrote:

Hello,

In math-mode, the utf-\mu is not ok (MKIV):

\starttext
µ is ok, but $µ$ is ţ
\stoptext


what version? works ok here

--

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


Re: [NTG-context] problem with utf \mu

2009-02-09 Thread Hans Hagen

Peter Münster wrote:

On Mon, 9 Feb 2009, Hans Hagen wrote:


Peter Münster wrote:

Hello,

In math-mode, the utf-\mu is not ok (MKIV):

\starttext
µ is ok, but $µ$ is ţ
\stoptext

what version? works ok here


Sorry, here the versions:
ConTeXt 2009.01.18 14:39
LuaTeX  snapshot-0.31.3-2008123108, build unknown
(from the minimals)

I'll try the version from yesterday, when the minimals are updated.


pre-beta math was just a subset and temp hack to get my own docs 
working; the upcoming release (+beta) is now completely unicode and uses 
either opentype fonts or virtualized lm


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
-
___
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] layout problem

2009-02-09 Thread Antoine Junod
Dear list,

I've got two layout problems I can't resolve by myself:

* On the left pages, in the left margin, there is a white stripe. I
  don't really understand why. I've read on the wiki that when we
  describe a layout for a double page layout, the left pages layout is
  a mirror of the right ones. And on the right ones, there are no
  white stripes...

* My 'printer' (the company that will print the booklet for me, not
  sure that the good word) asks me to provide him with a document that
  is 2mm larger and 2mm higher that the final one to be sure he can
  print precisely to the exact border of the paper. I don't want to
  magnify the whole document as it will maybe cut some
  information. Any idea on how I could achive that?

Linked is the pdf output. Below is the minimal example used to create
the pdf output.

Thanks a lot for your reply,
-AJ


Here is my setup:

\setuppapersize[A5][A4]
\setuparranging[2UP,rotated]
\setuppagenumbering
 [alternative=doublesided]
\definelayout
[default]
[leftmargin=0mm,rightmargin=24mm,
 topspace=0mm,backspace=10mm,
 width=115mm, height=middle]
\setuplayout[default]
\setupbodyfont[sansserif,10pt]
\enableregime[utf]
\setupcolors[state=start]
\definecolor
[marginblue]
[c=.71,m=.58,y=0,k=.43]
\setupbackgrounds
[text,header,footer]
[rightmargin]
[background=color,backgroundcolor=marginblue]
\starttext
page de titre
\page[yes]
colophon
\page[yes]
\section{Le mot du président}
pouet
\page[yes]
toujours les bêtises d'Alain
\page[yes]
\section{Votre comité}
\stoptext



bad_layout.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] problem with utf \mu

2009-02-09 Thread Peter Münster
On Mon, 9 Feb 2009, Hans Hagen wrote:

 Peter Münster wrote:
  Hello,
  
  In math-mode, the utf-\mu is not ok (MKIV):
  
  \starttext
  µ is ok, but $µ$ is ţ
  \stoptext
 
 what version? works ok here

Sorry, here the versions:
ConTeXt 2009.01.18 14:39
LuaTeX  snapshot-0.31.3-2008123108, build unknown
(from the minimals)

I'll try the version from yesterday, when the minimals are updated.

Peter

-- 
Contact information: http://pmrb.free.fr/contact/

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


Re: [NTG-context] layout problem

2009-02-09 Thread Wolfgang Schuster

Antoine Junod schrieb:

Dear list,

I've got two layout problems I can't resolve by myself:

* On the left pages, in the left margin, there is a white stripe. I
  don't really understand why. I've read on the wiki that when we
  describe a layout for a double page layout, the left pages layout is
  a mirror of the right ones. And on the right ones, there are no
  white stripes...



A5 paper has not the exactly the half size as A4 paper.

A4 has a height of 297mm and A5 a width of 148mm.

297 - 2 * 148 = 1mm (the gap on the left side).

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


Re: [NTG-context] layout problem

2009-02-09 Thread Antoine Junod
Hi Wolfgang :)

Wolfgang Schuster schuster.wolfg...@googlemail.com writes:

 Antoine Junod schrieb:
 Dear list,
 I've got two layout problems I can't resolve by myself:
 * On the left pages, in the left margin, there is a white stripe. I
   don't really understand why. I've read on the wiki that when we
   describe a layout for a double page layout, the left pages layout is
   a mirror of the right ones. And on the right ones, there are no
   white stripes...


 A5 paper has not the exactly the half size as A4 paper.

 A4 has a height of 297mm and A5 a width of 148mm.

 297 - 2 * 148 = 1mm (the gap on the left side).

God. I always thought it was exactly one half of A4. Thanks for the
info.

A+
-AJ
___
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
___


Re: [NTG-context] problem with utf \mu

2009-02-09 Thread Mojca Miklavec
On Mon, Feb 9, 2009 at 2:23 PM, Peter Münster wrote:
 On Mon, 9 Feb 2009, Hans Hagen wrote:

 Peter Münster wrote:
  Hello,
 
  In math-mode, the utf-\mu is not ok (MKIV):
 
  \starttext
  µ is ok, but $µ$ is ţ
  \stoptext

 what version? works ok here

 Sorry, here the versions:
 ConTeXt 2009.01.18 14:39
 LuaTeX  snapshot-0.31.3-2008123108, build unknown
 (from the minimals)

 I'll try the version from yesterday, when the minimals are updated.

You need --context=experimental (or alpha) and self-compiled luatex.

Sorry for that, but the problem is that different versions require
different luatex version and I need to set up such support first.

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


Re: [NTG-context] layout problem

2009-02-09 Thread Martin Schröder
2009/2/9 Antoine Junod t...@tots-ns.net:
 A5 paper has not the exactly the half size as A4 paper.

 A4 has a height of 297mm and A5 a width of 148mm.

 297 - 2 * 148 = 1mm (the gap on the left side).

 God. I always thought it was exactly one half of A4. Thanks for the
 info.

ISO 216 paper sizes are always rounded to full millimeters.

http://en.wikipedia.org/wiki/ISO_A4

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


Re: [NTG-context] layout problem

2009-02-09 Thread Antoine Junod
Wolfgang Schuster schuster.wolfg...@googlemail.com writes:

 Antoine Junod schrieb:
 Dear list,
 I've got two layout problems I can't resolve by myself:
 * On the left pages, in the left margin, there is a white stripe. I
   don't really understand why. I've read on the wiki that when we
   describe a layout for a double page layout, the left pages layout is
   a mirror of the right ones. And on the right ones, there are no
   white stripes...

 A5 paper has not the exactly the half size as A4 paper.

 A4 has a height of 297mm and A5 a width of 148mm.

 297 - 2 * 148 = 1mm (the gap on the left side).

So, for the record, the only solution I found to center my two A5
pages on the A4 one is to add veroffset=.5mm (ie, half of Wolfgang's
milimeter) to the layout definition.

If anybody has something better, feel free to complete the thread :)

All the best,
-AJ
___
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
___


Re: [NTG-context] layout problem

2009-02-09 Thread Wolfgang Schuster

Antoine Junod schrieb:

Wolfgang Schuster schuster.wolfg...@googlemail.com writes:


Antoine Junod schrieb:

Dear list,
I've got two layout problems I can't resolve by myself:
* On the left pages, in the left margin, there is a white stripe. I
  don't really understand why. I've read on the wiki that when we
  describe a layout for a double page layout, the left pages layout is
  a mirror of the right ones. And on the right ones, there are no
  white stripes...

A5 paper has not the exactly the half size as A4 paper.

A4 has a height of 297mm and A5 a width of 148mm.

297 - 2 * 148 = 1mm (the gap on the left side).


So, for the record, the only solution I found to center my two A5
pages on the A4 one is to add veroffset=.5mm (ie, half of Wolfgang's
milimeter) to the layout definition.

If anybody has something better, feel free to complete the thread :)


\setuplayout[location=middle]
\setuplayout[default]

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


Re: [NTG-context] layout problem

2009-02-09 Thread Antoine Junod
Wolfgang Schuster schuster.wolfg...@googlemail.com writes:

 Antoine Junod schrieb:
 Wolfgang Schuster schuster.wolfg...@googlemail.com writes:
 
 Antoine Junod schrieb:
 Dear list,
 I've got two layout problems I can't resolve by myself:
 * On the left pages, in the left margin, there is a white stripe. I
   don't really understand why. I've read on the wiki that when we
   describe a layout for a double page layout, the left pages layout is
   a mirror of the right ones. And on the right ones, there are no
   white stripes...
 A5 paper has not the exactly the half size as A4 paper.

 A4 has a height of 297mm and A5 a width of 148mm.

 297 - 2 * 148 = 1mm (the gap on the left side).
 So, for the record, the only solution I found to center my two A5
 pages on the A4 one is to add veroffset=.5mm (ie, half of Wolfgang's
 milimeter) to the layout definition.
 If anybody has something better, feel free to complete the thread :)

 \setuplayout[location=middle]
 \setuplayout[default]

It works... but if I put location=middle in \definelayout, as I tried,
it does not works. I'm a bit lost, right now :)

A+
-AJ
___
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] beta

2009-02-09 Thread Hans Hagen

Hi,

I uploaded a new beta. There are a few math fixes (but extensible top 
accents will be done the next few weeks because the engine needs to 
rupport it). There is also a changed CJK handler (on by default but that 
might change because of some overhead that it creates). Later this week, 
in Korea I'll discuss some details that are boethering me esp how to 
deal with crappy fonts, half width, etc. (I made some automatisms that I 
removed because there is too much interference and unpredictability)


CJK users can get an idea with

\usemodule[fnt-24]

\setuplayout[topspace=1cm,bottomspace=1cm,width=middle,height=middle,header=0pt,footer=0pt]

\setupcolors[state=start] \enabletrackers[cjk.analyzing]

\starttext

\definefontfeature
  [korean]
  [script=hang,language=kor,mode=node]

\definedfont[adobesongstd-light*korean at 10pt] \setupinterlinespace

\ShowCombinationsCJK (\ShowCombinationsC)

\stoptext

CJK users might want to  get some agreement on

- what exact rules are with regarde to mixes
- how to deal with interference between fonts
- which fonts can serve as reference
- what examples to use for testing
- ...

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


Re: [NTG-context] layout problem

2009-02-09 Thread Wolfgang Schuster

Antoine Junod schrieb:


So, for the record, the only solution I found to center my two A5
pages on the A4 one is to add veroffset=.5mm (ie, half of Wolfgang's
milimeter) to the layout definition.
If anybody has something better, feel free to complete the thread :)



\setuplayout[location=middle]
\setuplayout[default]


It works... but if I put location=middle in \definelayout, as I tried,
it does not works. I'm a bit lost, right now :)


Not all setting from \setuplayout work also with \definelayout,
e.g. the location keys or the grid option.

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


Re: [NTG-context] End of line marker in verbatim texts

2009-02-09 Thread Hans Hagen

Peter Münster wrote:

Hello,

The example on http://wiki.contextgarden.net/Goodies does not work with
MKIV. What is the new way to do this?


for the moment you can try hack

\let\endverbatimline\relax

into something

when i'm in the mood (or have an incentive) i'll extend the verbatim 
module in the mkiv way


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


Re: [NTG-context] beta

2009-02-09 Thread Wolfgang Schuster

Hans Hagen schrieb:

I uploaded a new beta. There are a few math fixes (but extensible top 
accents will be done the next few weeks because the engine needs to 
rupport it). There is also a changed CJK handler (on by default but that 
might change because of some overhead that it creates). Later this week, 
in Korea I'll discuss some details that are boethering me esp how to 
deal with crappy fonts, half width, etc.


What do you mean with half width, puctuation or something else?

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


[NTG-context] Bib module: more \setupcite options?

2009-02-09 Thread Jeff Smith
Hi all (or Taco? :-)),

My a-key to use with the \cite command and my bib database doesn't
seem to work when I have more than two authors/editors. Here is my
data:

\startpublication[n=40,t=editedbook,k=Burton-RobertsEtAl2000,a={{Burton-Roberts},{Carr},{Docherty}},y=2000]
\editor[]{Noël}[N.]{}{Burton-Roberts}
\editor[]{Philip}[P.]{}{Carr}
\editor[]{Gerard}[G.]{}{Docherty}
\title{Phonological knowledge. Conceptual and empirical issues}
\pubname{Oxford University Press}
\city{New York/Oxford}
\pages{352}
\pubyear{2000}
\stoppublication

My setup is simple, I use all the defaults. Meaning, I don't have any
\setupcite specification in my environment file.

So, when I use the following command:

\cite{Burton-RobertsEtAl2000}

I get the following output:

 (2000)

If I just remove one name in the a key, like this:

\startpublication[n=40,t=editedbook,k=Burton-RobertsEtAl2000,a={{Burton-Roberts},{Carr}},y=2000]
\editor[]{Noël}[N.]{}{Burton-Roberts}
\editor[]{Philip}[P.]{}{Carr}
\editor[]{Gerard}[G.]{}{Docherty}
\title{Phonological knowledge. Conceptual and empirical issues}
\pubname{Oxford University Press}
\city{New York/Oxford}
\pages{352}
\pubyear{2000}
\stoppublication

With the above \cite command I get the expected:

Roberts et Carr (2000)

Where can I setup this? I see nothing regarding that in the BibTeX
manual. There's a lot covering the publication list at the end, but I
have no problems there, with as many authors (or editors, like in this
case) I want. I get only this behaviour with the \cite command.

Have I missed something?

I'm running mkii version 2008.11.10.

Thanks for any help!
Jeff
___
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
___