[NTG-context] Tex-Live bittorrent sites?

2005-02-10 Thread Karl Berry
Is there a bittorrent site for downloading the current version of
texlive?

Not that I am aware of.  If you find one or can set one up, please email
[EMAIL PROTECTED] with the info.

For those who may not know -- Hans just asked me :) -- BitTorrent is a
peer-to-peer system that lets big files be downloaded in small pieces
from many different machines.  The client reassembles the pieces.  I
haven't used it myself, although I've heard some good things about it.
http://bittorrent.com/

karl
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] iso latin 2

2005-02-10 Thread Hans Hagen
Vit Zyka wrote:
) I feel stronger and stronger that csr should coexist with lm for 
future. Perhaps like a option (not present in minimal distr?), but with 
full functionality if extra loaded.
about how many to be czechified chars are we talking?
So I would like il2 will be preserved as it is and new coding according 
to lm (ISO-8859-2 ?) would be introduce (enco-l2 ?).
how about il2 as input encoding and another one for the fonts?
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] iso latin 2

2005-02-10 Thread Hans Hagen
Adam Lindsay wrote:
Vit Zyka said this at Thu, 10 Feb 2005 00:33:59 +0100:

But ... seeing Andulka, some support has already exists 
there, has not it? I would not like to discover wheel ;-)

no, it's just a trick of the light. 
I picked that font name just as a dummy example to get your attention. :)
I can't afford to go shopping at Storm, sadly.
an impressive collection of fonts indeed, very nice packaging as well; in a 
sense the 'whole collection cd' is not even that expensive compared to other 
collections but i can't afford it either -)

concerning typescripts: i stongly advise to look into the possibility to use qx 
(or ec or texnansi) for the font encoding instead of il2, one can always use il2 
as regime to map the il2 input onto that.

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] PDF bounding box problem?

2005-02-10 Thread Martin Kolařík
Hi all,

I have problem with paragraph background in columnset environment:

\definetextbackground
  [TXBG]
  [frame=no,offset=0.25em,location=paragraph]

\definecolumnset[main][n=2]

\startcolumnset[main]
...
\starttextbackground[TXBG]
  \typebuffer[BUFFER]
\stoptextbackground
...
\stopcolumnset

Using the background in left column (as the text flows) causes shifting
whole column down }(including both text and properly placed background).

Sorry, I have no minimal example now, as the source is XML. But the mapping
macros lead into the code described above.

Are there some problems with backs in columnsets?

Thank you,

Martin

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Hans Hagen
Sent: Thursday, February 10, 2005 10:11 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] PDF bounding box problem?


cormullion wrote:
 Hans Hagen [EMAIL PROTECTED] said on 2005-02-09, 18:20 (+0100 GMT):
 
 
To my untutored eye it looks like the MediaBox is being
used - at least, the graphic takes up  an area about
Letter size.  Is there  some setting Ive missed that
lets me get the bounds of the graphics rather than the
file?

\externalfigure[whatever.pdf][width=10cm,size=artbox]
 
 
 Great! I didnt spot the artbox option...

it's a rather new option, because pdftex only supports it in later versions

Hans

ps. be aware of the fact that sometimes those boxes are wrong; has to do
with 
illustrator defaults and such (there is a technote on that on our site)

Hans


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
attachment: winmail.dat___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Why uses Context 8r encoding used instead of the specified ec encoding?

2005-02-10 Thread Christopher Creutzig
Hans Hagen wrote:
\def\loadmapline
  {\dodoubleempty\loadmapline}
\def\loadmapline[#1][#2]%
  {\loadallfontmapfiles % ! ! !
   \doloadmapline{#1}{#2}}
 I'd be surprised if that worked.  The second \def overwrites the first.
Christopher
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Why uses Context 8r encoding used instead of the specified ec encoding?

2005-02-10 Thread Hans Hagen
Christopher Creutzig wrote:
Hans Hagen wrote:
\def\loadmapline
  {\dodoubleempty\loadmapline}
\def\loadmapline[#1][#2]%
  {\loadallfontmapfiles % ! ! !
   \doloadmapline{#1}{#2}}

 I'd be surprised if that worked.  The second \def overwrites the first.
it did when i tested it with two args -)
\def\loadmapline
  {\dodoubleempty\dodoloadmapline}
\def\dodoloadmapline[#1][#2]%
  {\loadallfontmapfiles % ! ! !
   \doloadmapline{#1}{#2}} % special
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] PDF bounding box problem?

2005-02-10 Thread Hans Hagen
Martin Kolak wrote:
Using the background in left column (as the text flows) causes shifting
whole column down }(including both text and properly placed background).
Sorry, I have no minimal example now, as the source is XML. But the mapping
macros lead into the code described above.
maybe add some \ignorespaces to your xml mappin gcode helps; otherwise, i need 
an example

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context