[NTG-context] document links in the wiki

2010-09-09 Thread Patrick Gundlach
Hi,


on the page 

http://wiki.contextgarden.net/ConTeXt_an_Excursion%2C_translations

there are some broken links, such as:

https://foundry.supelec.fr/docman/view.php/22/15/ma-cb-nl-screen.pdf


does anyone know where to find these files? Or are they gone?



Patrick
___
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] Units fonts and spacing

2010-09-09 Thread Vedran Miletić
Hello,

can m-units be made to adjust it's font style to local font?

For example

\usemodule[units]
\starttext
\ss 1 \Bit\Per\Second
\stoptext

will still use serif font for units.

Also, can m-units be set up to use spacing like 1\,\Bit\Per\Second
instead of normal spacing? I saw there are some definitions for that
in m-units.tex, but haven't found a way to activate them.

Thanks,

-- 
Vedran Miletić
___
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] Making checkboxes

2010-09-09 Thread Cecil Westerhof
2010/9/7 Wolfgang Schuster schuster.wolfg...@googlemail.com


 \startitemize[packed,intro,joinedup,columns,three][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em]}


To put  in columns only columns,two until columns,five can be used? I am
trying to get more, but do not succeed.

-- 
Cecil Westerhof
___
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] Making checkboxes

2010-09-09 Thread Wolfgang Schuster

Am 09.09.2010 um 13:45 schrieb Cecil Westerhof:

 2010/9/7 Wolfgang Schuster schuster.wolfg...@googlemail.com
   
 \startitemize[packed,intro,joinedup,columns,three][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em]}
 
 To put  in columns only columns,two until columns,five can be used? I am 
 trying to get more, but do not succeed.


Use the “n” key

\startitemize[columns][n=number]

or \startcolumns without the “columns” keyword in itemize

\startcolumns[n=number]
\startitemize
...
\stopitemize
\stopcolumns

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] Module t-letter: Headers, Footers And Back Address

2010-09-09 Thread Wolfgang Schuster

Am 05.09.2010 um 12:52 schrieb benedikt k:

 I've succeeded to adapt the default letter module design to my needs.
 The modified design was inspired by the LaTeX class g-brief2 from
 Michael Lenzen 
 (http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/).

I made a style file [1] out your code with a few modifications, as it depends
on other files (label.nle and t-correspondence.mkix) you have to wait for the
next release of the module.

[1] http://bitbucket.org/wolfs/correspondence/src/tip/files/gbrief.nls

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] Recursive printing letters using Letters module...

2010-09-09 Thread Wolfgang Schuster

Am 29.08.2010 um 11:59 schrieb Jaroslav Hajtmar:

 Hello, Wolfgang,
 thanked for alternative solutions. While saying that the use of the buffers 
 is not possible, but even though you do not seem to really work with my 
 scancsv.lua library, and even very good! With the help of my library and your 
 letter module I can print dozens of similar letters which differ only certain 
 data. Thanks for your letter module - very helps me

I hadn't used your module in my example because

1. I don't have access to the module,

2. I doesn't matter where the data comes from, you can input the data
   for a serial letter from TeX, XML, Lua or whatever else you use,
   the important thing is to know how to deal with the restriction
   of buffers (what the letter environment is).  It isn't also
   necessary to rely on the letter environment and the \setupletter
   commands because you can use all the available setups environments
   (I should document this) without problems.

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] luatex problem

2010-09-09 Thread Lutz Haseloff
Hi Hans Hi all,

i use the latest context minimals under windows xp with the SciTE Editor.
Since some weeks, automatic closing and opening of the PDF doesn't work
anymore.

My testfile pdfopen.lua has only one line:

os.execute('pdfopen --file calluna.pdf')

If I run this file with:

mtxrun --script pdfopen.lua

Adobe Reader 9 crashes completely and wants to send an error report to
microsoft.

If I run the same file with:

lua pdfopen.lua

the file opens  immediately.

For me it seems to be a problem in luatex.



Greetings Lutz
___
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] luatex problem

2010-09-09 Thread Hans Hagen

On 9-9-2010 3:03, Lutz Haseloff wrote:

Hi Hans Hi all,

i use the latest context minimals under windows xp with the SciTE Editor.
Since some weeks, automatic closing and opening of the PDF doesn't work
anymore.

My testfile pdfopen.lua has only one line:

os.execute('pdfopen --file calluna.pdf')

If I run this file with:

mtxrun --script pdfopen.lua

Adobe Reader 9 crashes completely and wants to send an error report to
microsoft.

If I run the same file with:

lua pdfopen.lua

the file opens  immediately.

For me it seems to be a problem in luatex.


i don't know ... anyhow, you can try

require(l-pdfview.lua).open(oeps.pdf)



-
  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] Units fonts and spacing

2010-09-09 Thread Wolfgang Schuster

Am 09.09.2010 um 11:22 schrieb Vedran Miletić:

 Hello,
 
 can m-units be made to adjust it's font style to local font?
 
 For example
 
 \usemodule[units]
 \starttext
 \ss 1 \Bit\Per\Second
 \stoptext
 
 will still use serif font for units.


Add \textdimensionstrue to your preamble.

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] arrangement 3x1 doublesided

2010-09-09 Thread Henning Hraban Ramm


Am 2010-09-08 um 20:48 schrieb Arthur Reutenauer:

For some time already I'm considering moving the imposition  
variants to

(autoloaded) modules.

pimp-* or so


 That name might be unfortunate :-)


But imp isn't better.

German Ausschießen tends to Freudian typos ;-)

I'd suggest to outsource all the imposition schemes to one module (and  
that could grow at will), m-imposition perhaps (or t-impostor?).


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] ConTeXt meeting luggage

2010-09-09 Thread Henning Hraban Ramm
Is any participant interested in CAcert assurance? (Otherwise I leave  
my forms at home.)


Should I bring my guitar, or do we spend the nights hacking anyway?
(I'd like to learn a Czech folk song or two, even if I'll have a hard  
time pronouncing it ;-))



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




___
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] ConTeXt meeting luggage

2010-09-09 Thread Jaroslav Hajtmar
I take a guitar (if I come) hopefully will come in handy. If you're 
interested, then I take you songbooks with folk songs, you can practice :-).

At least for myself at bedtime lullabies play.

Jaroslav



Dne 9.9.2010 21:56, Henning Hraban Ramm napsal(a):
Is any participant interested in CAcert assurance? (Otherwise I leave 
my forms at home.)


Should I bring my guitar, or do we spend the nights hacking anyway?
(I'd like to learn a Czech folk song or two, even if I'll have a hard 
time pronouncing it ;-))



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




___ 

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
___ 





___
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] ConTeXt meeting luggage

2010-09-09 Thread Hans Hagen

On 9-9-2010 9:56, Henning Hraban Ramm wrote:

Is any participant interested in CAcert assurance? (Otherwise I leave my
forms at home.)


I have no clue what it is -)


Should I bring my guitar, or do we spend the nights hacking anyway?
(I'd like to learn a Czech folk song or two, even if I'll have a hard
time pronouncing it ;-))


always a good idea to bring it along ... if you ever go to a bachotek 
conference you'll become a here among the other guitar players ... they 
even will give you a song book


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] ConTeXt meeting luggage

2010-09-09 Thread luigi scarso
On Thu, Sep 9, 2010 at 11:35 PM, Hans Hagen pra...@wxs.nl wrote:
 always a good idea to bring it along ... if you ever go to a bachotek
 conference you'll become a here among the other guitar players ... they even
 will give you a song book
Maybe I will buy a bass guitar for next bachotex, I don't know.
(I have a new phone, but still no glasses) .

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


Re: [NTG-context] ConTeXt meeting luggage

2010-09-09 Thread Hans Hagen

On 9-9-2010 11:40, luigi scarso wrote:

On Thu, Sep 9, 2010 at 11:35 PM, Hans Hagenpra...@wxs.nl  wrote:

always a good idea to bring it along ... if you ever go to a bachotek
conference you'll become a here among the other guitar players ... they even
will give you a song book

Maybe I will buy a bass guitar for next bachotex, I don't know.
(I have a new phone, but still no glasses) .


So you lost the nice glasses Mojca donated to you and that were rewired 
for you at bachotek?


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] Accessing fonts

2010-09-09 Thread Hans Hagen

On 8-9-2010 8:51, Aditya Mahajan wrote:


TEXMF =
{$TEXMFHOME,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFMAIN},


these are indeed the ones scanned


OPENTYPEFONTS = .;$TEXMF/fonts/{data,opentype}//;$OSFONTDIR,


unless i'm wrong OSFONTDIR is scanned too (as are part in some 
configuration xml file when present) .. these paths are reported when 
you do mtxrun --script font --reload



So, should I add two !! infront of $TEXMFHOME in $TEXMF (and $OSFFONTDIR
in $OPENTYPEFONTS) to ensure that $TEXMFHOME and $OSFFONTDIR are scanned
for names?


indeed, !! will force scanning

another option is to add $TEXMFHOME/fonts to OSFONTDIR

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] ConTeXt meeting luggage

2010-09-09 Thread luigi scarso
On Thu, Sep 9, 2010 at 11:47 PM, Hans Hagen pra...@wxs.nl wrote:
 So you lost the nice glasses Mojca donated to you and that were rewired for
 you at bachotek?
There were too much precious -- I gave back them to Mojca at the border

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


[NTG-context] beta

2010-09-09 Thread Hans Hagen

Hi,

I uploaded a beta. There have been some changes in the initial font 
loading code (mostly an experiment and hopefully compatible). The 
default load-cache method is unchanged (and tagged table') but you can 
configure others (given tat you run luatex 0.63)


There are three optional levels of intermediate garbage collection:

  \enabledirectives[fonts.otf.loader.cleanup=1] % true|false 1 2 3

The higher the number, the less memory is used (I'm preparing a chapter 
for hybrid.pdf that discusses these methods and gives some statistics). 
By default cleanup is turned off. Garbage collection efficiency differs 
per situation and is somewhat platform dependent.


There are three methods but only table and sparse make sense:

  \enabledirectives[fonts.otf.loader.method=table]
  \enabledirectives[fonts.otf.loader.method=mixed]
  \enabledirectives[fonts.otf.loader.method=sparse]

In some cases sparse might save a bit of memory but at the cost of 
runtime and even then it only concerns making a font cache-ready so in 
practice it is seldom needed to change the defaults.


Only mess around with these directives if you are convinced that it will 
improve your situation. As said, these are the results of an experiment 
so we keep them around.


If no serious problems are found in the beta I will release a current, 
so that we're nicely in sync with todays luatex beta.


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] Recursive printing letters using Letters module...

2010-09-09 Thread Jaroslav Hajtmar


Thanx Wolfgang,
Now everything is OK, your module t-letter works with my Lua library 
very well and without any obvious limit.

I will demonstrate it at COnTeXtmeeting in Brejlov.
Jaroslav


Dne 9.9.2010 14:49, Wolfgang Schuster napsal(a):

1. I don't have access to the module,

2. I doesn't matter where the data comes from, you can input the data
for a serial letter from TeX, XML, Lua or whatever else you use,
the important thing is to know how to deal with the restriction
of buffers (what the letter environment is).  It isn't also
necessary to rely on the letter environment and the \setupletter
commands because you can use all the available setups environments
(I should document this) without problems.

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] beta

2010-09-09 Thread Zhichu Chen
Works funny on my Lucida fonts, something about
=
structure   : section @ level 3 : 0.0.9 - References
define fonts font with name LucidaBright is not found
define fonts unknown font LucidaBright, loading aborted
define fonts unable to define LucidaBright as \*lucida8ptrmtfa*
=
the funny part is, I can get the math symbols and the lucida bright fonts in
the
pdf file, but there're no bold, italic and small caps, and the whole
document
is using the same font size, the titles aren't enlarged.

On Fri, Sep 10, 2010 at 6:08 AM, Hans Hagen pra...@wxs.nl wrote:

 Hi,

 I uploaded a beta. There have been some changes in the initial font loading
 code (mostly an experiment and hopefully compatible). The default
 load-cache method is unchanged (and tagged table') but you can configure
 others (given tat you run luatex 0.63)

 There are three optional levels of intermediate garbage collection:

  \enabledirectives[fonts.otf.loader.cleanup=1] % true|false 1 2 3

 The higher the number, the less memory is used (I'm preparing a chapter for
 hybrid.pdf that discusses these methods and gives some statistics). By
 default cleanup is turned off. Garbage collection efficiency differs per
 situation and is somewhat platform dependent.

 There are three methods but only table and sparse make sense:

  \enabledirectives[fonts.otf.loader.method=table]
  \enabledirectives[fonts.otf.loader.method=mixed]
  \enabledirectives[fonts.otf.loader.method=sparse]

 In some cases sparse might save a bit of memory but at the cost of runtime
 and even then it only concerns making a font cache-ready so in practice it
 is seldom needed to change the defaults.

 Only mess around with these directives if you are convinced that it will
 improve your situation. As said, these are the results of an experiment so
 we keep them around.

 If no serious problems are found in the beta I will release a current, so
 that we're nicely in sync with todays luatex beta.

 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

 ___




-- 
Best Regards
Chen
___
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
___