Re: [NTG-context] ConTeXt release 2007.04.17

2007-05-17 Thread Steffen Wolfrum
Hi Taco,


I was just re-reding your release notes 2007.04.17. 
What do you mean by ... texexec (once again) support the handling of LaTeX 
files ?

Does it mean I can envelope latex files/snippets in regular context files and 
then process?

Checking this, it didn't work, So I googled and found: 

Context 2005.07.27: map \end to \finalend (for t-latex module)

But (at least in the latest cont-tmf.zip) I could find a t-latex module...


What does this all mean?


Cheers,

Steffen




On Thu, 19 Apr 2007 17:42:10 +0200, Taco Hoekwater wrote:
 [EMAIL PROTECTED]
 
 Hi all,
 
 I am pleased to announce that the new ConTeXt release from Hans Hagen
 can be downloaded as of now from the Pragma ADE website or one of its
 mirrors.
 
   http://www.pragma-ade.com/context/current/cont-tmf.zip
   http://context.aanhet.net/context/current/cont-tmf.zip
   http://mirror.contextgarden.net/context/current/cont-tmf.zip
 
 The current release has version 2007.04.17
 
 As usual, there is an html page with more detailed release notes
 available on the Wiki, see:
 
   http://wiki.contextgarden.net/Release_Notes
 
 
 Highlights:
 * mptopdf and texexec (once again) support the handling of LaTeX files
 * allow blocking of installed programs for texutil
 * fix the handling of external graphics in xetex
 * various low-level fixes and extensiosn for multicolumn handling
 * bugfix for disappearing footnotes
 * support for TeX-Gyre Hermes
 * For some other small changes, see the wiki page
 
 
 Happy TeXing,
 
 Taco Hoekwater
 
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt release 2007.04.17

2007-05-17 Thread Taco Hoekwater
Steffen Wolfrum wrote:
 Hi Taco,
 
 
 I was just re-reding your release notes 2007.04.17. 
 What do you mean by ... texexec (once again) support the handling of LaTeX 
 files ?

It means you can

   texexec mylatexfile

instead of

   latex mylatexfile

as this is sometimes needed for metapost labels.

The t-latex module is something completely different. Quite a
while back, Brooks Moses started work on a module to run latex
files on top of context, but that is not related to this texexec
feature at all.

I've used that module for a book I typeset that came as latex
source with 200 tabular tables that I did not want to convert.

Best wishes,
Taco
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Can't get header repetition with multipage table

2007-05-17 Thread Jean-Philippe Rey
Le 15/05/07 2:40, luigi scarso a écrit :
 
 
 On 5/14/07, *Jean-Philippe Rey* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 I can't get repeated headers in a multipage table.
 
 Try with
 \setuptables[split=repeat]

It works perfectly well, thanks Luigi. I updated
http://wiki.contextgarden.net/Tables_Overview to add setuptables.

 See also
 http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf

I believe this pdf has been generated directly from core-tab.tex. Which
command did you use?

Thanks again.

-- 
Jean-Philippe ReyProfesseur informatique - École Centrale Paris
[EMAIL PROTECTED] 92295 Châtenay-Malabry Cedex - France
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Can't get header repetition with multipage table

2007-05-17 Thread luigi scarso


 See also

http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf

I believe this pdf has been generated directly from core-tab.tex. Which
command did you use?



$texmfstart texexec --pdf --modules core-tab.tex
If one like this kind of stuffs,
http://wiki.contextgarden.net/User:Luigi.scarso#Modules::documentation

--
luigi

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Multipage tables - repeating header

2007-05-17 Thread The Wizard
All -
I have created a table similar to the example in the wiki

\starttext
\setuptables[split=repeat]
\starttablehead
  \HL \VL {\bf Head1} \VL {\bf Head2} \VL \AR \HL
\stoptablehead
\starttables[|l|l|]
\dorecurse{50}{%
  \VL SomeText
  \VL SomeText
  \VL \AR \HL}
\stoptables
Problem: top margin on
first page is bigger.
\stoptext


The header repeats as expected, and the table extends properly across 
multiple pages. The problem is, the last row on each page is missing the 
bottom horizontal line, except for the very last row in the table. I 
have tried numerous variations of \starttabletail ... \stoptabletail, 
and none seem to have the desired effect. Is there an easy way to get 
the bottom \HL on the last row of each page to appear?

I have tried this both on my system and on the live area of the wiki 
with the same result; my install is

TeXExec | current distribution: web2c
TeXExec | context source date: 2007.04.17 12:51
TeXExec | format path: . /home/markea/.texmf-config/web2c 
/home/markea/.texmf-var/web2c /home/markea/texmf/web2c 
/usr/local/teTeX/share/texmf-config/web2c 
/usr/local/teTeX/share/texmf-var/web2c 
/usr/local/teTeX/share/texmf/web2c 
/usr/local/teTeX/share/texmf-local/web2c 
/usr/local/teTeX/share/texmf-dist/web2c
TeXExec | start of analysis
TeXExec | processing document 'texexec'
TeXExec | tex processing method: context
TeXExec | writing option file texexec.top
TeXExec | using randomseed 1319
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
 (/usr/local/teTeX/share/texmf-local/web2c/natural.tcx)
entering extended mode
(./texexec.tex

ConTeXt  ver: 2007.04.17 12:51 MKII  fmt: 2007.5.3  int: english/english

Output written on texexec.pdf (1 page, 21611 bytes).
Transcript written on texexec.log.
TeXExec | runtime: 0.638854
TeXExec | end of analysis
TeXExec |
TeXExec | TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
TeXExec | TeXUtil   | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD
TeXExec | CtxTools | version 1.3.3 - 2004/2006 - PRAGMA ADE/POD
TeXExec |
TeXExec | testing interface en
TeXExec | pdfTeX Version 3.141592-1.40.3 (Web2C 7.5.6)
TeXExec | ConTeXt ver: 2007.04.17 12:51 MKII fmt: 2007.5.3 int: 
english/english
TeXExec |
TeXExec | testing interface nl
TeXExec | pdfTeX Version 3.141592-1.40.3 (Web2C 7.5.6)
TeXExec | ConTeXt ver: 2007.04.17 12:51 MKII fmt: 2007.5.3 int: dutch/dutch

Mark Almeida

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Debian repository

2007-05-17 Thread Arthur Reutenauer
 Seems like the apt source deb http://www.tug.org/texlive/Debian/
 context/ stopped working. Does anybody know what's going on?

  Norbert changed the locations recently. You have to use:

texlive and tex-common
deb http://people.debian.org/~preining/TeX/ tl2007/
deb-src http://people.debian.org/~preining/TeX/ tl2007/

lmodern
deb http://people.debian.org/~preining/TeX/ lmodern/
deb-src http://people.debian.org/~preining/TeX/ lmodern/

context
deb http://people.debian.org/~preining/TeX/ context/
deb-src http://people.debian.org/~preining/TeX/ context/

  See http://www.tug.org/texlive/debian.html for more details.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Debian repository

2007-05-17 Thread Sanjoy Mahajan
 Norbert changed the locations recently. You have to use:

Slight correction to the /etc/apt/sources.list lines for the tl2007
src packages (see Norbert's latest msg on dev-context).  Below is what
to use.  I will update the wiki.

deb http://people.debian.org/~preining/TeX/ tl2007/
deb-src http://people.debian.org/~preining/TeX/ src/

deb http://people.debian.org/~preining/TeX/ lmodern/
deb-src http://people.debian.org/~preining/TeX/ lmodern/

deb http://people.debian.org/~preining/TeX/ context/
deb-src http://people.debian.org/~preining/TeX/ context/


[I'm working on Ubuntu feisty (7.04) versions and will announce their
location once I learn enough about making public .deb repositories and
package signing etc. (am 2/3 of the way there)]

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] date format in Chinese environment

2007-05-17 Thread [EMAIL PROTECTED]
When I was trying to typeset date in Chinese 
environment(\usemodule[chinese])
 using the commond \currentdate, the date format was strange:

2007 五月 18(the month was in Chinese).

What I want is 2007.5.18 or 2007-5-18(the month should not be in Chinese).

How to achieve this?

Thanks !


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] date format in Chinese environment

2007-05-17 Thread Zhichu Chen

Hi [EMAIL PROTECTED]

You can change the conversion in the kernel:
===
\defineconversion [cn] [\v!day]   [\chinesenumber]
\defineconversion [cn] [\v!month] [\chinesenumber]
\defineconversion [cn] [\v!year]  [\chinesenumber]
===
please remember to put them in \unprotect . . . \protect pair


On 5/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


When I was trying to typeset date in Chinese
environment(\usemodule[chinese])
using the commond \currentdate, the date format was strange:

2007 五月 18(the month was in Chinese).

What I want is 2007.5.18 or 2007-5-18(the month should not be in Chinese).

How to achieve this?

Thanks !



___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net

___





--
Best Regards
Chen


 Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
  | www.sinap.ac.cn

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___