[NTG-context] Bug: Overlapping Text

2014-04-01 Thread Thangalin
Hi, The second page of the following document has overlapping text in the second column (this has been as minimal as I can get): \setuphead[section][before={\testcolumn[4]},] \starttext \startmixedcolumns[align=right, balance=yes, grid=strut,] \dorecurse{5}{ \startsection

[NTG-context] bug in \setupsectionblock[...][page=no]

2014-04-01 Thread Pablo Rodriguez
Dear list, here you have the sample: \setupsectionblock[bodypart][page=no] \setupheadertexts[chapter] \starttext \startbodymatter \part{Zapf} \chapter{Digital typography} \dorecurse{15}{\input zapf\par} \stopbodymatter \stoptext I’m afraid that the first

[NTG-context] Bug? Missing items in nested columnar layout

2014-04-01 Thread Thangalin
Hi, \setuphead[subsection][after={\blank[small]},] \starttext \startcolumns \startmixedcolumns[balance=yes,] \startsubsection[title=title,] \startitemgroup[][packed][before=\empty] \dorecurse{10}{\startitem item \#\recurselevel{}.\stopitem} \stopitemgroup

[NTG-context] bug in latest beta?

2014-03-18 Thread Pablo Rodriguez
Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First item. \item Second item. \stopitemize \stoptext This worked fine with previous beta. Isn’t it a bug?

Re: [NTG-context] bug in latest beta?

2014-03-18 Thread Wolfgang Schuster
Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First item. \item Second item.

Re: [NTG-context] bug in latest beta?

2014-03-18 Thread Pablo Rodriguez
On 03/18/2014 06:39 PM, Wolfgang Schuster wrote: Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez: Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First

[NTG-context] Bug with TikZ

2014-03-14 Thread Xan
Hi, I don't know why and how when the page begins with a tikz picture, a piece of text is blue? See that: %% ConTeXt template for exercises %% ConTeXt MIV %% Carregam símbols \usesymbols[eur] %% Capçaleres i peus \setupheadertexts[{\sc\rm Funcions (T2)}] \setupheadertexts[{\rm \sc CEPA

[NTG-context] Bug: Columnar itemized text

2014-03-06 Thread Thangalin
Hi, I believe I have isolated the problem: \starttext balance \startmixedcolumns[balance=yes,] \dorecurse{8}{\input{ward}} \stopmixedcolumns %\page strut \startmixedcolumns[grid=strut,] \dorecurse{4}{\input{knuth}} \stopmixedcolumns \stoptext When balanced mixedcolumns

Re: [NTG-context] Bug: Columnar itemized text

2014-03-06 Thread Hans Hagen
On 3/6/2014 11:46 AM, Thangalin wrote: Hi, I believe I have isolated the problem: \starttext balance \startmixedcolumns[balance=yes,] \dorecurse{8}{\input{ward}} \stopmixedcolumns %\page strut \startmixedcolumns[grid=strut,] \dorecurse{4}{\input{knuth}}

Re: [NTG-context] Bug: Columnar itemized text

2014-03-06 Thread Thangalin
Fixed. Thank you! ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage :

[NTG-context] bug/issue with components and preamble (Re: Euler with fallback)

2014-02-18 Thread Sanjoy Mahajan
Sanjoy Mahajan san...@olin.edu writes: The wiki page for Project Structure has always shown setups (via \project ... ) going after the \startcomponent or \startproduct. I've edited the examples to have setups before the \start(product|component). If I did it wrong, let me know. My change

[NTG-context] bug with \setupdirection[bidi=on]

2014-02-15 Thread Pablo Rodriguez
Dear list, the following sample shows the bug I tried to report yesterday: \setupdirections[bidi=on] \starttext \section[sectionone]{Section one} \section[sectiontwo]{Section two} \section[sectionthree]{Section three} \section{Section four} As said in \about[sectionone], \about[sectiontwo]

[NTG-context] bug in page break and footnotes

2014-02-14 Thread Pablo Rodriguez
Dear list, I have just discovered that there is a buggy interaction between references and footnotes. The sample is taken form a book I’m writing. When including two \about and a footnote at the end of the paragraph, ConTeXt is not able to move the two last lines from paragraph to the next page

[NTG-context] Bug in \placefigure[right]?

2014-01-13 Thread Mari Voipio
Hello! For a while I've been baffled by a weird bug where sometimes I get overset text when using \placefigure[right]. The problem appeared sometime this autumn in places where everything has worked before. This far I've (reluctantly) worked my way around the bug by using hard line breaks where

Re: [NTG-context] Bug in \placefigure[right]?

2014-01-13 Thread Wolfgang Schuster
Am 13.01.2014 um 12:22 schrieb Mari Voipio mari.voi...@iki.fi: Hello! For a while I've been baffled by a weird bug where sometimes I get overset text when using \placefigure[right]. The problem appeared sometime this autumn in places where everything has worked before. This far I've

Re: [NTG-context] Bug in \placefigure[right]?

2014-01-13 Thread Mari Voipio
On Mon, Jan 13, 2014 at 1:27 PM, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: It’s a known problem when you have a font switch at the begin of a paragraph and you can avoid it only when you force horizontal mode before you change the font with \dontleavehmode{\tfx …} … Ah, I just

Re: [NTG-context] Bug in \placefigure[right]?

2014-01-13 Thread Alan Braslau
On Mon, 13 Jan 2014 16:23:24 +0200 Mari Voipio mari.voi...@iki.fi wrote: On Mon, Jan 13, 2014 at 1:27 PM, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: It’s a known problem when you have a font switch at the begin of a paragraph and you can avoid it only when you force horizontal

[NTG-context] bug in beta: \tab results in text overlap

2013-11-27 Thread Lars Huttar
On 11/22/2013 4:34 PM, Hans Hagen wrote: The problem, is/was that mixed columns had not yet mark synchronization enabled. I uploaded a new beta. In the process I also made marks a bit more restrictive but it might have (yet unknown) side effects. Hans, I tried the beta of 2013.11.26, and as

Re: [NTG-context] bug in beta: \tab results in text overlap

2013-11-27 Thread Lars Huttar
On 11/27/2013 11:08 AM, Lars Huttar wrote: I tried the beta of 2013.11.26, and as mentioned in a previous email, it fixes the \getmarking problem pretty well. However the same beta has a fatal problem for us: lists using \tab are now broken. MWE: \starttext \tab{AC}Autonomous

Re: [NTG-context] bug in beta: \tab results in text overlap

2013-11-27 Thread Hans Hagen
On 11/27/2013 5:08 PM, Lars Huttar wrote: On 11/22/2013 4:34 PM, Hans Hagen wrote: The problem, is/was that mixed columns had not yet mark synchronization enabled. I uploaded a new beta. In the process I also made marks a bit more restrictive but it might have (yet unknown) side effects.

Re: [NTG-context] bug: \getmarking with mixedcolumns

2013-11-26 Thread Lars Huttar
On 11/22/2013 4:34 PM, Hans Hagen wrote: On 11/21/2013 7:01 PM, Lars Huttar wrote: I now have a MWE that shows the problem. Where top and bottom work fine outside of columns, in mixedcolumns, any keyword I use with \getmarking always seem to return the *last* item on the page. Here's the

Re: [NTG-context] bug: \getmarking with mixedcolumns

2013-11-22 Thread Hans Hagen
On 11/21/2013 7:01 PM, Lars Huttar wrote: I now have a MWE that shows the problem. Where top and bottom work fine outside of columns, in mixedcolumns, any keyword I use with \getmarking always seem to return the *last* item on the page. Here's the MWE: I changed the example a bit

Re: [NTG-context] bug: \getmarking with mixedcolumns

2013-11-22 Thread Lars Huttar
On 11/22/2013 4:34 PM, Hans Hagen wrote: On 11/21/2013 7:01 PM, Lars Huttar wrote: I now have a MWE that shows the problem. Where top and bottom work fine outside of columns, in mixedcolumns, any keyword I use with \getmarking always seem to return the *last* item on the page. Here's the

[NTG-context] bug: \getmarking with mixedcolumns

2013-11-21 Thread Lars Huttar
On 11/21/2013 11:40 AM, Lars Huttar wrote: In a thread from July (http://context.markmail.org/thread/6tgzusw45whaqghi), Marco Patzer raised some questions that we have too. They were somewhat answered, but I'm still not clear on what the meanings of the keywords are. On Jul 8, 2013 4:08:33

Re: [NTG-context] bug: \getmarking with mixedcolumns

2013-11-21 Thread Lars Huttar
On 11/21/2013 1:01 PM, Lars Huttar wrote: I now have a MWE that shows the problem. Where top and bottom work fine outside of columns, in mixedcolumns, any keyword I use with \getmarking always seem to return the *last* item on the page. I sometimes forget to include our version info. MKIV,

[NTG-context] bug in linenote?

2013-11-07 Thread Pablo Rodriguez
Dear list, I have a sample of nested linenotes (containing an user-defined command): \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1% \prewordbreak\stoplinenote[Varia:\MyCounter]} \starttext \startlinenumbering

Re: [NTG-context] Bug: Reloading Font

2013-10-13 Thread Khaled Hosny
On Sun, Oct 13, 2013 at 12:39:32AM +0200, Hans Hagen wrote: On 10/12/2013 12:19 PM, Khaled Hosny wrote: The problem is that OpenType is hard, you already know that. ConTeXt will never be able to dedicate enough resources to catch up with development, so it makes much sense to reuse the

Re: [NTG-context] Bug: Reloading Font

2013-10-13 Thread Hans Hagen
On 10/13/2013 10:15 AM, Khaled Hosny wrote: On 10/12/2013 12:19 PM, Khaled Hosny wrote: The problem is that OpenType is hard, you already know that. ConTeXt will never be able to dedicate enough resources to catch up with development, so it makes much sense to reuse the efforts of other

Re: [NTG-context] bug or needs warning documentation

2013-10-13 Thread Hans Hagen
On 10/12/2013 2:15 PM, d.henman wrote: I found what I consider a bug in startcombination processing. it's actually a side effect of a tex property: \hbox {x} is the problem here. Makes me wonder if we should also ignore par tokens there (we already have an always \long variant in the

Re: [NTG-context] Bug: Reloading Font

2013-10-13 Thread luigi scarso
On Sun, Oct 13, 2013 at 10:15 AM, Khaled Hosny khaledho...@eglug.orgwrote: An external module is fine by me, I’m not concerned about LuaTeX itself since even the current loader is not integrated, I’m rather concerned about the ability to use the new loader and shaper with ConTeXt. A minimal

Re: [NTG-context] bug or needs warning documentation

2013-10-13 Thread Hans Hagen
On 10/13/2013 2:48 AM, Marco Patzer wrote: \unprotect \def\pack_combinations_pickup {\dostarttagged\t!combinationpair\empty \dostarttagged\t!combinationcontent\empty \dogotopar\pack_combinations_pickup_content_indeed} .. ok, patched ... but with a bit more efficient variant for

Re: [NTG-context] bug or needs warning documentation

2013-10-13 Thread Marco Patzer
On 2013–10–13 Hans Hagen wrote: On 10/13/2013 2:48 AM, Marco Patzer wrote: \unprotect \def\pack_combinations_pickup {\dostarttagged\t!combinationpair\empty \dostarttagged\t!combinationcontent\empty \dogotopar\pack_combinations_pickup_content_indeed} .. ok, patched ... but

Re: [NTG-context] bug or needs warning documentation

2013-10-13 Thread Hans Hagen
On 10/13/2013 11:26 PM, Marco Patzer wrote: How about switching paired boxes to \assumelongusagecs as well and getting rid of \dogotopar? Paired boxes are the only mechanism which uses \dogotopar. ok -

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Khaled Hosny
On Sat, Oct 12, 2013 at 02:19:16AM +0200, Hans Hagen wrote: On 10/12/2013 2:15 AM, Philipp Gesang wrote: ···date: 2013-10-12, Saturday···from: Hans Hagen··· On 10/12/2013 12:48 AM, Thangalin wrote: Hi (Copperplate is going to be added soon.) Unfortunately, Context Keep in mind it was

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Khaled Hosny
On Fri, Oct 11, 2013 at 08:05:03PM -0700, Thangalin wrote: In that case I'd run a separate font checker, as you never know what users upload. Similar issues can occur with those tagged formats that are in fact linked lists. That's a good idea. The TTX font tool was going to be my first

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Hans Hagen
On 10/12/2013 9:27 AM, Khaled Hosny wrote: On Sat, Oct 12, 2013 at 02:19:16AM +0200, Hans Hagen wrote: On 10/12/2013 2:15 AM, Philipp Gesang wrote: ···date: 2013-10-12, Saturday···from: Hans Hagen··· On 10/12/2013 12:48 AM, Thangalin wrote: Hi (Copperplate is going to be added soon.)

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Hans Hagen
On 10/12/2013 10:52 AM, Khaled Hosny wrote: On Fri, Oct 11, 2013 at 08:05:03PM -0700, Thangalin wrote: In that case I'd run a separate font checker, as you never know what users upload. Similar issues can occur with those tagged formats that are in fact linked lists. That's a good idea. The

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread luigi scarso
On Sat, Oct 12, 2013 at 11:20 AM, Hans Hagen pra...@wxs.nl wrote: On 10/12/2013 10:52 AM, Khaled Hosny wrote: On Fri, Oct 11, 2013 at 08:05:03PM -0700, Thangalin wrote: In that case I'd run a separate font checker, as you never know what users upload. Similar issues can occur with those

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Khaled Hosny
On Sat, Oct 12, 2013 at 11:18:47AM +0200, Hans Hagen wrote: On 10/12/2013 9:27 AM, Khaled Hosny wrote: On Sat, Oct 12, 2013 at 02:19:16AM +0200, Hans Hagen wrote: On 10/12/2013 2:15 AM, Philipp Gesang wrote: ···date: 2013-10-12, Saturday···from: Hans Hagen··· On 10/12/2013 12:48 AM,

[NTG-context] bug or needs warning documentation

2013-10-12 Thread d.henman
I found what I consider a bug in startcombination processing. context version used: version: 2013.09.03 16:23 Examples: 1.) Good compilable source and 2.) source that fails The bad thing about this is that one, at least checks and checks syntax for errors and the error in fact is simply a

Re: [NTG-context] Bug: Reloading Font

2013-10-12 Thread Hans Hagen
On 10/12/2013 12:19 PM, Khaled Hosny wrote: The problem is that OpenType is hard, you already know that. ConTeXt will never be able to dedicate enough resources to catch up with development, so it makes much sense to reuse the efforts of other free software projects. HarfBuzz is used by much

Re: [NTG-context] bug or needs warning documentation

2013-10-12 Thread Marco Patzer
On 2013–10–12 d.henman wrote: I found what I consider a bug in startcombination processing. […] The below fails \starttext \placefigure [here,none] [fig: reference tag] {citation text} { \startcombination[1*2]

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread luigi scarso
On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com wrote: Hi, A font causes mtxrun to hang upon reloading. Replicate: mkdir $HOME/.fonts cd $HOME/.fonts wget http://whitemagicsoftware.com/Copperplate-ThirtyThreeBC.ttf export OSFONTDIR=$HOME/.fonts mtxrun --script fonts

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Hans Hagen
On 10/11/2013 8:55 AM, luigi scarso wrote: On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com mailto:thanga...@gmail.com wrote: Hi, A font causes mtxrun to hang upon reloading. Replicate: mkdir $HOME/.fonts cd $HOME/.fonts wget

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread luigi scarso
On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com wrote: Hi, A font causes mtxrun to hang upon reloading. Replicate: mkdir $HOME/.fonts cd $HOME/.fonts wget http://whitemagicsoftware.com/Copperplate-ThirtyThreeBC.ttf export OSFONTDIR=$HOME/.fonts mtxrun --script fonts

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread luigi scarso
On Fri, Oct 11, 2013 at 10:59 AM, luigi scarso luigi.sca...@gmail.comwrote: On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com wrote: Hi, A font causes mtxrun to hang upon reloading. Replicate: mkdir $HOME/.fonts cd $HOME/.fonts wget

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Taco Hoekwater
On Oct 11, 2013, at 1:55 PM, luigi scarso luigi.sca...@gmail.com wrote: On Fri, Oct 11, 2013 at 10:59 AM, luigi scarso luigi.sca...@gmail.com wrote: On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com wrote: Hi, A font causes mtxrun to hang upon reloading. Replicate:

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Thangalin
Hi, The font does not render properly in Inkscape, yet does not cause Inkscape to hang. (That is, I can select and apply the font to text, but it is obviously not in the same family.) As Taco mentioned, the font file is corrupt.

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Hans Hagen
On 10/11/2013 2:02 PM, Taco Hoekwater wrote: On Oct 11, 2013, at 1:55 PM, luigi scarso luigi.sca...@gmail.com wrote: On Fri, Oct 11, 2013 at 10:59 AM, luigi scarso luigi.sca...@gmail.com wrote: On Fri, Oct 11, 2013 at 5:35 AM, Thangalin thanga...@gmail.com wrote: Hi, A font causes

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Thangalin
FYI, I didn't know that the font was corrupt. I have over 400 fonts on my machine, and had to reload to pick up the new ones. You'll find that having a large number of fonts will start to become a common situation as more fonts become public (e.g., Google's Free Web Fonts project). This increases

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Philipp Gesang
···date: 2013-10-11, Friday···from: Thangalin··· FYI, I didn't know that the font was corrupt. I have over 400 fonts on my machine, and had to reload to pick up the new ones. You'll find that having a large number of fonts will start to become a common situation as more fonts become public

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Thangalin
Hi (Copperplate is going to be added soon.) Unfortunately, Context Keep in mind it was only Copperplate 33 BC. Also note that I could not find any version of Copperplate 33 BC online that had the same file size as my corrupt version. (I was trying to find the source of the corrupt copy.) Most

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Hans Hagen
On 10/12/2013 12:26 AM, Philipp Gesang wrote: ···date: 2013-10-11, Friday···from: Thangalin··· FYI, I didn't know that the font was corrupt. I have over 400 fonts on my machine, and had to reload to pick up the new ones. You'll find that having a large number of fonts will start to become a

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Hans Hagen
On 10/12/2013 12:48 AM, Thangalin wrote: Hi (Copperplate is going to be added soon.) Unfortunately, Context Keep in mind it was only Copperplate 33 BC. Also note that I could not find any version of Copperplate 33 BC online that had the same file size as my corrupt version. (I was trying to

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Philipp Gesang
···date: 2013-10-12, Saturday···from: Hans Hagen··· On 10/12/2013 12:48 AM, Thangalin wrote: Hi (Copperplate is going to be added soon.) Unfortunately, Context Keep in mind it was only Copperplate 33 BC. Also note that I could not find any version of Copperplate 33 BC online that had

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Hans Hagen
On 10/12/2013 2:15 AM, Philipp Gesang wrote: ···date: 2013-10-12, Saturday···from: Hans Hagen··· On 10/12/2013 12:48 AM, Thangalin wrote: Hi (Copperplate is going to be added soon.) Unfortunately, Context Keep in mind it was only Copperplate 33 BC. Also note that I could not find any

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Thangalin
Hi, sure, but fonts should be chosen with care .. and illegal ripoffs should be avoided (those cd's with hundreds of fonts, nowadays sites) See: https://github.com/w0ng/googlefontdirectory (quality of design / digitization, completeness of coverage, correctness of features ... much can be

[NTG-context] Bug: Reloading Font

2013-10-10 Thread Thangalin
Hi, A font causes mtxrun to hang upon reloading. Replicate: mkdir $HOME/.fonts cd $HOME/.fonts wget http://whitemagicsoftware.com/Copperplate-ThirtyThreeBC.ttf export OSFONTDIR=$HOME/.fonts mtxrun --script fonts --reload Expected Results All the fonts in $HOME/.fonts and subdirectories are

Re: [NTG-context] bug with font

2013-09-26 Thread Wolfgang Schuster
Am 25.09.2013 um 21:45 schrieb Prashanth prash.n@gmail.com: Hello, I update my ConTeXt setup about every couple of weeks. I use Ubuntu font in some of my documents. My setup from 2013-09-11 was selecting the specified fonts correctly. However my setup from 2013-09-25 (today) selects

Re: [NTG-context] bug with font

2013-09-26 Thread Prashanth
On 26/09/13 21:40, Wolfgang Schuster wrote: I can confirm and it will be fixed in the next version of the module but it will take a few days before I’m going to release it. Wolfgang Thanks, Wolfgang! Apparently, this problem started earlier than I thought yesterday. I have set Euler as my

[NTG-context] bug with font

2013-09-25 Thread Prashanth
Hello, I update my ConTeXt setup about every couple of weeks. I use Ubuntu font in some of my documents. My setup from 2013-09-11 was selecting the specified fonts correctly. However my setup from 2013-09-25 (today) selects Ubuntu Light when I specify just Ubuntu. When I specifically ask it to

Re: [NTG-context] bug? gap appears in columnset

2013-09-19 Thread Hans Hagen
On 9/19/2013 4:25 PM, Lars Huttar wrote: Hans wrote, Columnsets are rather special and mostly meant for magazine like documents, where content can span columns, images are explicitly placed on the grid, etc. For that reason columnset soperate on a rather strict grid that gets setup based in the

Re: [NTG-context] bug? gap appears in columnset

2013-09-19 Thread Lars Huttar
Hans wrote, Columnsets are rather special and mostly meant for magazine like documents, where content can span columns, images are explicitly placed on the grid, etc. For that reason columnset soperate on a rather strict grid that gets setup based in the lineheight and although content can

Re: [NTG-context] bug? gap appears in columnset

2013-09-18 Thread Lars Huttar
Regarding sane interlinespace, Hans wrote, ok, but then, an interlinespace is normally around 1.2 times the bodyfontsize OK. That's helpful. But notice that in the following example, the interline space that causes the problem is in the *first* section (where htdp is 12pt and baselineskip is

Re: [NTG-context] bug? gap appears in columnset

2013-09-18 Thread Hans Hagen
On 9/18/2013 11:47 PM, Lars Huttar wrote: Regarding sane interlinespace, Hans wrote, ok, but then, an interlinespace is normally around 1.2 times the bodyfontsize OK. That's helpful. But notice that in the following example, the interline space that causes the problem is in the *first*

Re: [NTG-context] Bug in maths prime (derivative)

2013-09-17 Thread Hans Hagen
On 9/16/2013 2:29 PM, Otared Kavian wrote: Hi Hans, I noticed that recently a discrepancy in the way the prime is positioned in the presence of an index as in $f'_n$ or $f_n'$ (please see the attached PDF). However the positioning is correct in expressions such as $u^k_n$. The problem shows

Re: [NTG-context] bug? gap appears in columnset

2013-09-17 Thread Hans Hagen
On 9/17/2013 5:02 PM, Lars Huttar wrote: Aditya wrote: Any particular reason you are using columnsets rather than \startcolumns or \startmixedcolumns. Columnsets are for specialized layout requirements, and in my experience, mixing columnsets with text that is not in columnsets is a bit tricky.

Re: [NTG-context] bug? gap appears in columnset

2013-09-17 Thread Hans Hagen
On 9/16/2013 11:29 PM, Lars Huttar wrote: I was advised to report the bug back to this list, with an even more minimized example. Here it is below. This bug occurs in both mkiv and mkii, in the latest versions (current beta). |\setupinterlinespace[line=12pt] \definecolumnset[columnset1][n=2]

Re: [NTG-context] bug? gap appears in columnset

2013-09-17 Thread Lars Huttar
Aditya wrote: Any particular reason you are using columnsets rather than \startcolumns or \startmixedcolumns. Columnsets are for specialized layout requirements, and in my experience, mixing columnsets with text that is not in columnsets is a bit tricky. Thanks for suggesting a potential

Re: [NTG-context] bug? gap appears in columnset

2013-09-17 Thread Hans Hagen
On 9/17/2013 8:57 PM, Lars Huttar wrote: Can you point me to documentation on the constraints that define what kind of interlinespace is sane? the default is 2.8ex which is pretty safe, then there is the ht/dp ratio which in some cases has to be adapted to fonts esp when they are

Re: [NTG-context] Bug in maths prime (derivative)

2013-09-17 Thread Otared Kavian
Thanks Hans: I did some testing with several fonts and situations, and everything is perfect. Best regards: OK On 17 sept. 2013, at 14:58, Hans Hagen pra...@wxs.nl wrote: On 9/16/2013 2:29 PM, Otared Kavian wrote: Hi Hans, I noticed that recently a discrepancy in the way the prime is

Re: [NTG-context] bug? gap appears in columnset

2013-09-17 Thread Lars Huttar
Hans wrote, Just wondering ... do you think that the first pages look ok? Thanks for your response. By look ok, are you referring to the closeness of the lines of text? It does seem kind of close, but within acceptable limits, depending on other constraints; however I'm not really the one to

[NTG-context] Bug in maths prime (derivative)

2013-09-16 Thread Otared Kavian
Hi Hans, I noticed that recently a discrepancy in the way the prime is positioned in the presence of an index as in $f'_n$ or $f_n'$ (please see the attached PDF). However the positioning is correct in expressions such as $u^k_n$. The problem shows up only in mkiv, and as far as I can say the

Re: [NTG-context] bug? gap appears in columnset

2013-09-16 Thread Lars Huttar
FYI, I have posted this question on http://tex.stackexchange.com/questions/133586/bug-unwanted-gap-in-2nd-columnset Marco and phg were able to reproduce the problem, including in the latest versions. I don't plan to keep posting in both places, but wanted to leave a pointer from this thread to the

Re: [NTG-context] bug? gap appears in columnset

2013-09-16 Thread Lars Huttar
I was advised to report the bug back to this list, with an even more minimized example. Here it is below. This bug occurs in both mkiv and mkii, in the latest versions (current beta). |\setupinterlinespace[line=12pt] \definecolumnset[columnset1][n=2]

Re: [NTG-context] bug? gap appears in columnset

2013-09-16 Thread Aditya Mahajan
On Mon, 16 Sep 2013, Lars Huttar wrote: I was advised to report the bug back to this list, with an even more minimized example. Here it is below. This bug occurs in both mkiv and mkii, in the latest versions (current beta). |\setupinterlinespace[line=12pt] \definecolumnset[columnset1][n=2]

Re: [NTG-context] Bug with adaptlayout

2013-09-14 Thread Aditya Mahajan
On Fri, 13 Sep 2013, Hans Hagen wrote: On 9/13/2013 4:40 AM, Aditya Mahajan wrote: Hi, There is a subtle bug with \adaptlayout. \adaptlayout[1][height=max] does not work, e.g., \showframe \adaptlayout[1][height=max] \starttext \dorecurse{10}{\input knuth \par} \stoptext but

Re: [NTG-context] Bug with adaptlayout

2013-09-13 Thread Hans Hagen
On 9/13/2013 4:40 AM, Aditya Mahajan wrote: Hi, There is a subtle bug with \adaptlayout. \adaptlayout[1][height=max] does not work, e.g., \showframe \adaptlayout[1][height=max] \starttext \dorecurse{10}{\input knuth \par} \stoptext but \adaptlayout[2][..] etc work. The reason is the

[NTG-context] bug? gap appears in columnset

2013-09-13 Thread Lars Huttar
Hello, We have a document where a gap occurs in a columnset under certain conditions. It seems to be a confluence of: - 2 sections, each with 2-column columnsets - \page[empty] between them - the 2nd section has a tighter interline space The problem is that on the first page of the second

Re: [NTG-context] bug? gap appears in columnset

2013-09-13 Thread Lars Huttar
It should also be mentioned that we need the second section to have a tighter line spacing than the first, but despite the \setupinterlinespace[line=9.3pt] command, and despite the red grid lines being tighter, the text itself seems to have the same interline spacing as in the first section. How

[NTG-context] Bug in inframed

2013-09-12 Thread H. Özoguz
I found the following bug in \inframed, getting problems with inframing arabic words, try the following example \definefont[arab][name:arial*arabic at 18pt] \define[1]\awort{{\hbox{\setupalign[r2l]\arab#1}}} \starttext \awort{بِالصَّالِحِينَ}\blank \awort{\inframed{بِالصَّالِحِينَ}} \stoptext

Re: [NTG-context] Bug in inframed

2013-09-12 Thread Aditya Mahajan
On Thu, 12 Sep 2013, H. Özoguz wrote: I found the following bug in \inframed, getting problems with inframing arabic words, try the following example \definefont[arab][name:arial*arabic at 18pt] \define[1]\awort{{\hbox{\setupalign[r2l]\arab#1}}} Untested, but why not

Re: [NTG-context] Bug in inframed

2013-09-12 Thread Idris Samawi Hamid ادريس سماوي حامد
Salaam, On Thu, 12 Sep 2013 06:09:46 -0600, H. Özoguz h.oezo...@mmnetz.de wrote: I found the following bug in \inframed, getting problems with inframing arabic words, try the following example \definefont[arab][name:arial*arabic at 18pt] \define[1]\awort{{\hbox{\setupalign[r2l]\arab#1}}}

Re: [NTG-context] Bug in inframed

2013-09-12 Thread H. Özoguz
Salam, @Idris, Aditya: Thank you very much, works perfect for me. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Bug with adaptlayout

2013-09-12 Thread Aditya Mahajan
Hi, There is a subtle bug with \adaptlayout. \adaptlayout[1][height=max] does not work, e.g., \showframe \adaptlayout[1][height=max] \starttext \dorecurse{10}{\input knuth \par} \stoptext but \adaptlayout[2][..] etc work. The reason is the following. Typically, we use \adaptlayout[...][...]

Re: [NTG-context] Bug in \externalfigures in headers?

2013-09-05 Thread Wolfgang Schuster
Am 05.09.2013 um 18:04 schrieb Xan dxpubl...@telefonica.net: Hi, I just want to include logo in headers: When you have nested command where each takes brackets (e.g. \foo[\bar[…]]) you have to add curly braces around the inner command (e.g. \foo{\bar[…]}]). In your case you need to write

Re: [NTG-context] Bug in \externalfigures in headers?

2013-09-05 Thread Aditya Mahajan
On Thu, 5 Sep 2013, Xan wrote: \setupheadertexts[\externalfigure[logo-cepa-sud.png]][\pagenumber\ de \lastpage] \setupheadertexts[{\externalfigure[logo-cepa-sud.png]}] [\pagenumber\ de \lastpage] Aditya

[NTG-context] Bug in \externalfigures in headers?

2013-09-05 Thread Xan
Hi, I just want to include logo in headers: %% ConTeXt template for exercises %% ConTeXt MIV %% Carregam símbols \usesymbols[eur] %% carregam les opcions d'entorn \environment entorn-simple-estructurals \environment entorn-simple-visuals %% Capçaleres i peus

Re: [NTG-context] Bug in \externalfigures in headers?

2013-09-05 Thread Xan
Thanks a lot, All of you for quick responses. On Thu, 5 Sep 2013 18:04:36 +0200 Xan dxpubl...@telefonica.net ha escrit: Hi, I just want to include logo in headers: %% ConTeXt template for exercises %% ConTeXt MIV %% Carregam símbols \usesymbols[eur] %% carregam les opcions

[NTG-context] Bug with mathmatrix row-spacing in \startalign

2013-08-30 Thread Andreas Halkjær
Hello, I hope I'm doing this right. I discovered a bug where the spacing between rows becomes too large in a mathmatrix when used in between \startalign and \stopalign. I posted on StackExchange and was told to report it here:

Re: [NTG-context] Bug with mathmatrix row-spacing in \startalign

2013-08-30 Thread Hans Hagen
On 8/30/2013 12:16 AM, Andreas Halkjær wrote: Hello, I hope I'm doing this right. I discovered a bug where the spacing between rows becomes too large in a mathmatrix when used in between \startalign and \stopalign. I posted on StackExchange and was told to report it here:

[NTG-context] Bug with \left( \right) in current beta

2013-08-20 Thread Janne Junnila
Hey, The following does not work correctly in the current beta. It seems like the 1 is parsed as a part of (. Inserting a space between ( and 1 makes the example work. \starttext \startformula \left(1 - \right) \stopformula \stoptext Most of the fonts produce nothing for \left(1, cambria

Re: [NTG-context] Bug with \left( \right) in current beta

2013-08-20 Thread Hans Hagen
On 8/20/2013 11:34 AM, Janne Junnila wrote: Hey, The following does not work correctly in the current beta. It seems like the 1 is parsed as a part of (. Inserting a space between ( and 1 makes the example work. \starttext \startformula \left(1 - \right) \stopformula \stoptext Most of the

[NTG-context] bug in current beta

2013-08-15 Thread Schmitz Thomas A.
Hi Hans, I get this error running 2013.08.14 15:25: ! LuaTeX error .../context/tex/texmf-context/tex/context/base/font-col.lua:180: table index is nil stack traceback: .../context/tex/texmf-context/tex/context/base/font-col.lua:180: in function 'fontcollectionclone' [string

Re: [NTG-context] bug in current beta

2013-08-15 Thread Hans Hagen
On 8/15/2013 11:40 AM, Schmitz Thomas A. wrote: Hi Hans, I get this error running 2013.08.14 15:25: as you know lua ... just look at those lines and a few lines above ... you need to add local unic = unicode + offset - start (new beta later, in the middle of something)

Re: [NTG-context] bug in current beta

2013-08-15 Thread Schmitz Thomas A.
On Aug 15, 2013, at 1:43 PM, Hans Hagen pra...@wxs.nl wrote: as you know lua ... just look at those lines and a few lines above ... you need to add local unic = unicode + offset - start (new beta later, in the middle of something) Ah, you're right, I could have seen that

Re: [NTG-context] bug in \externalfigure

2013-08-03 Thread Jannik Voges
The bug is fixed in the newest beta. Thanks to everyone Jannik Am 02.08.2013 um 22:08 schrieb Jannik Voges researchj...@icloud.com: 'context --make' gives an error: ! LuaTeX error .../context/tex/texmf-context/tex/context/base/back-pdf.lua:86: attempt to index global 'nodepool' (a

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Peter Münster
On Thu, Aug 01 2013, Jannik Voges wrote: Okay, a reader dependent bug/error. I used Preview (OS X 10.8.4). The second figure (\externalfigure[cow.pdf][width=10cm]) and the following sentence didn't appear. The same happens when you use height instead of width. Perhaps you could add this issue

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/1/2013 5:19 PM, Jannik Voges wrote: You are right. I was a little bit confused, because I didn't know, that you have to add 'location=default' to get the sample files, so I thought, that might also be buggy. 'test' is a test-file (pdf, jpeg, ...) in the current directory (I have not

Re: [NTG-context] bug in \externalfigure

2013-08-02 Thread Hans Hagen
On 8/2/2013 8:36 PM, Jannik Voges wrote: yes its a tricky bug. When you view the pdf with Preview under Mac OS X (10.8.4) you will see, that the second graphic and sentence isn't displayed. When you use evince (linux) the pdf is displayed correctly. I attache a zip-file with the pdf-file of

<    3   4   5   6   7   8   9   10   11   12   >