[NTG-context] copy & paste source code from documents

2016-11-25 Thread Tobias Berndt
Dear List, currently, I have to compose technical documents with a lot of source code in it. There're readers demands for a way to copy this source code directly from those documents into their terminals. I tried ConTeXt’s attachment functionality, it is … ok. But most people don’t like files

Re: [NTG-context] startxtable, stopxtable in macro

2016-11-25 Thread Pablo Rodriguez
On 11/25/2016 11:28 PM, Michael Eidenbenz wrote: > hmm. > I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta) > > \define\startTable{\startembeddedxtable} > \define\stopTable{\stopembeddedxtable} > > \starttext > \startTable > \startxrow > \startxcell hallo

Re: [NTG-context] Different text versions in columns?

2016-11-25 Thread Arthur Reutenauer
> 1. Streams work in MkIV > 2. The MkIV version has a command to set sync points. That’s \pushoutputstreams, I presume. > Only the mechanism to create pages/columns for the stream content is > missing. Can you elaborate a bit? I’m having the following use case in mind: exactly two streams,

Re: [NTG-context] startxtable, stopxtable in macro

2016-11-25 Thread Hans Hagen
On 11/25/2016 11:28 PM, Michael Eidenbenz wrote: hmm. I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta) \define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable} \starttext \startTable \startxrow \startxcell hallo \stopxcell

Re: [NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-25 Thread Arthur Reutenauer
On Fri, Nov 18, 2016 at 01:16:28PM +0100, Jean-Pierre Delange wrote: > I make a statement on a part of the Arthur's reply (" there are no real-life > examples of documents that use it") : in fact, there are rare examples of > such printing materials : scholar editing and printing of Ancient

Re: [NTG-context] startxtable, stopxtable in macro

2016-11-25 Thread Michael Eidenbenz
hmm. I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta) \define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable} \starttext \startTable \startxrow \startxcell hallo \stopxcell \stopxrow \stopTable \stoptext > On 25 Nov 2016, at

Re: [NTG-context] startxtable, stopxtable in macro

2016-11-25 Thread Pablo Rodriguez
On 11/25/2016 08:46 PM, Michael Eidenbenz wrote: > why does this produce an TeX capacity exeeded error? > thanks Hi Michael, I don’t know, but replacing your definitions with the following ones removes the error: \define\startTable{\startembeddedxtable}

[NTG-context] startxtable, stopxtable in macro

2016-11-25 Thread Michael Eidenbenz
why does this produce an TeX capacity exeeded error? thanks Michael \define\startTable{\startxtable} \define\stopTable{\stopxtable} \starttext \startTable \startxrow \startxcell hello \stopxcell \stopxrow \stopTable \stoptext