<?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://blog.gmane.org/gmane.comp.tex.context">
    <title>gmane.comp.tex.context</title>
    <link>http://blog.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://comments.gmane.org/gmane.comp.tex.context/76428"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76427"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76417"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76409"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76350"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76349"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76347"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76346"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76343"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76336"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76335"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76327"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76317"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76316"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.tex.context/76310"/>
      </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://comments.gmane.org/gmane.comp.tex.context/76428">
    <title>Simple backgrounds not working</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.tex.context/76427">
    <title>Use figures without file extension</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.tex.context/76425">
    <title>xmlmapvalue</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.tex.context/76417">
    <title>Thank you</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.tex.context/76409">
    <title>Linenumbering</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.tex.context/76398">
    <title>Missing "missing character" warning</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76398</link>
    <description>&lt;pre&gt;
Hello all.

Reading the manual “Fonts in ConTeXt” I found the following statement
(p.97):

“In both cases we end up with a message in the log file and a resulting
file with missing data”. [When the font doesn't provide a glyph].

Now, the only case when the warning is issued is using mkii with xetex
(texexec -xtx), not with mkiv. (Unsurprisingly, the file with missing
data is always there :-)

Minimal example:

%% start
\mainlanguage[hr]

\starttext
Ja sam sȃm, i sȃm sam došao da izvršim pravdu.
\stoptext
%% stop

The name of the char is: LATIN SMALL LETTER A WITH INVERTED BREVE (0x0203)

So: 

$ context prova.tex

$ grep -i -E '(warn|miss)' prova.* 
[ match nothing ]

$ texexec --xtx prova.tex

$ grep -i -E '(warn|miss)' prova.*
prova.log:Missing character: There is no ȃ in font [lmroman12-regular]:+liga;+kern;mappi
prova.log:Missing character: There is no ȃ in font [lmroman12-regular]:+liga;+kern;mappi

It's not a regression, since the behaviour is the same with the last
year ConTeXt.

Best &lt;/pre&gt;</description>
    <dc:creator>Marco Pessotto</dc:creator>
    <dc:date>2012-05-25T07:15:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76381">
    <title>FontForge does not support your encoding (utf8) (was: ... please keep testing TL 2012)</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76381</link>
    <description>&lt;pre&gt;
You may try again in the morning when the packages will be updated.


Totally weird. Let's wait until tomorrow and see then. But the best of
all is the following line:
   FontForge does not support your encoding (utf8), it will pretend
the local encoding is latin1

I realized that it might not even be the first time for me to see that message:
    http://www.ntg.nl/pipermail/ntg-context/2011/058800.html
but it is totally puzzling. Now I realized that if I replace
    LC_ALL=sl_SI.UTF-8
with
    LC_ALL=sl_SI.utf8
in my environment I get that message as well (but I have no clue
whether it influences anything).

Mojca
___________________________________________________________________________________
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.n&lt;/pre&gt;</description>
    <dc:creator>Mojca Miklavec</dc:creator>
    <dc:date>2012-05-24T20:52:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76350">
    <title>MkII in standalone distribution broken?</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76350</link>
    <description>&lt;pre&gt;Just a short notice, can’t debug ATM:
Since yesterday evening, ConTeXt doesn’t seem to be able to build MkII  
formats (via the first-setup script on OSX 10.5.8 Intel), it claims,  
cont-nl.mkii, cont-en.mkii, metafun would be missing.
As far as I saw, MkIV builds.

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-24T06:21:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76349">
    <title>updated binaries, please keep testing TL 2012</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76349</link>
    <description>&lt;pre&gt;Hello,

the majority of binaries in ConTeXt distribution have been updated
from TeX Live 2012 now (missing are only linux-64, linux-ppc by Thomas
S., and possibly some from windows).

(Builders might want to be careful a bit, I'm afraid that simply
running the script would downgrade luatex because I increased the
version in binaries, while sources are still at 0.70.1, so please
don't try to build anything, except for Thomas who might want to test
building the TL ;)

Mac OS X Tiger is not supported any more. If there are any objections,
you can help me figure out why building fails, else we are done with
10.4 forever. (We got 8 visitors of 10.4 on website
[minimals.contextgarden.net] since January this year. I have no way to
check if any tiger user actually uses the minimals or not. We still
have an impressive number of PowerPC users.)

In the morning you should also see an update of ConTeXt in TeX Live
2012, matching the latest beta from yesterday. Please post feedback or
any issues that you might experience&lt;/pre&gt;</description>
    <dc:creator>Mojca Miklavec</dc:creator>
    <dc:date>2012-05-24T01:31:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76347">
    <title>Layers for alternating page elements?</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76347</link>
    <description>&lt;pre&gt;Have just started working with TeX/ConTeXt after years with Adobe InDesign.
Want to make an alternating page layout with one column only but a large outer
margin. This I have managed to achieve but in addition I want running footers
in the outer margin flush with the bottom of the text and also want a vertical
.5pt rule between the text area and the outside margin area. Can a layer be
placed in the footer or header to achieve this?
Layout would have to alternate from left to right page. I think this means a
different layer for each side? 

The right page must also have a logo at the top of the outside margin.

Page setup is as follows:

\setuppapersize [A4][A4]
\setuplayout[ width=10cm,backspace=2.5cm,rightmargin=5.8cm,
rightmarginspace=1cm,topspace=1.5cm,header=0cm,lines=42]

Many thanks

___________________________________________________________________________________
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/mai&lt;/pre&gt;</description>
    <dc:creator>Tim Sheasby</dc:creator>
    <dc:date>2012-05-23T14:55:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76346">
    <title>pushing margintext up</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76346</link>
    <description>&lt;pre&gt;Hello all,

is there a way for margintext to 'respect' the lower border of the page and push the margintext up, pushing other margintexts upwards while doing so?

example:

\definepapersize[wissenschaft][width=170mm,height=240mm]
\setuppapersize [wissenschaft]

\setuplayout
 [topspace=40pt,
  header=0pt,
  headerdistance=0pt,
  backspace=42pt,
  leftmargin=0pt,
  width=280pt,
  height=560pt,
  rightmargindistance=20pt,
  rightmargin=100pt,
  footer=0pt]

\setuppagenumbering[alternative=doublesided]

\setupmargindata [margintext]
    [location=outer,
    width=100pt,
    align=flushouter]

\starttext \showframe

\input tufte
\input tufte
\input tufte\margintext{This is too low, if there are many words in this note.}

\stoptext

Kind of hard to explain, I hope the example makes everything clear. 

Andy

___________________________________________________________________________________
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://ww&lt;/pre&gt;</description>
    <dc:creator>Andy Thomas</dc:creator>
    <dc:date>2012-05-23T14:34:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76343">
    <title>Beta breaks synonyms</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76343</link>
    <description>&lt;pre&gt;Hi

Today's beta breaks synonyms. The first run is fine, the second one
fails with an

! Undefined control sequence.

Example:

\abbreviation {LOREM} {Lorem Ipsum}
\starttext
  \placelistofabbreviations
  \LOREM\infull{LOREM}
\stoptext

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-23T12:23:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76339">
    <title>Local texmf directory in TeXLive 2012</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76339</link>
    <description>&lt;pre&gt;
Going ahead with the TeXlive testing, I found the following
problem. Probably I'm doing something wrong, but as far as I can see,
the texmf-local directory is ignored.

Best wishes.

[09:35] melmoth&amp;lt; at &amp;gt;universe:~/progetti/debug$ which context
/home/melmoth/progetti/texlive2012/bin/i386-linux/context

[09:35] melmoth&amp;lt; at &amp;gt;universe:~/progetti/debug$ mktexlsr 
mktexlsr: Updating /media/data/melmoth/progetti/texlive2012/texmf/ls-R... 
mktexlsr: Updating /media/data/melmoth/progetti/texlive2012/texmf-config/ls-R... 
mktexlsr: Updating /media/data/melmoth/progetti/texlive2012/texmf-dist/ls-R... 
mktexlsr: Updating /media/data/melmoth/progetti/texlive2012/texmf-local/ls-R... 
mktexlsr: Updating /media/data/melmoth/progetti/texlive2012/texmf-var/ls-R... 
mktexlsr: Done.

[09:36] melmoth&amp;lt; at &amp;gt;universe:~/progetti/debug$ grep -i -E '(leag|chari)' /media/data/melmoth/progetti/texlive2012/texmf-local/ls-R
charis
leaguegothic
./fonts/charis:
CharisSIL-BI.ttf
CharisSIL-B.ttf
CharisSIL-I.ttf
CharisSIL-R.ttf
./fonts/leaguegothic:
League&lt;/pre&gt;</description>
    <dc:creator>Marco Pessotto</dc:creator>
    <dc:date>2012-05-23T07:43:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76336">
    <title>ConTeXt MKIV 2012.05.22 and \footnote</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76336</link>
    <description>&lt;pre&gt;The latest ConTeXt MKIV (standalone) does not produce footnotes.

\startcomponent
Stuff\footnote{a note.}
\stopcomponent

This will show “Stuff” with a footnote call but no footnote appears at the
bottom of the page.

All is as it should be with MKII.

Alan
___________________________________________________________________________________
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>Alan Bowen</dc:creator>
    <dc:date>2012-05-23T00:37:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76335">
    <title>indexing puzzle</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76335</link>
    <description>&lt;pre&gt;I have been trying to index the passages cited in a book and would be
grateful for some tactical advice.

There are several works by a single author, and it is customary to cite
each text by page and line number, as in 1253.12 (page 1253, line12), for
example.

I have a sort key for each work. But now I need a way to get the entry

1253.7 (page 1253, line 7) before the entry
1253.12 (page 1253, line 12).

\[Passage[AuthorText]{Author+Text+1253.07}1253.7 or
\[Passage[AuthorText]{Author+Text+1253.07}1253. 7
would work, but it is really better to have the index entry as “1253.7”
rather than as “1253.07” or “1253. 7”

I have experimented with different sort keys—e.g., AuthorText125307—and can
generate an index with the 1235.7 and so on in the proper place and form,
say, before 1253.12.

But then the problem is that I also get entire sequences of entries out of
order (485.19, 485.21 before 477.31, and so on). Very puzzling. (Restoring
the sort key AuthorText removes the latter problems but then le&lt;/pre&gt;</description>
    <dc:creator>Alan Bowen</dc:creator>
    <dc:date>2012-05-22T22:39:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76327">
    <title>doublesided wider paragraphs</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76327</link>
    <description>&lt;pre&gt;Hello,

I am trying to change the width of a paragraph on a page. I found \defineparagraphs and \setupparagraphs and it almost works. But for doublesided documents the text on verso pages is incorrectly aligned. I tried [location=inner], but the macros do not seem to be aware of that. I also found \startlocal (\startlokaal) in the ConTeXt getting started pdf, but Mk IV does not know \startlocal (any more?).

My example:

% setup the page format
\definepapersize[wissenschaft][width=170mm,height=240mm]
% use the new page format
\setuppapersize[wissenschaft]
% shape the page 
\setuplayout[topspace=40pt,
header=0pt,
headerdistance=0pt,
backspace=42pt,
leftmargin=0pt,
width=280pt,
height=560pt,
rightmargindistance=20pt,
rightmargin=100pt,
footer=0pt]
%\showframe
\setuppagenumbering[alternative=doublesided]

\defineparagraphs
     [fullwidth][n=1,before={\blank},after={\blank}]
  \setupparagraphs
     [fullwidth][1][width=400pt]

\starttext
\input tufte
\startfullwidth
\input tufte
\stop&lt;/pre&gt;</description>
    <dc:creator>Andy Thomas</dc:creator>
    <dc:date>2012-05-22T16:11:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76324">
    <title>Column distance in natural tables</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76324</link>
    <description>&lt;pre&gt;Hi,

How to set the distance in a generic way between individual columns
without breaking the frame rules? A workaround is to set the roffset
of all columns, except the last one, but that's not very universal.

\startsetups table
  \setupTABLE [frame=off, topframe=on]

  % generic, but frame rules are interrupted
  \setupTABLE [columndistance=1cm]

  % works, but ugly hard coded #columns
  %\setupTABLE [column] [1,2] [roffset=1cm]
\stopsetups

\starttext
  \bTABLE [setups=table]
    \bTR\bTD aaaaaa \eTD\bTD bbbbbbbb \eTD\bTD ccccccc \eTD\eTR
    \bTR\bTD dddd   \eTD\bTD eeeeeeee \eTD\bTD fffff   \eTD\eTR
    \bTR\bTD ggggg  \eTD\bTD hhhh     \eTD\bTD iiiiii  \eTD\eTR
  \eTABLE
\stoptext

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  :&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-22T14:25:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76317">
    <title>Interfering frames in natural tables</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76317</link>
    <description>&lt;pre&gt;Hi,

the frames are interfering in the following example. How to avoid
the 2pt-2-column bottom rule also be drawn at the top?

\startsetups table
  \setupTABLE [frame=off]
  \setupTABLE [row] [first] [topframe=on]
  \setupTABLE [1]   [first] [bottomframe=on, rulethickness=2pt]
\stopsetups

\starttext
  \bTABLE [setups=table]
    \bTR\bTD[nc=2] Lorem                               \eTD\eTR
    \bTR\bTD Ipsum  \eTD\bTD Dolor    \eTD\bTD Sit     \eTD\eTR
    \bTR\bTD aaaaaa \eTD\bTD bbbbbbbb \eTD\bTD ccccccc \eTD\eTR
    \bTR\bTD dddd   \eTD\bTD eeeeeeee \eTD\bTD fffff   \eTD\eTR
  \eTABLE
\stoptext


Side question: Is it safe not to use setups and shorten the example?

\starttext
  \bTABLE
    \setupTABLE [frame=off]
    \setupTABLE [row] [first] [topframe=on]
    \setupTABLE [1]   [first] [bottomframe=on, rulethickness=2pt]

    \bTR\bTD[nc=2] Lorem                               \eTD\eTR
    \bTR\bTD Ipsum  \eTD\bTD Dolor    \eTD\bTD Sit     \eTD\eTR
    \bTR\bTD aaaaaa \eTD\bTD bbbbbbbb \eTD\bTD ccccccc \eTD\&lt;/pre&gt;</description>
    <dc:creator>Marco</dc:creator>
    <dc:date>2012-05-22T11:17:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76316">
    <title>Where is the documentation of the letter module</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76316</link>
    <description>&lt;pre&gt;Wolfgang:

I have an old letter that typesets fine with beta 2011.11.29 23:11 but that fails with anything newer than that.

I get lots of "Undefined control sequence" and \textwidth seems to expand to something without a unit: "Illegal unit of measure (pt inserted)".

Anyway, I guess there are big changes so I'd like to go through the documentation again. However, [1] seems to be gone now and the pdf in [2] is absent too.

Cheers,
Florian

[1] texmf-context/tex/context/third/letter/base/t-correspondence.tex
[2] http://dl.contextgarden.net/modules/t-letter/doc/context/third/letter/
___________________________________________________________________________________
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>Florian Wobbe</dc:creator>
    <dc:date>2012-05-22T10:03:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76310">
    <title>Split \startalign content on more pages</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76310</link>
    <description>&lt;pre&gt;Thank you Luigi.
I haven't tried your solution yet, as I was abroad the previous days.
I hope I will try later.
Bye.

Arrigo
___________________________________________________________________________________
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>elgospa&lt; at &gt;libero.it</dc:creator>
    <dc:date>2012-05-22T05:49:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.tex.context/76302">
    <title>stack marginals: text and figures</title>
    <link>http://comments.gmane.org/gmane.comp.tex.context/76302</link>
    <description>&lt;pre&gt;Dear ConTeXt group,

I am trying to stack text and figures in the margin. After getting some help, I am able to setup the text just fine, the notes do not overlap. I am also able to stack figures, they also do not overlap. But figures and text does not 'know of each other'. They do overlap.

I made a small example to show the behavior:

% setup the page format
\definepapersize[wissenschaft][width=170mm,height=240mm]
% use the new page format
\setuppapersize[wissenschaft]
% shape the page 
\setuplayout[topspace=40pt,
header=0pt,
headerdistance=0pt,
backspace=42pt,
leftmargin=0pt,
width=280pt,
height=560pt,
rightmargindistance=20pt,
rightmargin=100pt,
footer=0pt]
%\showframe
\setuppagenumbering[alternative=doublesided]

\definemargindata [margintext]
    [
      location=outer,
      width=100pt,
         align=flushouter,
         stack=continue, % or yes
    ]

\starttext
This is a sentence.\margintext{This is a note in the margin.} Another sentence.\margintext{Another note.}
\p&lt;/pre&gt;</description>
    <dc:creator>Andy Thomas</dc:creator>
    <dc:date>2012-05-20T18:42:17</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>

