[NTG-context] Evaluating a Lua expression at the end (repeat)

2016-08-25 Thread Kumar Appaiah
Dear List, Last year, Hans helped me with this example: \starttext \startluacode local name = nil local temp = 0 function document.startwhatever(s) name = s temp = 0 end function document.addwhatever(n) temp = temp + n

Re: [NTG-context] Controlling \at output

2016-03-01 Thread Aidan Nichol
SOLVED: I cut and pasted the code from the original response and failed to notice that the very first character i.e. the ‘\’ was missing in the message. It all executed with no error messages!! Works fine with the minor correction. Thanks for your help. Aidan ___

Re: [NTG-context] Controlling \at output

2016-03-01 Thread Wolfgang Schuster
Aidan Nichol 1. März 2016 um 16:06 I must be doing something stupid. I’ve just installed the standalone version. Saved the code as test3.tex and invoked it with context test3.tex It reports the version as ConTeXt ver: 2016.03.01 14:03 MKIV beta fmt: 2016.3.1

Re: [NTG-context] Controlling \at output

2016-03-01 Thread Aidan Nichol
I must be doing something stupid. I’ve just installed the standalone version. Saved the code as test3.tex and invoked it with context test3.tex It reports the version as ConTeXt ver: 2016.03.01 14:03 MKIV beta fmt: 2016.3.1 int: english/english And still no output from \thispage Aidan__

Re: [NTG-context] Controlling \at output

2016-02-28 Thread Wolfgang Schuster
Aidan Nichol 28. Februar 2016 um 16:08 Thanks for the reply. \thispage is producing no output in all the places it is being invoked Which ConTeXt version do you use? I tested the example with the newest beta and has no problems with it. Wolfgang

Re: [NTG-context] Controlling \at output

2016-02-28 Thread Aidan Nichol
Thanks for the reply. \thispage is producing no output in all the places it is being invoked Aidan > On 24 Feb 2016, at 15:35, ntg-context-requ...@ntg.nl wrote: > > startsetups[referenceformat:thispage] >\doifelse{\filterreference{page}}{\rawcountervalue[userpage]} >

Re: [NTG-context] Controlling \at output

2016-02-24 Thread Wolfgang Schuster
Aidan Nichol <mailto:ai...@nicholware.co.uk> 24. Februar 2016 um 12:47 I’m trying to create something (like varioref in latex) that suppresses \at output if the referenced item is on the current page. The main decision point is with \doifelse{\at[ref2]}{\rawcountervalue[page]}{ sam

[NTG-context] Controlling \at output

2016-02-24 Thread Aidan Nichol
I’m trying to create something (like varioref in latex) that suppresses \at output if the referenced item is on the current page. The main decision point is with \doifelse{\at[ref2]}{\rawcountervalue[page]}{ same page }{ different page } no matter what I try (expdoifelse and other ways to get

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 18:20 schrieb Alan BRASLAU: > On Mon, 25 Jan 2016 17:44:09 +0100 > Hans Hagen wrote: > >>> I would like to propose a documentation sprint at the meeting in >>> Kalenberg this fall to improve the situation. >> >> sure, just mail a

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Alan BRASLAU
On Mon, 25 Jan 2016 17:44:09 +0100 Hans Hagen wrote: > > I would like to propose a documentation sprint at the meeting in > > Kalenberg this fall to improve the situation. > > sure, just mail an abstract to Alan (who chairs the prog committee) Documentation is an ong

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Hans Hagen
On 1/25/2016 3:44 PM, Jan U. Hasecke wrote: Dear list, are there any plans to have a documentation sprint at Kalenberg? yes I am currently trying to setup a small documentation about ConTeXt in order to better learn how to use it, and I face several issues. 1. documentation is scattered

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Am 25.01.2016 um 15:55 schrieb Wolfgang Schuster: > Hans has a version info on his page for each PDF, e.g. > http://pragma-ade.com/show-man-1.htm In the "Manual" and in "Getting started" there is no mention of the new startchapter command, which is mentioned on the wiki as a replacement of the old

Re: [NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Wolfgang Schuster
Jan U. Hasecke <mailto:juh+ntg-cont...@mailbox.org> 25. Januar 2016 um 15:44 Dear list, are there any plans to have a documentation sprint at Kalenberg? I am currently trying to setup a small documentation about ConTeXt in order to better learn how to use it, and I face several issu

[NTG-context] documentation sprint at 10th ConTeXt meeting

2016-01-25 Thread Jan U. Hasecke
Dear list, are there any plans to have a documentation sprint at Kalenberg? I am currently trying to setup a small documentation about ConTeXt in order to better learn how to use it, and I face several issues. 1. documentation is scattered. Sources of documentation are the Wiki and a lot of PDF

[NTG-context] place figure at the top left corner of the header

2015-11-26 Thread massifr
starting out of the textframe, at the header top, as if the textframe had the same topleft corner of the header. Which is the best way to obtain it? Do I need a custom page makeup, a layer or simply configuring \placefigure? Thank you, Massi

Re: [NTG-context] Bug in placefloat at right

2015-09-05 Thread Hans Hagen
On 9/5/2015 10:31 PM, Alan BRASLAU wrote: On Fri, 4 Sep 2015 22:12:29 +0200 Hans Hagen wrote: On 9/3/2015 10:32 PM, Otared Kavian wrote: Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in i'll fix it I did not test with a

Re: [NTG-context] Bug in placefloat at right

2015-09-05 Thread Alan BRASLAU
On Fri, 4 Sep 2015 22:12:29 +0200 Hans Hagen wrote: > On 9/3/2015 10:32 PM, Otared Kavian wrote: > > Hi Hans, > > > > As it was reported by Fabrice Couvreur in another thread, there is > > a bug with placing floats on the right in > > i'll fix it I did not test with a new beta, but \startplac

Re: [NTG-context] Bug in placefloat at right

2015-09-04 Thread Hans Hagen
On 9/3/2015 10:32 PM, Otared Kavian wrote: Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in i'll fix it - Hans Hagen

[NTG-context] Bug in placefloat at right

2015-09-03 Thread Otared Kavian
Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in ConTeXt ver: 2015.09.01 11:10 MKIV beta fmt: 2015.9.3 A minimal example follows, with the output attached. begin bug-placefigure.tex \starttext \startplacefi

Re: [NTG-context] \defineprocessor and \at

2015-08-12 Thread Wolfgang Schuster
onversionset[bodypart:pagenumber][][bodypart->n] \defineconversionset[backpart:pagenumber][][backpart->n] \setupheadertexts[{\convertedcounter[userpage][numberconversionset=number]}] \starttext \startbodymatter \chapter[sec:knuth]{Knuth} \at{page}[sec:knuth]\par \at{page}[sec:zapf

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
ersionset[backpart:pagenumber][][backpart->n] \setupheadertexts[{\convertedcounter[userpage][numberconversionset=number]}] \starttext \startbodymatter \chapter[sec:knuth]{Knuth} \at{page}[sec:knuth]\par \at{page}[sec:zapf] \stopbodymatter \startbackmatter \chapter[sec:zapf]{Zapf} \at{page}[sec:knuth]\

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
On 2015-08-11 15:48, Wolfgang Schuster wrote: Rik Kabel 11. August 2015 21:41 On 2015-08-11 14:49, Wolfgang Schuster wrote: Thank you, Wolfgang, for that. But it still does not handle the after key, as I had in my example, and which works in a processor for i

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Wolfgang Schuster
Rik Kabel 11. August 2015 21:41 On 2015-08-11 14:49, Wolfgang Schuster wrote: Thank you, Wolfgang, for that. But it still does not handle the after key, as I had in my example, and which works in a processor for index entries. Is there no way to do this? The

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
ersionset[backpart:pagenumber][][backpart->n] \setupheadertexts[{\convertedcounter[userpage][numberconversionset=number]}] \starttext \startbodymatter \chapter[sec:knuth]{Knuth} \at{page}[sec:knuth]\par \at{page}[sec:zapf] \stopbodymatter \startbackmatter \chapter[sec:zapf]{Zapf} \at{page}[sec:knuth]\

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Wolfgang Schuster
pheadertexts[{\convertedcounter[userpage][numberconversionset=number]}] \starttext \startbodymatter \chapter[sec:knuth]{Knuth} \at{page}[sec:knuth]\par \at{page}[sec:zapf] \stopbodymatter \startbackmatter \chapter[sec:zapf]{Zapf} \at{page}[sec:knuth]\par \at{page}[sec:zapf] \stopbackmatter \stopte

Re: [NTG-context] \defineprocessor and \at

2015-08-11 Thread Rik Kabel
register entries, but not for references.) \defineprocessor[xx][style=slanted,after=n] \starttext \section[xxx]{Processor testing} Why cannot a processor be applied to a reference? \at[xx->xxx] \stoptext Anyone? --

[NTG-context] Label at start of paragraph suppresses indentation

2015-08-03 Thread Rik Kabel
A label at the start of a paragraph suppresses indentation. Should it? \setupindenting[yes,small] \definelabel[xx][text=,alternative=inright] Paragraph one. \xx{}Paragraph two. Paragraph\xx{} three. \stoptext -- Rik

[NTG-context] \defineprocessor and \at

2015-08-03 Thread Rik Kabel
.) \defineprocessor[xx][style=slanted,after=n] \starttext \section[xxx]{Processor testing} Why cannot a processor be applied to a reference? \at[xx->xxx] \stoptext -- Rik ___ If your question is

Re: [NTG-context] git mirror [was: Re: Sourcemirror at gitorious is closing down, where to find it then?]

2015-06-10 Thread Hans Hagen
On 6/10/2015 12:07 AM, Philipp Gesang wrote: Hey guys, sorry for the late reply, this kind of got buried in my inbox so only now I noticed the thread on the ML archives. Nevertheless: · On 3/10/2015 5:39 PM, Mojca Miklavec wrote: On Tue, Mar 10, 2015 at 4:56 PM, Norbert Melzer wrote

[NTG-context] git mirror [was: Re: Sourcemirror at gitorious is closing down, where to find it then?]

2015-06-09 Thread Philipp Gesang
Hey guys, sorry for the late reply, this kind of got buried in my inbox so only now I noticed the thread on the ML archives. Nevertheless: · > On 3/10/2015 5:39 PM, Mojca Miklavec wrote: > > On Tue, Mar 10, 2015 at 4:56 PM, Norbert Melzer wrote: > > - BitBucket used to be

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Procházka Lukáš Ing . - Pontex s . r . o .
ext() C("Total score: " .. n) C.par() n = 0 -- Reset f(tab[1]) f(tab[2]) f(tab[3]) -- Or: for _, v in ipairs(tab) do f(v) end C.stoptext() Best regards, Lukas Thanks for the response. I am looking at something like this: == \starttext \directlua{tota

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
On Mon, Apr 13, 2015 at 03:32:04PM +0200, Hans Hagen wrote: > On 4/13/2015 1:53 PM, Kumar Appaiah wrote: > >Hi. > > > >I am trying to set up a system where I can use Lua to find a total > >that I can display at the end. For example, if I set a question paper, >

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
Dear Lukáš, On Mon, Apr 13, 2015 at 02:26:38PM +0200, Procházka Lukáš Ing. - Pontex s. r. o. wrote: > Hello Kumar, > > could you provide a (non-working) minimal example? > > I tried this: > > > local C = context > > local n = 0 > > C.starttext()

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Hans Hagen
On 4/13/2015 1:53 PM, Kumar Appaiah wrote: Hi. I am trying to set up a system where I can use Lua to find a total that I can display at the end. For example, if I set a question paper, after each question, I do a \directlua{total = total + 4}, assuming this question has 4 points. At the top of

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Procházka Lukáš Ing . - Pontex s . r . o .
O/Statics/t/Count.cld *** 3 3 ... " ... And similar result for "Count.mkiv". On Mon, 13 Apr 2015 13:53:28 +0200, Kumar Appaiah wrote: Hi. I am trying to set up a system where I can use Lua to find a total that I can display at the end. For example, if I set a question

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Norbert Melzer
ot;Kumar Appaiah" : > >> Hi. >> >> I am trying to set up a system where I can use Lua to find a total >> that I can display at the end. For example, if I set a question paper, >> after each question, I do a \directlua{total = total + 4}, assuming >> this q

Re: [NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Norbert Melzer
If it is possible I'd like to wait for the idris book and get that one. If that's not possible I'm interested in http://www.manning.com/blackheath/ Am 13.04.2015 13:54 schrieb "Kumar Appaiah" : > Hi. > > I am trying to set up a system where I can use Lua to fi

[NTG-context] Evaluating a Lua expression at the end

2015-04-13 Thread Kumar Appaiah
Hi. I am trying to set up a system where I can use Lua to find a total that I can display at the end. For example, if I set a question paper, after each question, I do a \directlua{total = total + 4}, assuming this question has 4 points. At the top of my document, I now want to say "Total p

Re: [NTG-context] \placefootnotes at the end of each chapter, conditionally

2015-03-13 Thread Alan BRASLAU
On Thu, 12 Mar 2015 22:59:33 +0100 Hans Hagen wrote: > > Supplementary question, just for fun: > > how to specify title=Footnote if there is only one? > > \startsetups chapter:after > \ifcase\rawcountervalue[footnote]\relax > \or > \startsubject[title=Footnote] >

Re: [NTG-context] \placefootnotes at the end of each chapter, conditionally

2015-03-12 Thread Hans Hagen
On 3/12/2015 8:01 PM, Alan BRASLAU wrote: I have a simple problem: I would like to place \startsubject[title=Footnotes] \placefootnotes \stopsubject at the end of each chapter, thus effectively before each \stopchapter BUT only if there are footnotes to be placed, i.e. I do not want to

[NTG-context] \placefootnotes at the end of each chapter, conditionally

2015-03-12 Thread Alan BRASLAU
I have a simple problem: I would like to place \startsubject[title=Footnotes] \placefootnotes \stopsubject at the end of each chapter, thus effectively before each \stopchapter BUT only if there are footnotes to be placed, i.e. I do not want to have empty Footnotes subjects appearing in my

[NTG-context] Sourcemirror at gitorious is closing down, where to find it then?

2015-03-12 Thread Norbert Melzer
Since gitorious got acquired by gitlab it will shut down its service end of May 2015 (https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/). Where will ConTeXts source mirror be hosted then? Will it get transfered over to gitlab? Github? Bitbucket? Sourceforge? Somewhere else? _

Re: [NTG-context] Sourcemirror at gitorious is closing down, where to find it then?

2015-03-10 Thread Pablo Rodriguez
et transfered over to gitlab? Github? Bitbucket? Sourceforge? > Somewhere else? Hi Norbert, GitHub has a ConTeXt repo: https://github.com/contextgarden/context/. And there is another repo at http://git.contextgarden.net/groups/context. The only issue is that their last commit is five mont

Re: [NTG-context] Sourcemirror at gitorious is closing down, where to find it then?

2015-03-10 Thread Hans Hagen
On 3/10/2015 5:39 PM, Mojca Miklavec wrote: On Tue, Mar 10, 2015 at 4:56 PM, Norbert Melzer wrote: Since gitorious got acquired by gitlab it will shut down its service end of May 2015 (https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/). Where will ConTeXts source mirror be hosted

Re: [NTG-context] Sourcemirror at gitorious is closing down, where to find it then?

2015-03-10 Thread Mojca Miklavec
On Tue, Mar 10, 2015 at 4:56 PM, Norbert Melzer wrote: > Since gitorious got acquired by gitlab it will shut down its service end of > May 2015 (https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/). > > Where will ConTeXts source mirror be hosted then? > > Will it get

Re: [NTG-context] automatic generation of em dash at the beginning of a line

2015-03-02 Thread Alan BRASLAU
st \LEFT a test and some more test\RIGHT\ test test > > \stoptext > > > > All Best > > > > Piotr > > > > 2015-03-01 17:58 GMT+01:00 Hans Hagen : > >> On 3/1/2015 5:41 PM, Piotr Kopszak wrote: > >>> > >>> Hello list, &

Re: [NTG-context] automatic generation of em dash at the beginning of a line

2015-03-02 Thread Hans Hagen
olish idiosyncrasy, but we have to live with it. According to punctuation rules when an em dash is at the end of a line, it should be repeated at the beginning of the next one (true, it is often disregarded due to lack of support for it in typesetting programs). Is there any way to deal with it in C

Re: [NTG-context] automatic generation of em dash at the beginning of a line

2015-03-01 Thread Piotr Kopszak
s probably a Polish idiosyncrasy, but we have to live with it. >> According to punctuation rules when an em dash is at the end of a >> line, it should be repeated at the beginning of the next one (true, it >> is often disregarded due to lack of support for it in typesetting >&g

Re: [NTG-context] automatic generation of em dash at the beginning of a line

2015-03-01 Thread Hans Hagen
On 3/1/2015 5:41 PM, Piotr Kopszak wrote: Hello list, This is probably a Polish idiosyncrasy, but we have to live with it. According to punctuation rules when an em dash is at the end of a line, it should be repeated at the beginning of the next one (true, it is often disregarded due to lack of

[NTG-context] automatic generation of em dash at the beginning of a line

2015-03-01 Thread Piotr Kopszak
Hello list, This is probably a Polish idiosyncrasy, but we have to live with it. According to punctuation rules when an em dash is at the end of a line, it should be repeated at the beginning of the next one (true, it is often disregarded due to lack of support for it in typesetting programs). Is

Re: [NTG-context] unwanted page at end

2014-11-21 Thread Alan Bowen
Many thanks, Wolfgang. If you use \startfrontmatter… and kin, you will still need \setupsectionblock[frontpart][page=no] \setupsectionblock[bodypart][page=no] \setupsectionblock[appendix][page=no] \setupsectionblock[backpart][page=no] as well. All best, Alan On Thu, Nov 20, 2014 at 4:59 PM

Re: [NTG-context] unwanted page at end

2014-11-20 Thread Wolfgang Schuster
tionblock[appendix][page=no] > \setupsectionblock[backpart][page=no] > > \starttext > \startbodymatter% or backmatter etc. > After this page, there is another empty one. > > \stopbodymatter > > \stoptext > ​ > fails to prevent a blank page at the end. Is there a new way to do th

[NTG-context] unwanted page at end

2014-11-20 Thread Alan Bowen
etc. After this page, there is another empty one. \stopbodymatter \stoptext ​ fails to prevent a blank page at the end. Is there a new way to do this now? I used to rely on \installpagebreakhandler{last}{}, but this does not seem to work either: it now permits a final page with a page number

Re: [NTG-context] \in, \at but without font/color change in the PDF

2014-08-26 Thread Wolfgang Schuster
Am 26.08.2014 um 21:06 schrieb Gerben Wierda : > Suppose I want to make a fully classical flat text without interaction (no > clickable links in the PDF). How do I get this? If I use \in or \at, ConTeXt > turns them into clickable links. That is not my problem so much, but it also

[NTG-context] \in, \at but without font/color change in the PDF

2014-08-26 Thread Gerben Wierda
Suppose I want to make a fully classical flat text without interaction (no clickable links in the PDF). How do I get this? If I use \in or \at, ConTeXt turns them into clickable links. That is not my problem so much, but it also changes font to bold and colour to green, and I do not want that

[NTG-context] Insert text at end of every paragraph

2014-04-15 Thread Joshua Krämer
Dear list, I want a text string to be inserted at the end of every paragraph. I've tried it like that: \define \par {Endstring\endgraf} \starttext \chapter {Chapter} \section {Section} \input knuth \input zapf \stoptext This works, but it results in a lot of additional strings. The s

Re: [NTG-context] Placing marks at edge.

2014-03-05 Thread john Culleton
rs: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Placing marks at edge.

2014-03-05 Thread Willi Egger
Hello John, I was busy to make this some time ago. May that the attached file is a base for what you want to achieve. Kind regards Willi Thumbnails-MKIV.tex Description: Binary data On 5 mrt. 2014, at 16:43, john Culleton wrote: > You have seen them in books from O'Reilly and &

[NTG-context] Placing marks at edge.

2014-03-05 Thread john Culleton
room who has orders to discard anything that looks self-published. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at h

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-10 Thread Marco Patzer
On 2014–01–10 Marco Pallante wrote: > It seems my TL2013 installation is missing LuajitTeX. Do you know what > package has it? You're right, TeXLive apparently doesn't ship LuajitTeX. I don't use TeXLive myself, but have an installation for testing. Having set up the PATH for TeXLive "context " i

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-10 Thread Mojca Miklavec
On Fri, Jan 10, 2014 at 10:51 AM, Marco Pallante wrote: > > It seems my TL2013 installation is missing LuajitTeX. Do you know what > package has it? Only the ConTeXt distribution (http://distribution.contextgarden.net/setup/), but if TL serves you well, you can also simply fetch the bin

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-10 Thread Marco Pallante
Il giorno gio, 09/01/2014 alle 16.30 +0100, Marco Patzer ha scritto: > On 2014–01–09 Marco Pallante wrote: > > > How do I use LuajitTeX? > > context --jit > > > I've seen the two options --jit and --jiton > > which seem to be the right way. Am I right? > > context --help | grep jit > > --

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Hans Hagen
On 1/9/2014 4:30 PM, Marco Patzer wrote: On 2014–01–09 Marco Pallante wrote: How do I use LuajitTeX? context --jit I've seen the two options --jit and --jiton which seem to be the right way. Am I right? context --help | grep jit --jituse luajittex with jit turned off (only use

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Marco Patzer
On 2014–01–09 Marco Pallante wrote: > How do I use LuajitTeX? context --jit > I've seen the two options --jit and --jiton > which seem to be the right way. Am I right? context --help | grep jit --jituse luajittex with jit turned off (only use the faster virtual machine) --jiton us

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Marco Pallante
Il giorno gio, 09/01/2014 alle 15.49 +0100, Marco Patzer ha scritto: > On 2014–01–09 Marco Pallante wrote: > > Hello Marco, > > I have no clue where the issue is, but I can confirm that the table > starts on page two using version 2013.05.28. It works with a current > beta. > > If want to keep u

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Marco Patzer
On 2014–01–09 Marco Pallante wrote: Hello Marco, I have no clue where the issue is, but I can confirm that the table starts on page two using version 2013.05.28. It works with a current beta. If want to keep using TeXLive, instead of ConTeXt standalone, one possible workaround would be to use Lu

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Marco Pallante
at I get, however, is a table that starts at page 2 and not just after > > the chapter head. > > The table starts on page one here. Which version are you using? > > Marco > ___ > If your que

Re: [NTG-context] Multipage xtables starts at the wrong page

2014-01-09 Thread Marco Patzer
On 2014–01–07 Marco Pallante wrote: > […] > > What I get, however, is a table that starts at page 2 and not just after > the chapter head. The table starts on page one here. Which version are you using? Marco signature.asc Description: Digit

[NTG-context] Multipage xtables starts at the wrong page

2014-01-07 Thread Marco Pallante
cell Date \stopxcell \startxcell Applicability \stopxcell \stopxrow } \stopxtablebody \stopxtable \stoptext What I get, however, is a table that starts at page 2 and not just after the chapter head. If the number of rows is smaller and the table fit the first page, then it starts at the ri

Re: [NTG-context] Chapter numbering - applying several commands at once

2013-11-17 Thread Jan Tosovsky
On 2013-11-17 Wolfgang Schuster wrote: > Am 17.11.2013 um 20:02 schrieb Jan Tosovsky: > > > in my book I'd like to precede my titles with the number formated as > > 'CHAPTER I.', e.g. roman numeral and all this small caped and also in > > bold as the title itself. > > > Instead of small capitals f

Re: [NTG-context] Chapter numbering - applying several commands at once

2013-11-17 Thread Wolfgang Schuster
Am 17.11.2013 um 20:02 schrieb Jan Tosovsky : > Dear All, > > in my book I'd like to precede my titles with the number formated as > 'CHAPTER I.', e.g. roman numeral and all this small caped and also in bold > as the title itself. > > In the following definition I can use either: > (1) \sc + \s

[NTG-context] Chapter numbering - applying several commands at once

2013-11-17 Thread Jan Tosovsky
Dear All, in my book I'd like to precede my titles with the number formated as 'CHAPTER I.', e.g. roman numeral and all this small caped and also in bold as the title itself. In the following definition I can use either: (1) \sc + \setcharactercasing - small caps + lowercased number (but not bold

Re: [NTG-context] \typesetbuffer at wiki

2013-08-10 Thread Pablo Rodríguez
On 08/10/2013 01:51 PM, Sietse Brouwer wrote: > Hi Pablo, > > This is probably a backend problem. I know that examples where > multiple pages are imposed onto one sheet also don’t work; this is > probably similar. I might look into it at some point, try to improve > the p

Re: [NTG-context] \typesetbuffer at wiki

2013-08-10 Thread Sietse Brouwer
Hi Pablo, This is probably a backend problem. I know that examples where multiple pages are imposed onto one sheet also don’t work; this is probably similar. I might look into it at some point, try to improve the php, but it’s not a priority. (Unless you think it should be.) Cheers, Sietse On

[NTG-context] \typesetbuffer at wiki

2013-08-10 Thread Pablo Rodríguez
Dear list, I have just created http://wiki.contextgarden.net/Command/typesetbuffer. In the typeset sample, it seems that \typesetbuffer doesn’t work at the wiki (it doesn’t include the image). Am I missing something here? Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-08 Thread Sanjoy Mahajan
> The only things which are posted on the developer list nowadays are > bug reports with possible fixes or extensions to the context > programing language. Thanks. I am removing dev-context from the CC. >> Should the "\project project_file" >> line be placed before the "\startcomponent"? Like t

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-07 Thread Wolfgang Schuster
Am 06.07.2013 um 12:33 schrieb Sanjoy Mahajan : > Wolfgang, > > Thank you for all your solutions! > >> 2. You can omit the \usetypescript line. > > Good to know. Does the "palatino" keyword in \setupbodyfont > automatically do that now (in Mark IV)? > > Should I wikify that bit of informatio

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-06 Thread Sanjoy Mahajan
Wolfgang, Thank you for all your solutions! > 2. You can omit the \usetypescript line. Good to know. Does the "palatino" keyword in \setupbodyfont automatically do that now (in Mark IV)? Should I wikify that bit of information (as MkIV-only)? (Since I don't really understand how the fonts wor

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-05 Thread Wolfgang Schuster
Am 06.07.2013 um 00:36 schrieb Sanjoy Mahajan : > From what I can tell, the bold font is not found if all of the following > are true: > > 1. using the Palatino typescript > 2. setting the body font to 10.5pt (but 11pt or 12pt works fine) > 3. using MkIV > 4. using components (project structure)

Re: [NTG-context] Headers on Empty Page at End of Chapter

2013-07-05 Thread Malte Stien
aving device, like a dishwasher or a video recorder... Electric Monks believed things for you, thus saving you what was becoming an increasingly onerous task, that of believing all the things the world expected you to believe.” ― Douglas Adams, Dirk Gently's Holistic Detective Agency On 02/07/

Re: [NTG-context] Headers on Empty Page at End of Chapter

2013-07-02 Thread Wolfgang Schuster
; > - If the next page is the first page of the first appendix This happens because sectionblocks force a right page at the start of each block, you can disable this with \setupsectionblock[page=yes] % default: page=right > - If there is no next page, ie. for the last page of the docum

Re: [NTG-context] Headers on Empty Page at End of Chapter

2013-07-01 Thread Malte Stien
, thus saving you what was becoming an increasingly onerous task, that of believing all the things the world expected you to believe.” ― Douglas Adams, Dirk Gently's Holistic Detective Agency On 25/06/2013, at 10:38 PM, Wolfgang Schuster wrote: > > Am 25.06.2013 um 07:24 schrieb

Re: [NTG-context] [***SPAM***] Headers on Empty Page at End of Chapter

2013-06-25 Thread Malte Stien
.” ― Douglas Adams, Dirk Gently's Holistic Detective Agency On 25/06/2013, at 10:38 PM, Wolfgang Schuster wrote: > > Am 25.06.2013 um 07:24 schrieb Malte Stien : > >> Hello, >> >> When you setup your chapters such that a chapter always starts on a right

Re: [NTG-context] [***SPAM***] Headers on Empty Page at End of Chapter

2013-06-25 Thread Wolfgang Schuster
Am 25.06.2013 um 07:24 schrieb Malte Stien : > Hello, > > When you setup your chapters such that a chapter always starts on a right > page, you naturally get the occasional empty left page just before that. I > have my headers setup like this > > \setupheadertexts[chapter][section] > > I ge

[NTG-context] [***SPAM***] Headers on Empty Page at End of Chapter

2013-06-24 Thread Malte Stien
Hello, When you setup your chapters such that a chapter always starts on a right page, you naturally get the occasional empty left page just before that. I have my headers setup like this \setupheadertexts[chapter][section] I get the chapter and section name of the previous section printed i

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-08 Thread Ulrike Fischer
eded an uncompressed synctex-file. And (at my request) you added an option to context for it. So the call should probably use --synctex=-1. -- Ulrike Fischer http://www.troubleshooting-tex.de/ ___ If your question is o

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Alan Bowen
Sorry—here is the one that I have been using. \setupinteraction[state=start,color=blue,% contrastcolor=darkred, style=rm, click=yes, display=new, ] \startcomponent Test.tex %\starttext reference on \at[myref1] reference in note \in[myref1] reference: \at[myref1]n\in[myref1] \page text

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread Wim W. Wilhelm
- Original Message - From: ""H. Özoguz"" To: Sent: Friday, June 07, 2013 4:22 PM Subject: Re: [NTG-context] ConTeXt with TeXnicCenter,Hans Hagen pragma at wxs.nl something context --synctex "%bm" @Hans, Luigi: The above does not work he

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread Hans Hagen
On 6/7/2013 4:22 PM, "H. Özoguz" wrote: something context --synctex "%bm" @Hans, Luigi: The above does not work here, but I have found a working solution, one needs "--script" --script context --synctex %bm In that case the main program calls is mtxrun, so: mtxrun --script context %bm

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread H. Özoguz
something context --synctex "%bm" @Hans, Luigi: The above does not work here, but I have found a working solution, one needs "--script" --script context --synctex %bm I have still problems with synctex, I do not know how to switch easiliy between the pdf and the code with SUMATRA pdf, bu

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Hans Hagen
On 6/7/2013 2:37 PM, Alan Bowen wrote: Hi, Hans— I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXtver: 2013.06.07 12:25 MKIV beta). example needed

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Alan Bowen
Hi, Hans— I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXt ver: 2013.06.07 12:25 MKIV beta). Alan On Tue, Jun 4, 2013 at 2:30 PM, Hans Hagen wrote: > On 6/4/2013 8:03 PM, Marco Patzer wrote: > >> On 201

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-04 Thread Hans Hagen
On 6/4/2013 8:03 PM, Marco Patzer wrote: On 2013–06–04 Hans Hagen wrote: On 6/4/2013 2:06 PM, Alan Bowen wrote: In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere. it&#

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-04 Thread Marco Patzer
On 2013–06–04 Hans Hagen wrote: > On 6/4/2013 2:06 PM, Alan Bowen wrote: > >In my component files, the tools for cross-references work except for > >\at and \in. These commands produce links that display properly but go > >to a null page, i.e., nowhere. > > it's

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-04 Thread Hans Hagen
On 6/4/2013 2:06 PM, Alan Bowen wrote: In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere. it's more an side effect of duplicate flushing notes .. i fixed some

[NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-04 Thread Alan Bowen
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere. Sample file: Test.tex \setupinteraction[state=start,color=blue,% contrastcolor=darkred, style=rm, click=yes, display=new

[NTG-context] How to place page numbers in the margin, at the bottom of the "text" area?

2013-06-02 Thread Marcin Borkowski
Hi everybody, I'd like to position page numbers in the margin, at the bottom, but *not* in the footer; instead, I want them to be aligned so that their baseline coincides with the baseline of the last line on the page. Is it possible, and if yes, how? Regards, -- Marcin Borkowski room

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-27 Thread Marco Patzer
On 2013–04–21 Jörg Hagmann wrote: > Has the code for starting pagenumbering at a given number changed? I'm > using last year's template for an annual report, but can't get it to > work. > > Minimal example: > > \setuppagenumber[number=3] \setcounter[

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Wolfgang Schuster writes: > Yes, the number option for \setuppagenumber is gone and you have to use > \setupcounter. Even though this breaks backward compatibility it’s now > constant > with \setupheadnumber which is used to change the start value for sections. Thank you, Wolfgang. I added thi

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Wolfgang Schuster
Am 22.04.2013 um 09:44 schrieb Jörg Hagmann : > Thank you, Huseyin. > > Yes, that works; but the question remains: > > Has "\setuppagenumber[number=NUMBER]" become obsolete? After all, it's > all over contextgarden, both in example documents and in the "Commands/" list. Yes, the number option

<    1   2   3   4   5   6   7   >