Re: [NTG-context] Bug with naturaltables and letter module

2014-06-29 Thread Wolfgang Schuster

Am 28.06.2014 um 23:53 schrieb Mo Abrahams moabrahams+cont...@dashavoo.com:

 Table splitting across pages interferes with the footer.
 
 Using ConTeXt ver: 2014.06.22 19:58 MKIV beta
 
 Example:
 
 
 \usemodule[letter]
 
 \setupletterlayer[foot][alternative=gbrief]
 
 \setupTABLE[split=yes]
 
 \startletter
 \bTABLE
 
 \dorecurse{40}{\bTR \bTD Test \eTD \eTR}
 
 \eTABLE
 \stopletter

I will upload a new version of the module in the next few days.

Wolfgang
___
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] win2k and context

2014-06-29 Thread Hans Hagen

On 6/28/2014 1:02 PM, Wolfgang Werners-Lucchini wrote:

Hallo Hans,


Any reason to stick to windows 2000? Do you want to run old
experimental luatex?


There is no question without a reason!

At least mtxrun.exe should work with older Windows versions!


The problem is that at some point a different network related library 
was introduced and most programs (not only luatex) after some years end 
up using the new stuff. Windows has a quite good track record for long 
term support of binaries but there are limits. Compiling binaries 
themselves is normally not on the user's agenda.



So I could do

mtxrun --script ./bin/mtx-update.lua --force --update --make --
context=2012-12-09 --texroot=%CONTEXTROOT% %*

to fetch an older version.


Hans

-
  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
___


Re: [NTG-context] 'excursion' and MkIV/LuaTeX

2014-06-29 Thread Hans Hagen

On 6/28/2014 2:05 PM, Gour wrote:

Is 'excursion' manual still mostly relevant for using ConTeXt MkIV 
LuaTeX?

Any plan to publish some new physical ConTeXt-related book soon?


my collegue is working on that

Hans


-
  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 get progressively more misaligned (w/ minimal example)

2014-06-29 Thread Sanjoy Mahajan
Dear list,

As I copyedited my book, I noticed examples where the underbraces in
math formulas were not aligned vertically, especially toward the end of
the book.  Eventually I realized it was not due to my growing
copyediting skill, and I have made the following minimal example showing
the problem (I am using 2014.05.17 MkIV):

\setupformulas[indentnext=auto, spacebefore=none, spaceafter=none]

\starttext

\dorecurse{3000}{
\placeformula\startformula
\underbrace{\hbox{}}_{\rho} =
\underbrace{\hbox{  }}_{\rho}
\stopformula
}

\stoptext

It'll produce a 162-page file.  On the formulas on page 1, the two
underbraces in each equation are aligned.  But there seems to be some
kind of slow leak, because the underbraces become ever more misaligned.
By page 162, they are visibly misaligned by maybe 3pt.  If I increase
the recursion count to 3, on page 2129 the misalignment is about 30pt.

Taking out the \placeformula makes the misalignment go away.

I tried to reproduce the problem with plain LuaTeX, using the tex file
below, but the underbraces came out aligned.

\newcount\foo
\foo=3000
\loop
$$
\underbrace{\hbox{}}_{\rho} =
\underbrace{\hbox{  }}_{\rho}
$$
\advance \foo -1
\ifnum \foo0
\repeat

\end

Any thoughts on this very strange issue?

-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 get progressively more misaligned (w/ minimal example)

2014-06-29 Thread Sanjoy Mahajan
Here is a 72dpi rendering of the last page (with recursion count=3).

-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] win2k and context

2014-06-29 Thread Wolfgang Werners-Lucchini
 Please test whether the luatex binaries work at all. Without a working
 luatex binary it's pointless to even discuss any further. Once you
 find a working luatex, we'll be able to help you further.

The mingw 0.72.0 is not complaining about missing functions. So I can 
say: It runs! Don't know if there are other problems.
 
 Btw: a working mtxrun alone won't help you because that won't
 necessarily give you a compatible luatex version. In the worst case
 you can probably replace mtxrun with a batch script.

With a working mtxrun I could downgrade using the context=date 
switch. This switch makes not much sens if it is not working with 
older versions.

Wolfgang
___
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] chapter title does not show on header.

2014-06-29 Thread john Culleton
I copied \setupheadertexts etc. straight from the
wiki with one change. For the fourth parameter
instead of chapter I substituted \Titlea, which
contains the title of the book. That part works,
But the word chapter as a parameter doesn't.

Here is my pertinent code:

\def\Titlea{Scribus Index Feature }
...
\setuppagenumbering[alternative=doublesided,location=]
\setupheader[leftstyle=bold,rightstyle=bold]
\setupheadertexts
   [{\getmarking[chapter]}] 
   [{page \pagenumber}] 
   [{page \pagenumber}]
   [{\Titlea}] 
\setuppagenumbering[location=]
...
\setuppagenumbering[command=\bf]
\definetext[chapter][footer][pagenumber]
\setupmakeup[standard][page=yes, doublesided=no]
\definepagebreak
  [mychapterpagebreak]
  [yes,header,right]
...
\chapter{Summary}
etc.

-- 
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
http://www.booklocker.com/books/4055.html
___
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] win2k and context

2014-06-29 Thread Mojca Miklavec
On Sun, Jun 29, 2014 at 12:48 PM, Wolfgang Werners-Lucchini wrote:
 Please test whether the luatex binaries work at all. Without a working
 luatex binary it's pointless to even discuss any further. Once you
 find a working luatex, we'll be able to help you further.

 The mingw 0.72.0 is not complaining about missing functions. So I can
 say: It runs! Don't know if there are other problems.

Just curious: is that the latest version that works according to your
tests or did you actually try just this one?

 Btw: a working mtxrun alone won't help you because that won't
 necessarily give you a compatible luatex version. In the worst case
 you can probably replace mtxrun with a batch script.

 With a working mtxrun I could downgrade using the context=date
 switch. This switch makes not much sens if it is not working with
 older versions.

If LuaTeX runs, fetch ConTeXt from git:
   * https://github.com/contextgarden/context/
   * http://git.contextgarden.net/context/context/
(or from elsewhere).

The switch --context=date became pretty much useless as there are no
more regular current releases of ConTeXt. With git you get access to
more versions.

The script mtxrun contains some instructions about how one could run it:

LUATEXDIR=/../texmf/scripts/context/lua luatex --luaonly mtxrun.lua $@

If you translate that syntax to a mtxrun.bat, it will probably work.
Or you can try to compile mtxrun yourself.

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] bibliography tool

2014-06-29 Thread Gour
Gour g...@atmarama.net writes:

 I was browsing docs in the contextgarden but not sure what is available
 for handling bibliography in ConTeXt today?

Just a note that I've found the desired page(s), but my usage of Search
engine at contextgarden was a bitz faulty. :-(

 Sincerely,
 Gour

-- 
One who works in devotion, who is a pure soul, and who controls 
his mind and senses is dear to everyone, and everyone is dear to 
him. Though always working, such a man is never entangled.

___
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] 'excursion' and MkIV/LuaTeX

2014-06-29 Thread Gour
Hans Hagen pra...@wxs.nl writes:

 my collegue is working on that

Any info about ETA and the content which will be covered?


Sincerely,
Gour

-- 
He who is regulated in his habits of eating, sleeping, recreation 
and work can mitigate all material pains by practicing the yoga system.

___
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] problem with cow-font

2014-06-29 Thread Peter Münster
Hi,

When I try to use the cow-font, the latest beta exits with an error:

mtx-context | fatal error: no return code, message: luatex: execution 
interrupted

No problem with context-2014.03.25-16:58.

Test file:

\setupbodyfont[cow]
\starttext
test
\stoptext

-- 
   Peter
___
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] win2k and context

2014-06-29 Thread Wolfgang Werners-Lucchini
 At least mtxrun.exe should work with older Windows versions!
 
 So I could do
 
 mtxrun --script ./bin/mtx-update.lua --force --update --make --
 context=2012-12-09 --texroot=%CONTEXTROOT% %*
 
 to fetch an older version.

I have tried this on a XP machine, but I got LuaTeX 0.79.1 and 
context 2013.11.01 (which I had bevor the mtxrun on that machine).

I also tried the above command without the --update option.
But same result.

Wolfgang
___
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] CV / Resume examples

2014-06-29 Thread Kip Warner
On Sat, 2014-06-28 at 16:13 +0200, Martin Bruchanov wrote:
 Hey Kip and list ;)
 
 There is my CV for your inspiration:
 
 http://bruxy.regnet.cz/personal/Martin_Bruchanov_Resume.pdf
 
 http://bruxy.regnet.cz/personal/Martin_Bruchanov_Resume.ctex
 
 BruXy

Hey Martin. Thanks a lot for sharing!

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] 'excursion' and MkIV/LuaTeX

2014-06-29 Thread Kip Warner
On Sun, 2014-06-29 at 11:09 +0200, Hans Hagen wrote:
 my collegue is working on that

Hey Hans. Where can we learn more about the progress of the physical
book? Do you have a rough time frame, as in 3+ years or sometime within
the next few months?

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___