Re: [NTG-context] Antykwa math support & \Longrightarrow

2005-09-04 Thread Mojca Miklavec
Taco Hoekwater wrote: > Mojca Miklavec wrote: > > Hello, > > > > a slightly strange question. I re-compiled a pretty old ConTeXt > > document a couple of days ago. In the "old good times" it was typeset > > with > > \setupbodyfont[ant,18pt] > > and an equation with $a\Longrightarrow b$. > > If

[NTG-context] Some concerns about the ConTeXt license.

2005-09-04 Thread Brooks Moses
I have a number of concerns about wording of the ConTeXt license (as given in the readme file), which I'd like to bring up. In virtually all cases, my concern is simply that the actual wording of the license does not appear to be sufficient to provide the permissions that it intends to -- that

Re: [NTG-context] How to put reference to this TABLE?

2005-09-04 Thread Mojca Miklavec
Jilani Khaldi wrote: > Hi All, > > How to put a reference, something like "[tab:sample]{sample table}" to > this table? > > \bTABLE > \bTR > \bTD Header1 \eTD > \bTD header2 \eTD > \eTR > \bTR > \bTD Val[1,1] \eTD > \bTD Val[1,2] \eTD > \eTR > \bTR > \bTD Val[2,1] \

[NTG-context] How to put reference to this TABLE?

2005-09-04 Thread Jilani Khaldi
Hi All, How to put a reference, something like "[tab:sample]{sample table}" to this table? \bTABLE \bTR \bTD Header1 \eTD \bTD header2 \eTD \eTR \bTR \bTD Val[1,1] \eTD \bTD Val[1,2] \eTD \eTR \bTR \bTD Val[2,1] \eTD \bTD Val[2,2] \eTD \eTR \eTABLE Thanks! jk

[NTG-context] regimes and different quotations

2005-09-04 Thread Mojca Miklavec
In regi-il9.tex (on wiki) there are two interesting constructs (also found in regi-il1 and regi-ibm): \defineactivetoken 171 {\ifvmode\leavevmode\fi\leftguillemot\prewordbreak} \defineactivetoken 187 {\prewordbreak\rightguillemot} The two characters correspond to: 0xAB 0x00AB # LEFT-POINTING

[NTG-context] Good link for stats teachers

2005-09-04 Thread David Arnold
All, If you teach stats and you like Metapost, consider: http://www-math.univ-poitiers.fr/~phan/statsmac.html ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Hobby's Graph package

2005-09-04 Thread David Arnold
All, I find myself working my way through John Hobby's "Drawing Graphs with Metapost" again. In Figure 9, the following code has me confused: glabel.lft(image(unfill bbox lab[j]; draw lab[j]), length p[j]); I understand that the glabel command will put the label in this case at the "

Re: [NTG-context] A TABLE bug (?) from the Wiki.

2005-09-04 Thread Hans Hagen
Brooks Moses wrote: Is this an actual bug in ConTeXt, or is it a bug in the example? If the latter, what's the fix? indeed a bug, seems like the combinex nc/nr case is not handled ok \setupTABLE[r][each][height=1cm] \setupTABLE[c][each][width=1cm] \bTABLE \bTR \bTD[nc=2] r1c1 \eTD \bTD r

[NTG-context] different border thicknesses in natural tables

2005-09-04 Thread Mojca Miklavec
(Subject was: How this LaTeX code could be translated into ConTeXt?) Vit Zyka wrote: Mojca Miklavec wrote: If text in a cell is very long, it will be splitted in more lines automatically, so that the table of width \textwidth will be produced. \bTABLE ... \eTABLE is already very clever, howeve

Re: [NTG-context] Some Footnote Questions (from the Wiki)

2005-09-04 Thread Brooks Moses
At 02:40 AM 9/4/2005, Taco Hoekwater wrote: Brooks Moses wrote: 5.) In LaTeX, there's a means to place a footnote (and generate a number and reference for the footnote) without typesetting the number in the text, in order to handle cases where the "real" footnote mechanism breaks down. Is it

[NTG-context] A number of footnote bugs.

2005-09-04 Thread Brooks Moses
In playing with footnotes on the Wiki, I've come across a number of bugs, as well as the questions I mentioned earlier. Consider the following example text: \setupfootnotes[n=3] \starttext \strut\vfill % A hack to shorten the page, for Wiki use. This\footnote[footA](Or that\footnote{

Re: [NTG-context] Some Footnote Questions (from the Wiki)

2005-09-04 Thread Taco Hoekwater
Hi Brooks, Brooks Moses wrote: I've been updating the Footnotes page on the Wiki, and have a few questions as a result: 1.) Footnotes in footnotes in footnotes. Are these possible? When I do something like \footnote{A note\footnote{With a note\footnote{With a third footnote.}.}.}, only t

Re: [NTG-context] Using newly defined sections

2005-09-04 Thread Taco Hoekwater
Elliot Clifton wrote: Any suggestions? Brooks created a page on the Wiki, for you I think: http://wiki.contextgarden.net/Document_Titles Greetings, taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-contex