[NTG-context] Bug with setupinteraction and footnote

2012-08-05 Thread Otared Kavian
Hi Hans, With the latest beta (ConTeXt ver: 2012.08.04 14:00 MKIV fmt: 2012.8.5) the following use of \setupinteraction[state=start] and \footnote causes a luatex error: %% \setupinteraction[state=start] \starttext While testing footnotes\footnote{This is a footnote.} we encounter a bug

[NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Aditya Mahajan
Hi, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2 Someone\footnote{Prof.\ 3 ABC} 4 \stoptext 5

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Otared Kavian
Hi Aditya, On 4 août 2012, at 20:59, Aditya Mahajan aditya.maha...@mcgill.ca wrote: […] Minimal example (There should be a linebreak after \) Is it not « \\ » that should give a line break? Indeed this gives a line break: \starttext Someone\footnote{Prof.\\ ABC} \stoptext However, you are

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 02:37 schrieb john Culleton j...@wexfordpress.com: IMO the following code should result in an italic iii on the contents page. Instead I get a roman 1. --- \startfrontmatter \setuppagenumbering[alternative=doublesided,conversion=romannumerals]

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 09:28 schrieb Otared Kavian ota...@gmail.com: Hi Aditya, On 4 août 2012, at 20:59, Aditya Mahajan aditya.maha...@mcgill.ca wrote: […] Minimal example (There should be a linebreak after \) Is it not « \\ » that should give a line break? Indeed this gives a line

Re: [NTG-context] Bug with setupinteraction and footnote

2012-08-05 Thread Sietse Brouwer
Hi Otared, This is the same error as in the Luatex error in latest beta (standalone) thread. In line 317 of strc-not.lua, change this: function notes.deltapage(tag,n) into this: local function getdeltapage(tag,n) Cheers, Sietse

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Hans Hagen
On 4-8-2012 20:59, Aditya Mahajan wrote: Hi, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2

Re: [NTG-context] Struggling with ConTeXt

2012-08-05 Thread Thomas A. Schmitz
On 08/03/2012 04:50 PM, Sietse Brouwer wrote: I'm looking for a place to put it, but I'm handicapped by the fact that I know nothing about ConTeXt's XML handling. I don't even know whether the question+answer is about general lxml.att usage, or a howto for some specific result. Can somebody tell

Re: [NTG-context] Strange bug with \ in footnotes

2012-08-05 Thread Hans Hagen
On 4-8-2012 20:59, Aditya Mahajan wrote: Hi Aditya, I usually use \ after abbreviations to avoid bad interword spaces. For example, Prof.\ ABC. However, when using this in footnotes, if there is a linebreak after the \, I get an error: ! Undefined control sequence. 1 \starttext 2

Re: [NTG-context] Bug in \startitemize[randomize]

2012-08-05 Thread Hans Hagen
On 4-8-2012 17:22, Aditya Mahajan wrote: Hi, \startitemize[randomize] does not randomize properly (one entry at random is gobbled and another is repeated in its place). I guess that this is because of an off-by-one error somewhere. Example (from: http://tex.stackexchange.com/a/65662/323)

[NTG-context] Marking a textfragment for later reference

2012-08-05 Thread Robert Blackstone
Dear list, How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document with, for instance (See discussion on page xx)? I tried to do this by marking the relevant text as a delimited text without altering its layout:

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 09:39 schrieb Wolfgang Schuster wolfgang.schus...@gmail.com: \setuppagenumbering[alternative=doublesided] % You can use this instead of \setuppagenumbering[numberconversion=romannumerals] % to set the conversion of the pagenumber outside of the sectionblock environment,

Re: [NTG-context] Marking a textfragment for later reference

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 16:05 schrieb Robert Blackstone blackstone.rob...@gmail.com: Dear list, How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document with, for instance (See discussion on page xx)? I tried to do this

Re: [NTG-context] Marking a textfragment for later reference

2012-08-05 Thread Marco Patzer
Hi Robert, \starttext See \in{section}[sec:foo] on \at{page}[sec:foo] or the text on \at{page}[ref:a]. \page \startsection [title=Foo, reference=sec:foo] \stopsection \page Some text\reference[ref:a] \stoptext Marco

Re: [NTG-context] Marking a textfragment for later reference

2012-08-05 Thread Robert Blackstone
On Sun, 5 Aug 2012 16:37:36 +0200 Wolfgang Schuster wolfgang.schus...@gmail.com wrote Am 05.08.2012 um 16:05 schrieb Robert Blackstone blackstone.rob...@gmail.com: How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of

[NTG-context] inproceedings failes me

2012-08-05 Thread Meer, H. van der
Bibtex's inproceedings gives me an error. entries: @inproceedings{elgamal:84, Author = {T. ElGamal}, Crossref = {crypto84}, Pages = {10--18}, Title = {{A Public Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms}}} @proceedings{crypto84, Booktitle = {{Proceedings of Crypto

Re: [NTG-context] inproceedings failes me

2012-08-05 Thread Meer, H. van der
Maybe it helps if add my def's. Just forgot them in my previous post, sorry. % Usage: \footnotecite[citation,citation,.. ][optional text] %\footnotecite[citation,citation,..,][optional text on new line] %\footnotecite[citation,,citation,..][optional text] white within

Re: [NTG-context] inproceedings failes me

2012-08-05 Thread Meer, H. van der
This error rang a bell after sifting (slowly) down into my subconscience, it seemed. But back in september last year I remembered having the same sort of problem. After much detective work I then found the culprit being \bibinsertcrossref. The solution proved to be the following redefinition:

[NTG-context] Et tu, Taco?

2012-08-05 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Knights of the ConTeXt Table, I am sad to report that our beloved Taco has gone over to the dark side: http://tacosw.com/latexian/ Is there a Merlin among us to bring back our holy grail? Wolfgang? Luigi? :D Best wishes Idris -- Professor Idris Samawi Hamid Department of Philosophy

Re: [NTG-context] Et tu, Taco?

2012-08-05 Thread luigi scarso
On Sun, Aug 5, 2012 at 11:00 PM, Idris Samawi Hamid ادريس سماوي حامد isha...@colostate.edu wrote: Dear Knights of the ConTeXt Table, I am sad to report that our beloved Taco has gone over to the dark side: http://tacosw.com/latexian/ Is there a Merlin among us to bring back our holy

Re: [NTG-context] Broken Nightly (2012.08.02)

2012-08-05 Thread Kip Warner
On Sat, 2012-08-04 at 00:48 +0200, luigi scarso wrote: see Luatex error in latest beta (standalone) Hey Luigi. Thanks for the heads up. I read the whole thread, but my lua knowledge has not been exercised in a long time. If I understand the thread correctly, there was a bug in ConTeXt? -- Kip