Re: [NTG-context] arabtex support - we broke something

2005-03-05 Thread h h extern
mzm wrote:
arabdoc.pdf indicate there is arabtex version 4.0,
just mail Klaus Lagally, he's very helpful
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] Trouble wih typescriptfiles

2005-03-05 Thread h h extern
Louis F. Springer wrote:
I've isolated the issue to typescriptfile processing. Here is  
"sun-font.tex"


\starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
\loadmapfile[texnansi-sun-sunserif.map]
\stoptypescript
\starttypescript [map] [sunsans,sunserif] [texnansi]
unless you explicitly say:
  \usetypescript[map][texnansi]
somewhere, typeface defs do a more restricted map file inclusion.
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] Language issues

2005-03-05 Thread h h extern
Mats Broberg wrote:
Enclosing the cont-en.log. 

As you can see, Swedish is not loaded. I hunted down the cont-usr.tex
file and uncommented this line about Swedish:
% \installlanguage [\s!sv] [\c!state=\v!start] % swedish
ran texexec --make --all again, but the log says Swedish is still not
loaded.
C:\texmf\tex\generic\hyphen\nohyph.tex Norsk hyphenation patterns
! TeX capacity exceeded, sorry [pattern memory ops=2048].
l.1207 lt3s6
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used:
 33278 strings out of 98455
 509952 string characters out of 1219765
 417307 words of memory out of 1048577
 32670 multiletter control sequences out of 6
 7 words of font info for 0 fonts, out of 50 for 1000
 134 hyphenation exceptions out of 607
 23i,1n,26p,286b,663s stack positions out of 1500i,500n,5000p,20b,32768s
No pages of output.
so ... you never made a format -)
you need to increase some mem values in texmf.cnf:
   texmfstart --direct youreditor.exe kpse:texmf.cnf
buf_size.context =  20 % needed for omega bug
extra_mem_bot.context= 200
extra_mem_top.context= 400
font_max.context =2000
font_mem_size.context= 100
hash_extra.context   =   65000
main_memory.context  = 150
max_strings.context  =  20
nest_size.context= 500
obj_tab_size.context =  30 % 8388607
pdf_mem_size.context =  50 % 524288
dest_names_size.context  =  30 % 131072
param_size.context   =   1
pool_free.context=   47500
pool_size.context= 125
save_size.context=   5
stack_size.context   =   1
string_vacancies.context =   9
trie_size.context=  25
hyph_size.context=1000

-
  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] Upgrading...

2005-03-05 Thread h h extern
ishamid wrote:
Dear syndicate,
While I have not closely kept up with all developments it seems that 
installation/upgrade procedures have been improved. I also went through a lot 
of pain the last time I upgraded so I ask:

Given that:
1. I have not updated my context since Aug. of last year;
2. my fpTeX is from last July.
What is the wisest and most efficient way to upgrade my ConTeXt distribution 
today?

Should I replace fpTeX (including Aleph) with the ConTeXt/TeX distribution 
from the website?

Are there any Aleph-related issues?
Any tips will be appreciated
just download the windows zip file from our website and install that one in a 
separate tree, e.g. under

c:\context
then, you can initialize that tree with
c:\context\setuptex c:\context
and voila ...
when needed, unzip the latest cont-tfm (beta) and cont-lmr archives in 
texmf-local and remake formats

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] FIXED: Trouble wih typescriptfiles

2005-03-05 Thread h h extern
Louis F. Springer wrote:
Obvious operator error after RTFM,  "Fonts in Context". I hadn't seen 
that manual before.

I have no idea what this was supposed to do, but getting rid of the 
"\starttypescript" and "\stoptypescript" around the \loadmap fixed my 
problem.

I don't know if I picked this up from an example or guessed at the 
sytax, but it didn't seem to make any sense after reading "Fonts in 
Context".

% \starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
% \stoptypescript
you need the \start...\stopwhen you put such defs in separate files, for 
instance your local mytypefaces.tex:

\usetypescriptfile[mytypefaces.tex]

\usetypescript[map][texnansi]
etc would work ok
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


[NTG-context] FIXED: Trouble wih typescriptfiles (was: gsftopk failing after upgrade)

2005-03-05 Thread Louis F. Springer
Obvious operator error after RTFM,  "Fonts in Context". I hadn't seen 
that manual before.

I have no idea what this was supposed to do, but getting rid of the 
"\starttypescript" and "\stoptypescript" around the \loadmap fixed my 
problem.

I don't know if I picked this up from an example or guessed at the 
sytax, but it didn't seem to make any sense after reading "Fonts in 
Context".

% \starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
% \stoptypescript
...
Apologies for cycling anyone.
Thanks,
Lou
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Trouble wih typescriptfiles (was: gsftopk failing after upgrade)

2005-03-05 Thread Louis F. Springer
A correction to my prior email.
I have to remove out the starttypescript and stoptypescript commands.
 % \usetypescriptfile[sun-font]
%\starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
%\stoptypescript
%\starttypescript [sans] [sunsans] [name]
\definefontsynonym[Sans][SunSans-Regular]
%\stoptypescript
%\starttypescript [sans] [sunsans] [texnansi]
\definefontsynonym[SunSans-Regular][texnansi-ssr][encoding=texnansi]
%\stoptypescript
\definetypeface[sunsans][ss][sans][sunsans][default][encoding=texnansi]
\setupbodyfont[sunsans,ss,10pt]
\starttext
This is  a g {\bf bold g}, {\it italic g}, {\bi bold-italic g},,
{\tfa bigger g} and {\tfx smaller g}.
\stoptext
\starttext
This is  a g {\bf bold g}, {\it italic g}, {\bi bold-italic g},
{\tfa bigger g} and {\tfx smaller g}.
\stoptext
I get the expected output with no errors.
I must be missing something really basic here.
Lou
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Trouble wih typescriptfiles (was: gsftopk failing after upgrade)

2005-03-05 Thread Louis F. Springer
On Mar 5, 2005, at 10:14 AM, Louis F. Springer wrote:
On Mar 5, 2005, at 3:51 AM, [EMAIL PROTECTED] wrote:
Louis F. Springer wrote:
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded  
yesterday
to the latest versions of everything. I had some additional fonts
installed. I re-installed the fonts using the following commands:

texfont --ve=sun --co=sunserif --ma --in
texfont --ve=sun --co=sunsans --ma --in
and updated the pdftex.cfg file adding the following
map +texnansi-sun-sunsans.map
map +texnansi-sun-sunserif.map

but am getting the following error on my texexec --pdf execution  
using
the fonts
could you process the file produced by texfont?
OK, that works. I can process the texnansi-sun-sunsans.tex and the  
texnansi-sun-sunserif.tex files.

I must have something amuck with my typescript. I'll check it out.  
(BTW, I checked this before and thought it failed, I must have  
processed an old version of the file produced by texfont.)

I can't see anything obvious in my typescript, maybe I've fouled up on  
the encoding or something.

I've isolated the issue to typescriptfile processing. Here is  
"sun-font.tex"


\starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
\loadmapfile[texnansi-sun-sunserif.map]
\stoptypescript
\starttypescript [sans] [sunsans] [name]
\definefontsynonym[Sans][SunSans-Regular]
\definefontsynonym[SansItalic]  [SunSans-Italic]
\definefontsynonym[SansBold][SunSans-SemiBold]
\definefontsynonym[SansBoldItalic]  [SunSans-SemiBoldItalic]
\stoptypescript
\starttypescript [sans] [sunsans] [texnansi]
\definefontsynonym[SunSansCondensed-Demi][texnansi- 
sscd][encoding=texnansi]
\definefontsynonym[SunSansCondensed-Heavy][texnansi- 
ssch][encoding=texnansi]
\definefontsynonym[SunSansCondensed-Italic][texnansi- 
ssci][encoding=texnansi]
\definefontsynonym[SunSansCondensed-Regular][texnansi- 
sscr][encoding=texnansi]
\definefontsynonym[SunSansCondensed-SemiBold][texnansi- 
sscsb][encoding=texnansi]
\definefontsynonym[SunSansCondensed-SemiBoldItalic][texnansi- 
sscsbi][encoding=texnansi]
\definefontsynonym[SunSans-Demi][texnansi-ssd][encoding=texnansi]
\definefontsynonym[SunSans-Heavy][texnansi-ssh][encoding=texnansi]
\definefontsynonym[SunSans-Italic][texnansi-ssi][encoding=texnansi]
\definefontsynonym[SunSans-Regular][texnansi-ssr][encoding=texnansi]
\definefontsynonym[SunSans-SemiBold][texnansi-sssb][encoding=texnansi]
\definefontsynonym[SunSans-SemiBoldItalic][texnansi- 
sssbi][encoding=texnansi]

\stoptypescript
\starttypescript [serif] [sunserif] [name]
\definefontsynonym[Serif]   [SunSerif-Regular]
\definefontsynonym[SerifItalic] [SunSerif-Italic]
\definefontsynonym[SerifBold]   [SunSerif-Bold]
\definefontsynonym[SerifBoldItalic] [SunSerif-BoldItalic]
\stoptypescript
\starttypescript [serif] [sunserif] [texnansi]
\definefontsynonym[SunSerif-BoldItalic][texnansi- 
sunse10][encoding=texnansi]
\definefontsynonym[SunSerifCaps-Bold][texnansi- 
sunse11][encoding=texnansi]
\definefontsynonym[SunSerifCaps-Regular][texnansi- 
sunse12][encoding=texnansi]
\definefontsynonym[SunSerif-Italic][texnansi-sunse13][encoding=texnansi]
\definefontsynonym[SunSerif-Regular][texnansi- 
sunse14][encoding=texnansi]
\definefontsynonym[SunSerif-Bold][texnansi-sunse9][encoding=texnansi]

\stoptypescript
Here is my test file:
\usetypescriptfile[sun-font]
\definetypeface[sunsans][ss][sans][sunsans][default][encoding=texnansi]
\setupbodyfont[sunsans,ss,10pt]
\starttext
This is  g {\bf bold g}, {\it italic g}, {\bi bold-italic g},
{\tfa bigger g} and {\tfx smaller g}.
\stoptext
This results in the errors of the type previously discussed: "Warning:  
pdfetex (file texnansi-raw-ssi): kpathsea: Running mktexpk --mfmode /  
--bdpi 72 --mag 1+0/72 --dpi 72 texnansi-raw-sssb
mktexpk: don't know how to create bitmap font for texnansi-raw-sssb.
Font texnansi-raw-ssi at 72 not found"

If I include the font definitions and so forth in the file:
 % \usetypescriptfile[sun-font]
%\starttypescript [map][texnansi]
\loadmapfile[texnansi-sun-sunsans.map]
%\stoptypescript
\starttypescript [sans] [sunsans] [name]
\definefontsynonym[Sans][SunSans-Regular]
\stoptypescript
\starttypescript [sans] [sunsans] [texnansi]
\definefontsynonym[SunSans-Regular][texnansi-ssr][encoding=texnansi]
\stoptypescript
\definetypeface[sunsans][ss][sans][sunsans][default][encoding=texnansi]
\setupbodyfont[sunsans,ss,10pt]
\starttext
This is  {\bf bold g}, {\it italic g}, {\bi bold-italic g},
{\tfa bigger g} and {\tfx smaller g}.
\stoptext
\starttext
This is  a g {\bf bold g}, {\it italic g}, {\bi bold-italic g},
{\tfa bigger g} and {\tfx smaller g}.
\stoptext
I get the expected output with no errors.
I must be missing something really basic here.
Lou 

___
ntg-context mailing list
ntg-context@ntg.nl
http:/

[NTG-context] Upgrading...

2005-03-05 Thread ishamid
Dear syndicate,

While I have not closely kept up with all developments it seems that 
installation/upgrade procedures have been improved. I also went through a lot 
of pain the last time I upgraded so I ask:

Given that:

1. I have not updated my context since Aug. of last year;

2. my fpTeX is from last July.

What is the wisest and most efficient way to upgrade my ConTeXt distribution 
today?

Should I replace fpTeX (including Aleph) with the ConTeXt/TeX distribution 
from the website?

Are there any Aleph-related issues?

Any tips will be appreciated

Thanks
Idris

Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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


Re: [NTG-context] wiki and tables

2005-03-05 Thread Mojca Miklavec

Paul Tremblay wrote:
The wiki states that it supporst XHTML tables. I want to create tables
in this format, or as close as possible. In XHTML, you control borders
and other characteristics by CSS. 

So how does one do the same in the wiki?



for the simplest case, otherwise just take a look at any HTML table you 
like and copy the definition. The majority probably works.

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


Re: [NTG-context] gsftopk failing after upgrade

2005-03-05 Thread Louis F. Springer
(resent with correct subject line)
On Mar 5, 2005, at 3:51 AM, [EMAIL PROTECTED] wrote:
Louis F. Springer wrote:
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded 
yesterday
to the latest versions of everything. I had some additional fonts
installed. I re-installed the fonts using the following commands:

texfont --ve=sun --co=sunserif --ma --in
texfont --ve=sun --co=sunsans --ma --in
and updated the pdftex.cfg file adding the following
map +texnansi-sun-sunsans.map
map +texnansi-sun-sunserif.map
the cfg file is no longer supported by pdftex, use
\pdfmapfile{+texnansi-sun-sunsans.map}
or better:
\loadmapfile[texnansi-sun-sunsans.map]
instead, or make typescripts that do the loading when needed
I checked my typescript, it did include the appropriate appropriate 
\loadmapfile commands.  I've done a paranoia check, copying the
map files to the local directory, no joy. I have also verified from the 
log file that texexec is loading the typescript.

...
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-akb.tex)
(./sun-font.tex)
color   : system rgb is global activated
...

but am getting the following error on my texexec --pdf execution using
the fonts
could you process the file produced by texfont?
OK, that works. I can process the texnansi-sun-sunsans.tex and the 
texnansi-sun-sunserif.tex files.

I must have something amuck with my typescript. I'll check it out. 
(BTW, I checked this before and thought it failed, I must have 
processed an old version of the file produced by texfont.)

I can't see anything obvious in my typescript, maybe I've fouled up on 
the encoding or something.

Thanks,
Lou
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: ntg-context Digest, Vol 9, Issue 19

2005-03-05 Thread Louis F. Springer
On Mar 5, 2005, at 3:51 AM, [EMAIL PROTECTED] wrote:
Louis F. Springer wrote:
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded 
yesterday
to the latest versions of everything. I had some additional fonts
installed. I re-installed the fonts using the following commands:

texfont --ve=sun --co=sunserif --ma --in
texfont --ve=sun --co=sunsans --ma --in
and updated the pdftex.cfg file adding the following
map +texnansi-sun-sunsans.map
map +texnansi-sun-sunserif.map
the cfg file is no longer supported by pdftex, use
\pdfmapfile{+texnansi-sun-sunsans.map}
or better:
\loadmapfile[texnansi-sun-sunsans.map]
instead, or make typescripts that do the loading when needed
I checked my typescript, it did include the appropriate appropriate 
\loadmapfile commands.  I've done a paranoia check, copying the
map files to the local directory, no joy. I have also verified from the 
log file that texexec is loading the typescript.

...
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-exa.tex)
(/usr/local/teTeX/share/texmf.tetex/tex/context/base/type-akb.tex)
(./sun-font.tex)
color   : system rgb is global activated
...

but am getting the following error on my texexec --pdf execution using
the fonts
could you process the file produced by texfont?
OK, that works. I can process the texnansi-sun-sunsans.tex and the 
texnansi-sun-sunserif.tex files.

I must have something amuck with my typescript. I'll check it out. 
(BTW, I checked this before and thought it failed, I must have 
processed an old version of the file produced by texfont.)

I can't see anything obvious in my typescript, maybe I've fouled up on 
the encoding or something.

Thanks,
Lou
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] ConTeXt to HTML ?

2005-03-05 Thread VnPenguin
Hi,
I have some article written in ConTeXt. The principal output is of
course PDF. But now I would like to make also a HTML output. Is there
a simple way to do that from ConTeXt's source ?

Thank you in advance,
Q.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt-updater i-Package updated

2005-03-05 Thread h h extern
Steve Peter wrote:
On Mar 4, 2005, at 2:50 PM, Alan Bowen wrote:
 Let's count the guys that use OSX with ConTeXt (and possibly 
i-Packages):
Six

I guess that makes me lucky 7.
Wouldn't it be better to do this as a survey question on the ConTeXt wiki?
indeed, since as far as i could see, there were multiple no's 4, so that gives 
you a higher number

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] Re: TeX run : 8

2005-03-05 Thread Angus Lees
At Thu, 03 Mar 2005 12:59:18 +0100, Hans Hagen wrote:
> [if it's indeed the perl hash, (maybe i should make it an array), then
> it looks like perl uses a different hash strategy each run and on each
> os]

Indeed, perl 5.8.1 introduced randomised hash functions to avoid the
"hash collision" attacks that were being published at the time.  You
can never assume hash traversal order will be constant across
different hashes.  See the discussion in the beginning of
`perldoc perl581delta' (and a followup in perl582delta).

-- 
 - Gus

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


Re: [NTG-context] Language issues

2005-03-05 Thread h h extern
Mats Broberg wrote:
does the log report a swedisch pattern being loaded?
what font encoding do you use? (is related to hyphenation)
can you make a minimal file that i can run here (with right 
hyphenation points 
indicated?)

Hans

Hans,
I looked at the log file and no, you're right: Swedish is not included
in the list of languages when pdfTeX is talking about patterns:
language: patterns en->default:default->1->2:2
uk->default:default->2->
2:2 de->texnansi:texnansi->3->2:2 de->ec:ec->4->2:2
fr->texnansi:texnansi->5->2
:2 fr->ec:ec->6->2:2 es->default:default->7->2:2
it->texnansi:texnansi->8->2:2 
it->ec:ec->9->2:2 nl->texnansi:texnansi->10->2:2 nl->ec:ec->11->2:2
loaded

So something is wrong and the patterns are not loading.
this is what i get here
language: patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 fr->
texnansi:texnansi->3->2:2 fr->ec:ec->4->2:2 de->texnansi:texnansi->5->2:2 de->e
c:ec->6->2:2 it->texnansi:texnansi->7->2:2 it->ec:ec->8->2:2 hr->ec:ec->9->2:2
pl->pl0:pl0->10->2:2 pl->ec:ec->11->2:2 cz->il2:il2->12->2:2 cz->ec:ec->13->2:2
 sk->il2:il2->14->2:2 sk->ec:ec->15->2:2 sl->il2:il2->16->2:2 sl->ec:ec->17->2:
2 en->ec:ec->18->2:2 da->ec:ec->19->2:2 sv->ec:ec->20->2:2 af->ec:ec->21->2:2 n
o->ec:ec->22->2:2 deo->ec:ec->23->2:2 uk->ec:ec->24->2:2 us->ec:ec->25->2:2 es-
>ec:ec->26->2:2 ca->ec:ec->27->2:2 la->ec:ec->28->2:2 pt->ec:ec->29->2:2 ro->ec
:ec->30->2:2 tr->ec:ec->31->2:2 fi->ec:ec->33->2:2 hu->ec:ec->34->2:2 loaded
some patterns are loaded multiple times
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] Language issues

2005-03-05 Thread Mats Broberg
> but ...
> 
>texexec --make --all
> 
> should load all patterns; what does cont-en.log say about that?
> 
> [you can try to edit your local copy of cont-usr.tex -- 
> uncomment the swedish lines]
> 
> another option is to pick up the beta version, since it is 
> more clever with 
> patterns; in that case you can also try to generate pattern 
> files for context 
> (using ctxtools, see patterns manual on our website)
> 
> btw, given that patterns fit into mem quite well, we may as 
> well preload the 
> whole lot by default

Hans,

Enclosing the cont-en.log. 

As you can see, Swedish is not loaded. I hunted down the cont-usr.tex
file and uncommented this line about Swedish:

% \installlanguage [\s!sv] [\c!state=\v!start] % swedish

ran texexec --make --all again, but the log says Swedish is still not
loaded.

Best regards,
Mats Broberg


cont-en.log
Description: Binary data
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] gsftopk failing after upgrade

2005-03-05 Thread h h extern
Louis F. Springer wrote:
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded yesterday 
to the latest versions of everything. I had some additional fonts 
installed. I re-installed the fonts using the following commands:

texfont --ve=sun --co=sunserif --ma --in
texfont --ve=sun --co=sunsans --ma --in
and updated the pdftex.cfg file adding the following
map +texnansi-sun-sunsans.map
map +texnansi-sun-sunserif.map
the cfg file is no longer supported by pdftex, use
\pdfmapfile{+texnansi-sun-sunsans.map}
or better:
\loadmapfile[texnansi-sun-sunsans.map]
instead, or make typescripts that do the loading when needed
but am getting the following error on my texexec --pdf execution using 
the fonts
could you process the file produced by texfont?
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] Make a border around every page.

2005-03-05 Thread h h extern
John R. Culleton wrote:
Some time back Hans provided a rather elabaorate macro that
put a bevel type frame around a page. Now I am looking for
something much less elaborate for an entire document. I wish to
surround each page with a simple rectangle. perhaps 1 point
thickness. The frame would be inset from the paper edge perhaps
3/8 inch on all four sides. The text would be set with margins of
perhaps 3/4 inch all around on letter size paper. 

Can this be done simply? Is metafun the path to follow? 
\setupbackgrounds[page][frame=on,frameoffset=-.5cm,rulethickness=3pt]
\starttext
\input tufte
\stoptext
-
  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] Language issues

2005-03-05 Thread h h extern
Mats Broberg wrote:
does the log report a swedisch pattern being loaded?
what font encoding do you use? (is related to hyphenation)
can you make a minimal file that i can run here (with right 
hyphenation points 
indicated?)

Hans

Hans,
I looked at the log file and no, you're right: Swedish is not included
in the list of languages when pdfTeX is talking about patterns:
language: patterns en->default:default->1->2:2
uk->default:default->2->
2:2 de->texnansi:texnansi->3->2:2 de->ec:ec->4->2:2
fr->texnansi:texnansi->5->2
:2 fr->ec:ec->6->2:2 es->default:default->7->2:2
it->texnansi:texnansi->8->2:2 
it->ec:ec->9->2:2 nl->texnansi:texnansi->10->2:2 nl->ec:ec->11->2:2
loaded

So something is wrong and the patterns are not loading.
but ...
  texexec --make --all
should load all patterns; what does cont-en.log say about that?
[you can try to edit your local copy of cont-usr.tex -- uncomment the swedish 
lines]
another option is to pick up the beta version, since it is more clever with 
patterns; in that case you can also try to generate pattern files for context 
(using ctxtools, see patterns manual on our website)

btw, given that patterns fit into mem quite well, we may as well preload the 
whole lot by default

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] No performance improvement under OS X with new beta?

2005-03-05 Thread h h extern
Matthias Weber wrote:
How do I count the number of runs? I mean, do I have to count, or does 
it tell me somewhere so that I can look it up?
texexec reports it
The log files are lengthy, maybe the memory usage is of interest:
Run A:
12246 strings out of 64833
 221604 string characters out of 691267
 4755370 words of memory out of 6327867
 43583 multiletter control sequences out of 1+5
because we preload quite some encodings (maybe i will switch to delayed loading) 
we need more has space now; just set it to 7+ in texmf.cnf

 21681 words of font info for 72 fonts, out of 200 for 2000

 164026 words of font info for 78 fonts, out of 200 for 2000
i wonder why these differences ...6 big fonts ?
do you load extra 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] No performance improvement under OS X with new beta?

2005-03-05 Thread h h extern
Adam Lindsay wrote:
Matthias Weber said this at Fri, 4 Mar 2005 13:35:13 -0500:

Were both runs from the same point--were they "virgin" runs?
Did you precede the texexec command with a "texutil --purgeall" 
command,
for example?
--


My TeX source file is a single file with images. Most of the TeX-work 
is done for positioning
floats I think (figures, tables) and for creating backgrounds.

So I just renamed the TeX file for both runs into new file names, and 
upated TeX for the second run.
I can redo the experiment on a clone machine which hasn't been updated 
yet, but I don't
know whether "texutil --purgeall" will change anything. But if you tell 
me that it will, I'll give it a try.

Hmm. If you renamed the file for each run, then ignore that advice. I
don't think that would be it, then.
can you make a small file that runs slower with the new versions?
sometimes these things are not related to context, but to your tex tree: the 
bigger the slower, as well as settings in texmf.cnf

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] No performance improvement under OS X with new beta?

2005-03-05 Thread h h extern
Steffen Wolfrum wrote:
"texutil.pl" is untouched.
I guess Hans is still verifying this perl hassle?
i changed it, not sure if i uploaded that version; the problem is that i'm now 
on too slow lines; next week i'm at

  eurotex 2005
i'll see if i can use the adsl line there for uploading.
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] arabtex support - we broke something

2005-03-05 Thread mzm
cannot find arabtex 3.08 on the internet.
 at
	http://www.tug.org/ftp/texlive/Contents/live/texmf-dist/tex/latex/ 
arabtex/

I found arabtex 3.10a dated 26.04.2003, with apatch.sty version 3.11  
dated 22.08.2003.
I look into context/arabtex support and report later. the document  
arabdoc.pdf indicate there is arabtex version 4.0,
but I cannot seem to find it anywhere.  
(http://129.69.218.213/arabtex/doc/arabdoc.pdf, dated ad march )

anyway, some options for arabtex;
	1) language - \setarab, \setfarsi, \seturdu, \setpashto, \setmaghribi,  
\setmalay
 2) font - \setnash, \setnashbf
3) vowalize - \fullvocalize, \vocalize, \novocalize

zamri
On 28-Feb-05, at AM 04:55, h h extern wrote:
mzm wrote:
Arabic processor `ArabTeX' [20050124 patch level 3.11m (24.01.2005)]
I believe the version is 3.11, patch level m. The one I from CTAN  
dated at 24/01/2005.
hm, i run 3.08 (texlive) and that one runs ok; can you try 3.08
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

mohd zamri murah
fakulti teknologi sains maklumat
UKM
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context