[NTG-context] problem with setuptex

2013-07-10 Thread Thomas A. Schmitz

Hi all, especially Mojca, I guess,

I have a somewhat bizarre problem with the setuptex script under the 
latest Fedora and zsh (version 5.02). Here's what happens:


source ~/context/tex/setuptex
/mnt/shared/context/tex is not a valid TEXROOT path.
(There is no file /mnt/shared/context/tex/texmf/tex/plain/base/plain.tex)
provide a proper tex root (like '. setuptex /something/tex')

The script works under bash; the error under Fedora is the same on two 
different computers, but I don't know if any other linux distribution 
has the same version of zsh. Can anyone else test and see if they have 
similar problems with zsh?


All best

Thomas
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] problem with setuptex

2013-07-10 Thread Mojca Miklavec
On Wed, Jul 10, 2013 at 10:16 AM, Thomas A. Schmitz wrote:
 Hi all, especially Mojca, I guess,

 I have a somewhat bizarre problem with the setuptex script under the latest
 Fedora and zsh (version 5.02). Here's what happens:

 source ~/context/tex/setuptex
 /mnt/shared/context/tex is not a valid TEXROOT path.
 (There is no file /mnt/shared/context/tex/texmf/tex/plain/base/plain.tex)
 provide a proper tex root (like '. setuptex /something/tex')

 The script works under bash; the error under Fedora is the same on two
 different computers, but I don't know if any other linux distribution has
 the same version of zsh. Can anyone else test and see if they have similar
 problems with zsh?

I would gladly help, but I don't know how zhs works and I didn't find
any hints during a quick search.

My suggestion would be to put
   export PATH=$HOME/context/tex/texmf-linux-64/bin:$PATH
or something similar into the file that you are sourcing.

Mojca
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] linenumbering in columnsets (or different solution?)

2013-07-10 Thread Hans Hagen

On 7/9/2013 7:36 PM, Thomas A. Schmitz wrote:

Hi,

I want a document with two columns; left column is poetry, so I want the
lines to be numbered. Unfortunately, linenumbering doesn't appear to
work in columns(ets), so my next attempt was to produce a third, very
narrow column which displays the line numbers. However, columnsets with
different columns is not implemented in mkiv, AFAICS. Examples:


i'll send you a patch to play with

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] underbraces slightly too narrow (with MkIV 2013.05.28)

2013-07-10 Thread Sanjoy Mahajan
In certain cases, display-mathunderbraces are not quite wide enough.
Here's a minimal example:

===
\starttext

\placeformula\startformula
\underbrace{15\,\tf cm}_{L}
\stopformula

\stoptext
===

Using 2013.05.28 00:36 MKIV (from vanilla TL2013), the left brace tip
starts under the vertical bar of the 1, instead of enclosing the serif
as well.  The right brace tip ends between the last two tines of the
m, instead of enclosing the whole m and its serifs.

With 2013.04.09 10:38 MKII, the brace tips extend just slightly beyond
the 15 cm, which is better.  However, they seem slightly too close.

As a test, I ran the comparable plain-TeX file through LuaTeX and PDFTeX.

==
$$
\underbrace{15\,\rm cm}_{L}
$$

\bye
==

The gap between the right brace tip and the text is slightly greater
(with either LuaTeX or PDFTeX), and it looks right.

(With the 2012.05.30 MKIV on live.contextgarden.net, the result is
similar to the Lua/PDFTeX versions, though not identical, and also looks
reasonable.)

-Sanjoy
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] underbraces slightly too narrow (with MkIV 2013.05.28)

2013-07-10 Thread Marco Patzer
On 2013–07–10 Sanjoy Mahajan wrote:

 In certain cases, display-mathunderbraces are not quite wide enough.
 Here's a minimal example:
 
 ===
 \starttext
 
 \placeformula\startformula
 \underbrace{15\,\tf cm}_{L}
 \stopformula
 
 \stoptext
 ===

\starttext

\placeformula\startformula
\underbrace{\unit{15 cm}}_{L}
\stopformula

\stoptext

Marco


signature.asc
Description: Digital signature
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] linenumbering in columnsets (or different solution?)

2013-07-10 Thread Thomas A. Schmitz

On 07/10/2013 12:06 PM, Hans Hagen wrote:

On 7/9/2013 7:36 PM, Thomas A. Schmitz wrote:


I want a document with two columns; left column is poetry, so I want the
lines to be numbered. Unfortunately, linenumbering doesn't appear to
work in columns(ets), so my next attempt was to produce a third, very
narrow column which displays the line numbers. However, columnsets with
different columns is not implemented in mkiv, AFAICS. Examples:


\unprotect

% in cont-new.mkiv:


Thanks Hans, this works! Will it make it into the core for the next beta?

Thomas
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] underbraces slightly too narrow (with MkIV 2013.05.28)

2013-07-10 Thread Rudolf Bahr
On Wed, Jul 10, 2013 at 02:13:28PM +0200, Marco Patzer wrote:
 On 2013–07–10 Sanjoy Mahajan wrote:
 
  In certain cases, display-mathunderbraces are not quite wide enough.
  Here's a minimal example:
  
  ===
  \starttext
  
  \placeformula\startformula
  \underbrace{15\,\tf cm}_{L}
  \stopformula
  
  \stoptext
  ===
 
 \starttext
 
 \placeformula\startformula
 \underbrace{\unit{15 cm}}_{L}
 \stopformula
 
 \stoptext
 
 Marco


Hello *,

I played just a little, normaly I have nothing to do with math-formulae::

\starttext

\placeformula\startformula
\underbrace{\unit{15 cm}\hskip2pt}_{L}
\stopformula


\stoptext

Best regards,
Rudolf



signature.asc
Description: Digital signature
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] two bugs with compressed linenotes

2013-07-10 Thread Pablo Rodríguez
Dear Hans,

I have found two bugs with compressed linenotes that I reported
(http://www.ntg.nl/pipermail/ntg-context/2013/073940.html and
http://www.ntg.nl/pipermail/ntg-context/2013/073953.html).

I would like to introduce ConTeXt for critical editions to some
Spanish-speaking people and I think this is a very useful feature.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___