Re: [NTG-context] EPUB woes

2013-11-18 Thread Keith J. Schultz
Am 16.11.2013 um 17:51 schrieb Bill Meahan subscribed_li...@meahan.net: On 11/16/2013 11:00 AM, Keith J. Schultz wrote: Hi Bill, Using a PDF as a basis for creating an Epub ebook is actually a lost cause. EPUB is a container format that just wraps around your PDF. I do not know of any

[NTG-context] Unexpected behaviour of enumeration in mkiv

2013-11-18 Thread Thomas Möbius
Hi, please have a look at the minimal example at the bottom. I am typesetting theorems and lemmata which are numbered consecutively within chapters in a book. I used the same code for a document written in mkii, and I thought I could just reuse it in mkiv. Obviously, there is something I am

Re: [NTG-context] EPUB woes

2013-11-18 Thread Keith J. Schultz
Hi All, I find that the ConTeXt approach to creating the EPub is flawed is a fundemental way! NOT TECHNICALLY. The EPub Standard is a big mess and if you really look at not a true standard in a true sense. Let me explain. 1) The file structure is well documented and properly defines

Re: [NTG-context] Unexpected behaviour of enumeration in mkiv

2013-11-18 Thread Wolfgang Schuster
Am 15.11.2013 um 17:02 schrieb Thomas Möbius kont...@thomasmoebius.de: Hi, please have a look at the minimal example at the bottom. I am typesetting theorems and lemmata which are numbered consecutively within chapters in a book. I used the same code for a document written in mkii, and

Re: [NTG-context] EPUB woes

2013-11-18 Thread Hans Hagen
On 11/18/2013 10:00 AM, Keith J. Schultz wrote: 2) Now, what a EPub-READER must implement to handle is very little. There are HARDLY ANY provisions that a certified EPuB-READER has to implement any particular engine or features therein to display/render

Re: [NTG-context] EPUB woes

2013-11-18 Thread Keith J. Schultz
Hi Hans, Am 18.11.2013 um 13:21 schrieb Hans Hagen pra...@wxs.nl: On 11/18/2013 10:00 AM, Keith J. Schultz wrote: 2) Now, what a EPub-READER must implement to handle is very little. There are HARDLY ANY provisions that a certified EPuB-READER has to implement

Re: [NTG-context] EPUB woes

2013-11-18 Thread Hans Hagen
On 11/18/2013 4:11 PM, Keith J. Schultz wrote: Hi Hans, Am 18.11.2013 um 13:21 schrieb Hans Hagen pra...@wxs.nl: On 11/18/2013 10:00 AM, Keith J. Schultz wrote: 2) Now, what a EPub-READER must implement to handle is very little. There are HARDLY ANY provisions that a

Re: [NTG-context] EPUB woes

2013-11-18 Thread Keith J. Schultz
Am 18.11.2013 um 16:33 schrieb Hans Hagen pra...@wxs.nl: On 11/18/2013 4:11 PM, Keith J. Schultz wrote: Hi Hans, Am 18.11.2013 um 13:21 schrieb Hans Hagen pra...@wxs.nl: On 11/18/2013 10:00 AM, Keith J. Schultz wrote: 2) Now, what a EPub-READER must implement to handle is very

Re: [NTG-context] ToC - right-alignment of roman numerals

2013-11-18 Thread Jan Tosovsky
On 2013-11-17 Jan Tosovsky wrote: On 2013-06-03 Marco Patzer wrote: On 2013–06–03 honyk wrote: in fresh MkIV I use the following commands for building ToC, but I have no idea how to align the label (roman numeral) to the right. The width setting needs to be applied to the chapter

[NTG-context] (critical edition) not hyphenated body with linenotes

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, here is my first sample to the critical edition project of Thomas. I think it is a bug. This is the code: \setuppapersize[A8] \starttext \startlinenumbering This text shows a \startlinenote[one]{bariant H} variant \stoplinenote[one]. This text shows a

Re: [NTG-context] ToC - right-alignment of roman numerals

2013-11-18 Thread Jan Tosovsky
On 2013–06–03 honyk wrote: in fresh MkIV I use the following commands for building ToC, but I have no idea how to align the label (roman numeral) to the right. I am almost there, but things get complicated when chapters are combined with preface/index titles without numbering and thus aligned

[NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1%

[NTG-context] (critical edition) compressseparatorbefore and compressseparatorafter

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, code first: \definepapersize[mine][width=3in,height=2in] \setuppapersize[mine] \definelinenote[Variant] \setupnote[Variant][paragraph=yes, inbetween=\hskip2.5em] \setupnotation[Variant][alternative=serried,distance=1em,compress=yes, width=broad] \starttext

[NTG-context] (critical edition) orphan and widows in lines environment

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, an old issue is that there is no way to prevent widows an orphans in the lines environment. This would be important for verse. Hans, you told us that you have it in the agenda (http://www.ntg.nl/pipermail/ntg-context/2013/073769.html). It might be interesting to

Re: [NTG-context] (critical edition) orphan and widows in lines environment

2013-11-18 Thread Thomas A. Schmitz
On 11/18/2013 09:35 PM, Pablo Rodriguez wrote: Dear Thomas, Luigi and Hans, Hi Pablo, thanks for your examples, they will go into the test repository. We'll have to think about the nested linenotes; I'm not sure that this is a good way to code an apparatus (and since we're taking TEI xml as

[NTG-context] Integral limits

2013-11-18 Thread Aditya Mahajan
Hi, In MkII, it was possible to change the limits on integrals using \setupmathematics[integral=...] % limits, nolimits, displaylimits that would affect how \int, \iint, \iiint, \oint, etc behaved. I can see two ways of definining a similar feature in MkIV. 1. Define \intop, \iintop, etc

[NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-18 Thread Jan Tosovsky
Dear All, when I specify custom titles for my registers, they are ignored in bookmarks: \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \defineregister[indexname][indexnames] \defineregister[indexsubject][indexsubjects]

Re: [NTG-context] (critical edition) orphan and widows in lines environment

2013-11-18 Thread Pablo Rodriguez
On 11/18/2013 09:41 PM, Thomas A. Schmitz wrote: On 11/18/2013 09:35 PM, Pablo Rodriguez wrote: Dear Thomas, Luigi and Hans, Hi Pablo, thanks for your examples, they will go into the test repository. We'll have to think about the nested linenotes; I'm not sure that this is a good way

Re: [NTG-context] Integral limits

2013-11-18 Thread Hans Hagen
On 11/18/2013 9:41 PM, Aditya Mahajan wrote: Hi, In MkII, it was possible to change the limits on integrals using \setupmathematics[integral=...] % limits, nolimits, displaylimits that would affect how \int, \iint, \iiint, \oint, etc behaved. I can see two ways of definining a similar

Re: [NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Hans Hagen
On 11/18/2013 8:55 PM, Pablo Rodriguez wrote: Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter%

[NTG-context] How to use local layout parameters (instead of global ones)?

2013-11-18 Thread Géry Ogam
Hello, Here is my problem: \setuplayout[% width=0.75\paperwidth, height=\dimexpr\paperheight-1.2\paperwidth+1.2\textwidth+26mm] \definelayout[luxury][% width=0.6667\paperwidth, height=\dimexpr\paperheight-1.2\paperwidth+1.2\textwidth+26mm] \starttext - textwidth:

Re: [NTG-context] Integral limits

2013-11-18 Thread Aditya Mahajan
2. Define a new mathclass intop and use that in char-def.lua. Then, in the appropriate math-*.lua file, map intop to the appropriate macro. What would be the best way to go? i prefer 2 (as these set the defaults) and we can make a definer for specific variants if needed (at all) Great. is

[NTG-context] context with mavericks: broken

2013-11-18 Thread Andrea Valle
Dear, long time since I have posted to the list but still a dedicated ConTeXt user… Now, I’ve upgraded to Mavericks. No way to use ConTeXt. I’ve also installed texlive 2013 and I installed the available updates. But still my ConTeXt is broken (I’m typesetting from TeXShop via GUI menu). I always

Re: [NTG-context] context with mavericks: broken

2013-11-18 Thread Hans Hagen
On 11/19/2013 12:59 AM, Andrea Valle wrote: Dear, long time since I have posted to the list but still a dedicated ConTeXt user… Now, I’ve upgraded to Mavericks. No way to use ConTeXt. I’ve also installed texlive 2013 and I installed the available updates. But still my ConTeXt is broken (I’m

Re: [NTG-context] Integral limits

2013-11-18 Thread Hans Hagen
On 11/18/2013 11:45 PM, Aditya Mahajan wrote: 2. Define a new mathclass intop and use that in char-def.lua. Then, in the appropriate math-*.lua file, map intop to the appropriate macro. What would be the best way to go? i prefer 2 (as these set the defaults) and we can make a definer for

Re: [NTG-context] context with mavericks: broken

2013-11-18 Thread Andrea Valle
well :) In any case, I’m able to compile with ConTeXt IV, even if I’m getting some slightly different results. I guess it’s time for me to update too.. Thanks, Best -a- -- Andrea Valle -- CIRMA -

Re: [NTG-context] How to use local layout parameters (instead of global ones)?

2013-11-18 Thread Hans Hagen
On 11/18/2013 11:29 PM, Géry Ogam wrote: Hello, Here is my problem: \setuplayout[% width=0.75\paperwidth, height=\dimexpr\paperheight-1.2\paperwidth+1.2\textwidth+26mm] \definelayout[luxury][% width=0.6667\paperwidth,

Re: [NTG-context] context with mavericks: broken

2013-11-18 Thread Otared Kavian
Hi Andrea, According to Wolfgang Schuster and some others removing the file Skia.ttf may solve the problem. Please read the thread http://www.ntg.nl/pipermail/ntg-context/2013/075689.html and more precisely http://www.ntg.nl/pipermail/ntg-context/2013/075701.html Best