[NTG-context] (Re)installing mswintex

2005-11-02 Thread Sytse Knypstra

Dear ConTeXt users,

Yesterday I reinstalled the minimal ConTeXt under Windows XP.
I carried out the following steps:

1. Rename the old directory C:\tex into C:\old_tex
2. Download mswintex.zip from Pragma
3. Unzip into C:\  (all files and directories are now under C:\tex)
4. Start a CMD shell and run the commands:
cd c:\tex
setuptex.bat
mktexlsr
texexec --make --alone nl en metafun

Then I tried a minimal example and it gave me the following warnings:

[1.1
Warning: pdfetex.exe (file pdftex.map): cannot open font map file
]
and, in the end:

Warning: pdfetex.exe (file ec-lmr12): Font ec-lmr12 at 72 not found

What did I do wrong?

Sytse Knypstra




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


Re: [NTG-context] graphics paths

2005-11-02 Thread Taco Hoekwater


Hi Michael,

This is an intentional change in behaviour, introduced by the may 25
release. From the release notes:

 * External figures are no longer searched for in the main texmf tree.
   Use \setupexternalfigures[location={local,global,default}] if you
   want the old behaviour back.

Cheers, Taco

M.guravage wrote:

Hello,

I keep a few pieces of code and pdf graphics in a private TEXMF tree from
where I include them in various documents. I reference a graphic by its
filename sans the suffix, e.g. \externalfigure[logo].  A glance at the log
reveals that the filename resolves to the exhaustive pathname of the graphic
in my private TEXMF tree, and the graphic appears in the document - until
today that is.

I revisited this document today which I last typeset with context version
2005.02.15. Today I used the version from 2005.08.31, and the graphics are
missing. The log, not surprisingly, says, 'figures: figure logo can not be
found.' A simple work around is to copy the graphic into the same directory
as the document, which suggests it is a path problem.  Has anyone else
experienced this behavior and can suggest a more elegant solution.

With kind regards,

Michael Guravage

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

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


[NTG-context] graphics paths

2005-11-02 Thread M.guravage
Hello,

I keep a few pieces of code and pdf graphics in a private TEXMF tree from
where I include them in various documents. I reference a graphic by its
filename sans the suffix, e.g. \externalfigure[logo].  A glance at the log
reveals that the filename resolves to the exhaustive pathname of the graphic
in my private TEXMF tree, and the graphic appears in the document - until
today that is.

I revisited this document today which I last typeset with context version
2005.02.15. Today I used the version from 2005.08.31, and the graphics are
missing. The log, not surprisingly, says, 'figures: figure logo can not be
found.' A simple work around is to copy the graphic into the same directory
as the document, which suggests it is a path problem.  Has anyone else
experienced this behavior and can suggest a more elegant solution.

With kind regards,

Michael Guravage

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


[NTG-context] OT: PDF word counts?

2005-11-02 Thread Adam Lindsay
Sorry for going a bit off-topic, but does anyone here know of good tools
for doing a word count directly on existing PDFs?

cheers,
adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


[NTG-context] Re: OT: PDF word counts?

2005-11-02 Thread Patrick Gundlach
Hi Adam,

 Sorry for going a bit off-topic, but does anyone here know of good tools
 for doing a word count directly on existing PDFs?

what about pdftotext from xpdf?:

/opt/xpdf/current/bin/pdftotext lettrine.pdf - | wc -w
1672


It's not that accurate, but perhaps it is sufficient?


Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] (Re)installing mswintex

2005-11-02 Thread Willi Egger

Hi Sytse,

You made a complete new installation of  the minimal ConTexT. - What you 
also should do is update the lm-fonts with the zip you can find at the 
Pragma-site.
I believe that this can solve your problem. At least in my case I 
updated the cont-tmf.zip and cont-lmt.zip into an existing minimal 
ConTeXt (an instllation which is about 2 months old) and it worked out 
of the box.


Kind regards

Willi

Sytse Knypstra wrote:


Dear ConTeXt users,

Yesterday I reinstalled the minimal ConTeXt under Windows XP.
I carried out the following steps:

1. Rename the old directory C:\tex into C:\old_tex
2. Download mswintex.zip from Pragma
3. Unzip into C:\  (all files and directories are now under C:\tex)
4. Start a CMD shell and run the commands:
cd c:\tex
setuptex.bat
mktexlsr
texexec --make --alone nl en metafun

Then I tried a minimal example and it gave me the following warnings:

[1.1
Warning: pdfetex.exe (file pdftex.map): cannot open font map file
]
and, in the end:

Warning: pdfetex.exe (file ec-lmr12): Font ec-lmr12 at 72 not found

What did I do wrong?

Sytse Knypstra




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


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


[NTG-context] adding value to key

2005-11-02 Thread Peter Münster
Hello,

again a feature request: sometimes it's useful to add a value to key,
without replacing it.
Example:
\setupexternalfigures[directory={\figurepathlist,another/dir}]
- \setupexternalfigures[adddirectory=another/dir]

Or, if there is already some background (from an environment-file for
example), and you want to add another:
\setupbackgrounds[page][addbackground=Draft]

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] cont 2005.10.27 t5-lmtt10 font problem

2005-11-02 Thread Tobias Wolf
 This package was installed on my teTeX system.

Do you also use the lmodern Debian package from unstable?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] cont 2005.10.27 t5-lmtt10 font problem

2005-11-02 Thread VnPenguin
On 11/2/05, Tobias Wolf [EMAIL PROTECTED] wrote:
  This package was installed on my teTeX system.

 Do you also use the lmodern Debian package from unstable?

Sorry, i'm not Deb user :-) I'm using Fedora Core 4 :)

--
http://vnoss.org
Vietnamese Open Source Software Community
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: OT: PDF word counts?

2005-11-02 Thread Adam Lindsay
Patrick Gundlach said this at Wed, 2 Nov 2005 18:15:10 +0100:

what about pdftotext from xpdf?:

Perfect. That's certainly sufficient for my needs. I had never looked at
xpdf before because of the general level of PDF support on MacOSX, but
those associated tools look quite handy. The tools alone are compiled for Mac:
 http://users.phg-online.de/tk/MOSXS/xpdf-tools-3.dmg

Thanks,
adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


[NTG-context] Hans: requested reminder on texutil extension

2005-11-02 Thread Christopher Creutzig
Salve Hans,

 you asked me to remind you of the following proposal:

 I'd like to have a way of making texexec/texutil run a program *after*
the *last* TeX run.  \doifmode{*last}{\installprogram{...}} does not
work, because \installprogram is only honored between two runs.


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