Re: [NTG-context] Making bibliography references interactive in mkiv

2011-07-18 Thread Christian
Hello list, I'm currently using the built in bib-module in mkiv together with a bib database file. How can I set it up so that clicking on a reference takes me to the corresponding entry in the publication list? maybe '\setupinteraction[state=start, focus=standard]' can help you.

Re: [NTG-context] Making bibliography references interactive in mkiv

2011-07-18 Thread Stefan Müller
I have \setupinteraction[state=start] in my mkiv-document and get clickable links (they are displayed in green) for all my \cite. Those links bring me to the correct bibliography page. Could you please provide a minimal example that's not working on your machine? Kind regards, Stefan On

Re: [NTG-context] Problem with \automigrateinserts

2011-07-18 Thread Hans Hagen
On 16-7-2011 1:40, Andreas Harder wrote: Hi, if one uses \automigrateinsers footnotes in captions will be eaten. \automigrateinserts % kill footnotes in captions! experimental hack in next version -

Re: [NTG-context] Making bibliography references interactive in mkiv

2011-07-18 Thread Christian
I have \setupinteraction[state=start] in my mkiv-document and get clickable links (they are displayed in green) for all my \cite. Those links bring me to the correct bibliography page. Could you please provide a minimal example that's not working on your machine? Yes, of course. Please

Re: [NTG-context] Export to xhtml and useurl

2011-07-18 Thread Hans Hagen
On 16-7-2011 12:32, Cecil Westerhof wrote: I need to export my document. For this I use: \setupbackend[export=yes,xhtml=yes,css=yes] I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have: \useURL [UUID]

Re: [NTG-context] unwanted page break

2011-07-18 Thread Hans Hagen
On 18-7-2011 4:50, Jeong Dalyoung wrote: Dear all, I have a strange output today. Writing a sentences, it makes a page break even though there are enough space for the remaining sentences. Here are sample output.(the lines is a frame) As you see there are enough space, I think. test file

[NTG-context] mkiv: 'extras' option in cite command = error

2011-07-18 Thread Christian
Hello, when using the extras options, context hangs at: publications loading database from example.bbl (example.bbl) ...and then aborts with an error. Example files: ---example.bib--- @BOOK{Eijkhout1991, title = {\TeX\ by Topic. A \TeX nician's Reference}, publisher = {Addison-Wesley},

[NTG-context] General suggestion: Unit tests for ConText

2011-07-18 Thread Peter Schorsch
Hi, during my work with context I wrote a bunch of fewliners mainly to test how to do things. When there change from mkii to mkiv occured many of my mini-tests failed and later with the growing of mkiv restartet to work - some just without adaption.. some with some adjustment to a new syntax. I

Re: [NTG-context] General suggestion: Unit tests for ConText

2011-07-18 Thread Paul Menzel
Dear Peter, Am Montag, den 18.07.2011, 19:51 +0200 schrieb Peter Schorsch: […] I realize that they have the same functionality like unit-tests - just instead of comparing classes and variables - a pdf-output is visually compared. So I like to suggest to introduce unit tests for context.

[NTG-context] ConTeXt to Markdown (was Edit a ConTeXt generated document with Adobe Acrobat Professional)

2011-07-18 Thread Aditya Mahajan
On Thu, 14 Jul 2011, John Haltiwanger wrote: PS. For what it is worth, I do not think it would be _too_ hard to create a Context to Markdown translator. Yes. A while back I did some tests (though I cannot find them now), and had most of the basic ConTeXt-to-markdown working (sections,

[NTG-context] definehead and marking

2011-07-18 Thread Aditya Mahajan
How do I get marks with user defined heads? Minimal example: \definehead[lecture][section-1] \starttext \lecture{test} Marking is not working: \getmarking[lecture]? \stoptext Thanks, Aditya ___ If your

Re: [NTG-context] beta

2011-07-18 Thread Aditya Mahajan
On Thu, 14 Jul 2011, Aditya Mahajan wrote: On Wed, 13 Jul 2011, Hans Hagen wrote: - Typing gets frontstripped with the number of spaces in front of \stoptyping so that one can have nicely formatted input like: Great. Recently I had added a similar functionality to t-vim using the key

Re: [NTG-context] unwanted page break

2011-07-18 Thread Peter Münster
On Mon, Jul 18 2011, Hans Hagen wrote: Writing a sentences, it makes a page break even though there are enough space for the remaining sentences. test file needed, it could be that one of tex's penalties forces this (widow/club) Perhaps related: http://tracker.luatex.org/view.php?id=686 --

Re: [NTG-context] Export to xhtml and useurl

2011-07-18 Thread Cecil Westerhof
2011/7/18 Hans Hagen pra...@wxs.nl On 16-7-2011 12:32, Cecil Westerhof wrote: I need to export my document. For this I use: \setupbackend[export=yes,**xhtml=yes,css=yes] I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have:

Re: [NTG-context] definehead and marking

2011-07-18 Thread Wolfgang Schuster
Am 18.07.2011 um 21:35 schrieb Aditya Mahajan: How do I get marks with user defined heads? Minimal example: \definehead[lecture][section-1] \definehead[lecture][section=section-1] \starttext \lecture{test} Marking is not working: \getmarking[lecture]? Marking is not working:

Re: [NTG-context] definehead and marking

2011-07-18 Thread Aditya Mahajan
On Mon, 18 Jul 2011, Wolfgang Schuster wrote: Am 18.07.2011 um 21:35 schrieb Aditya Mahajan: How do I get marks with user defined heads? Minimal example: \definehead[lecture][section-1] \definehead[lecture][section=section-1] D'oh. Thanks. \starttext \lecture{test} Marking is not

[NTG-context] Process remaining floats

2011-07-18 Thread Aditya Mahajan
Hi, Is there a command that will flush all unprocessed floats. For example, consider the following: % text 1 \placefigure[fig:1]{...}{...} \FLUSHALLFLOATS text 2 %--- I don't want text 2 to be placed unless fig:1 has been processed (even if it means an under filled

Re: [NTG-context] General suggestion: Unit tests for ConText

2011-07-18 Thread Hans Hagen
On 18-7-2011 7:51, Peter Schorsch wrote: Hi, during my work with context I wrote a bunch of fewliners mainly to test how to do things. When there change from mkii to mkiv occured many of my mini-tests failed and later with the growing of mkiv restartet to work - some just without adaption..

Re: [NTG-context] Export to xhtml and useurl

2011-07-18 Thread Hans Hagen
But when the \setupbackend is taken out of comment, it goes wrong. no error on my machine so probably ok in next beta - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH

Re: [NTG-context] definehead and marking

2011-07-18 Thread Hans Hagen
On 18-7-2011 9:35, Aditya Mahajan wrote: How do I get marks with user defined heads? Minimal example: \definehead[lecture][section-1] \starttext \lecture{test} Marking is not working: \getmarking[lecture]? \stoptext \definehead[lecture][chapter] \setupheadertexts[lecture] \starttext

Re: [NTG-context] Process remaining floats

2011-07-18 Thread Hans Hagen
On 19-7-2011 12:23, Aditya Mahajan wrote: Hi, Is there a command that will flush all unprocessed floats. For example, consider the following: % text 1 \placefigure[fig:1]{...}{...} \FLUSHALLFLOATS text 2 %--- I don't want text 2 to be placed unless fig:1 has been

Re: [NTG-context] Process remaining floats

2011-07-18 Thread Aditya Mahajan
On Tue, 19 Jul 2011, Hans Hagen wrote: On 19-7-2011 12:23, Aditya Mahajan wrote: Hi, Is there a command that will flush all unprocessed floats. For example, consider the following: % text 1 \placefigure[fig:1]{...}{...} \FLUSHALLFLOATS text 2 %--- I don't want text 2 to

Re: [NTG-context] Process remaining floats

2011-07-18 Thread Glen Callaghan
I use \doflushfloats Glen On 19/07/2011, at 11:50 AM, Aditya Mahajan wrote: On Tue, 19 Jul 2011, Hans Hagen wrote: On 19-7-2011 12:23, Aditya Mahajan wrote: Hi, Is there a command that will flush all unprocessed floats. For example, consider the following: % text 1

Re: [NTG-context] Process remaining floats

2011-07-18 Thread Aditya Mahajan
On Tue, 19 Jul 2011, Glen Callaghan wrote: I use \doflushfloats Thanks. This works perfectly! Aditya ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :