<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.tex.context">
    <title>gmane.comp.tex.context</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76410"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.tex.context/76409"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76428">
    <title>Simple backgrounds not working</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76428</link>
    <description>&lt;pre&gt;Hi,

Simple backgrounds are not working with the latest beta. The following has 
no background color.

\setupbackground
   [background=color, backgroundcolor=red]
\starttext
\startbackground
   ABC
\stopbackground
\stoptext

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Aditya Mahajan</dc:creator>
    <dc:date>2012-05-26T02:57:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76427">
    <title>Use figures without file extension</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76427</link>
    <description>&lt;pre&gt;Currently, ConTeXt only recognizes the type of figure from the file 
extension. If a filename does not have an extension, \externalfigure 
fails.

For example:

     $ cp `luatools hacker.jpg` something

Then,

     \starttext
     \externalfigure[something]
     \stoptext

fails. However, if I set

     \externalfigure[something][method=jpg]

the figure loads correctly. But what is surprising is that if I set

     \externalfigure[something][method=pdf]

then also the figure loads correctly! This means that context has the code to
recognize the figure type (even without the extension), but that fails when
method is not set.

Setting a global

     \setupexternalfigures[method=pdf]

does not work because method is reset to empty by \resetfiguresettings.


Any ideas on how to load an external figure without a file extension and not
specifying the figure type by hand?

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, p&lt;/pre&gt;</description>
    <dc:creator>Aditya Mahajan</dc:creator>
    <dc:date>2012-05-26T02:08:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76426">
    <title>Re: xmlmapvalue</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76426</link>
    <description>&lt;pre&gt;
\xmlmapvalue and \xmlvalue don't have an #1 == node so they are 
independent of where they are called



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T22:17:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76425">
    <title>xmlmapvalue</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76425</link>
    <description>&lt;pre&gt;Is there something local in \xmlmapvalue?
Because \xmlmapvalue in the current tree (with \xmlsetup{#1}{command}) makes \xmlvalue find the mapping, but having it executed on a different tree (with \xmlprocessbuffer{root}{buffer}{}) makes it unreachable and \xmlvalue fails.
How to solve this?

Hans van der Meer



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________&lt;/pre&gt;</description>
    <dc:creator>Meer, H. van der</dc:creator>
    <dc:date>2012-05-25T21:14:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76424">
    <title>Re: \typefile does not obey global path settings</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76424</link>
    <description>&lt;pre&gt;

Then it happened to work by accident. I am currently revising an old
document (but already MkIV) and it doesn't use paths in the
\typefile calls. Except of this and a few other glitches it was easy
to adapt it to a current beta.


Thanks Hans.


Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-25T17:40:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76423">
    <title>Re: \typefile does not obey global path settings</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76423</link>
    <description>&lt;pre&gt;
it was never part of the idea .. added in next beta


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T17:23:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76422">
    <title>Re: Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76422</link>
    <description>&lt;pre&gt;Thank you very much for pointing this out. - I am able to typeset the text in the way I would like. I tried a couple of options but not all of them have effects. - I can understand that, because it looks like this mechanism is under further construction …

Willi
On May 25, 2012, at 1:59 PM, Rogers, Michael K wrote:


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Willi Egger</dc:creator>
    <dc:date>2012-05-25T15:19:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76421">
    <title>Re: Thank you</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76421</link>
    <description>&lt;pre&gt;There is a zip with examples/tests at
http://www.pragma-ade.com/download-4.htm
(also search this ml for cont-tst.7z)

Another one is
Documentation of the source code
at
http://wiki.contextgarden.net/Main_Page
The original idea was to document all the files used to build the
format, but in the end it's more useful as another  test suite.
(unfortunately I've no time to follow this project)

&lt;/pre&gt;</description>
    <dc:creator>luigi scarso</dc:creator>
    <dc:date>2012-05-25T14:01:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76420">
    <title>Re: Thank you</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76420</link>
    <description>&lt;pre&gt;
Well, in that case I need way more time and extremely fast computers, so 
I happily leave that to others to organize. There is a growing test 
suite available.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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&amp;lt; at &amp;gt;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
_____________________________________________________&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T12:50:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76419">
    <title>Re: Thank you</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76419</link>
    <description>&lt;pre&gt;

An test suite with unit tests for each feature and maybe some larger
documents to detect interferences between individual features. Which
needs to be run and passed before a beta is uploaded.

Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-25T12:30:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76418">
    <title>Re: Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76418</link>
    <description>&lt;pre&gt;
Try
    \setuplinenumbering[step=5,location=text]

From page.lin.mkiv, there seems to be these options now:
    \setnewconstant\linenumberlocation \plusone  % 0=middle, 1=left, 2=right, 3=inner, 4=outer, 5=text, 6=begin, 7=end
One may also use command=\myLocation, e.g., to put the line number in text at right, use
    \def\myLocation#1{\rlap{\hskip\leftmargindistance\hskip\textwidth{#1}}}

Note:  Changing to location=middle in your (or any) example gives an error, \domakelinenumber undefined:

\starttext
\setuplinenumbering[step=5,location=middle]
\startlinenumbering
\startlines
Een nieuwe lente en een nieuw geluid:
Ik wil dat dit lied klinkt als het gefluit,
Dat ik vaak hoorde voor een zomernacht,
In een oud stadje, langs de watergracht ---
In huis was 't donker, maar de stille straat
Vergaarde schemer, aan de lucht blonk laat
Nog licht, er viel een gouden blanke schijn
Over de gevels van mijn raamkozijn.
\stoplines
\stoplinenumbering
\stoptext


________________________________

This e-mail message (inclu&lt;/pre&gt;</description>
    <dc:creator>Rogers, Michael K</dc:creator>
    <dc:date>2012-05-25T11:59:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76417">
    <title>Thank you</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76417</link>
    <description>&lt;pre&gt;I’d like to thank you wizards and workers for fixing the bugs that  
bothered me with my current book project just in time!
(I’ll never update any more ;---)

It’s sometimes a bit difficult to get a version of ConTeXt that  
supports all needed features at the same time...
Can we do anything WRT quality assurance?


Greetlings, Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Henning Hraban Ramm</dc:creator>
    <dc:date>2012-05-25T10:42:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76416">
    <title>Re: Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76416</link>
    <description>&lt;pre&gt;Hi,
On May 25, 2012, at 12:30 PM, Willi Egger wrote:


should read as intext ..      ;-)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Willi Egger</dc:creator>
    <dc:date>2012-05-25T10:33:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76415">
    <title>Re: Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76415</link>
    <description>&lt;pre&gt;Oh dear, stupid me…

Still I have two things:

- It appears that the intent option is not honored and the numbers appear always in the margin.
- The numbers are flush right in the margin, but after line &amp;gt;99 the third number is placed outside the margin towards the text.

Willi


On May 25, 2012, at 10:48 AM, Hans Hagen wrote:


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________&lt;/pre&gt;</description>
    <dc:creator>Willi Egger</dc:creator>
    <dc:date>2012-05-25T10:30:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76414">
    <title>Re: \typefile does not obey global path settings</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76414</link>
    <description>&lt;pre&gt;

Still failing in current beta.

% file: test.tex
\usepath [code]
\starttext

  % fails
  % \typefile{somefile}

  % works
  \typefile{code/somefile}
\stoptext

% file: code/somefile
This should be printed.


Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-25T10:29:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76413">
    <title>Re: Citations in a frontmatter fail when placed in acomponent</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76413</link>
    <description>&lt;pre&gt;

Works perfectly, thanks for the fix.


Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-25T10:23:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76412">
    <title>Re: Small integral signes with Palatino</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76412</link>
    <description>&lt;pre&gt;

indeed, and I always thought that these fonts were similar in setup

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T08:55:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76411">
    <title>Re: Small integral signes with Palatino</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76411</link>
    <description>&lt;pre&gt;

fixed


fixed

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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&amp;lt; at &amp;gt;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
___________________________________________________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T08:55:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76410">
    <title>Re: Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76410</link>
    <description>&lt;pre&gt;
at least make sure that you *do* number:

\setuplinenumbering[step=5,location=intext]
\startlinenumbering
\startlines
Een nieuwe lente en een nieuw geluid:
Ik wil dat dit lied klinkt als het gefluit,
Dat ik vaak hoorde voor een zomernacht,
In een oud stadje, langs de watergracht ---
In huis was 't donker, maar de stille straat
Vergaarde schemer, aan de lucht blonk laat
Nog licht, er viel een gouden blanke schijn
Over de gevels van mijn raamkozijn.
\stoplines
\stoplinenumbering

lines and linenumbering are independent mechanisms

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
__________________________________________________________________________________&lt;/pre&gt;</description>
    <dc:creator>Hans Hagen</dc:creator>
    <dc:date>2012-05-25T08:48:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76409">
    <title>Linenumbering</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76409</link>
    <description>&lt;pre&gt;Hi all,

may be i am mistaken, but I can't get line numbering to show in the beta of yesterday afternoon.

\starttext
\setuplinenumbering[step=5,location=intext]
\startlines
Een nieuwe lente en een nieuw geluid:
Ik wil dat dit lied klinkt als het gefluit,
Dat ik vaak hoorde voor een zomernacht,
In een oud stadje, langs de watergracht ---
In huis was 't donker, maar de stille straat
Vergaarde schemer, aan de lucht blonk laat
Nog licht, er viel een gouden blanke schijn
Over de gevels van mijn raamkozijn.
\stoplines
\stoptext

It compiles ok, no error messages.


Willi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context&amp;lt; at &amp;gt;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
________________________________________________&lt;/pre&gt;</description>
    <dc:creator>Willi Egger</dc:creator>
    <dc:date>2012-05-25T08:07:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.tex.context/76408">
    <title>Re: Missing "missing character" warning</title>
    <link>http://permalink.gmane.org/gmane.comp.tex.context/76408</link>
    <description>&lt;pre&gt;

Wikified.

http://wiki.contextgarden.net/Fonts_in_LuaTeX#Get_a_warning_if_the_glyph_is_missing

Cheers

&lt;/pre&gt;</description>
    <dc:creator>Marco Pessotto</dc:creator>
    <dc:date>2012-05-25T07:59:05</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.tex.context">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.tex.context</link>
  </textinput>
</rdf:RDF>

