Re: [NTG-context] pdftex error message in TeXWorks

2016-08-14 Thread Hans Hagen

On 8/13/2016 4:12 PM, Vya. Y. wrote:


Hello,

After updating to the latest beta, TeXWorks shows an error message every
time I open and compile a document. ("The procedure entry point could
not be located in the dynamic link library").

I don't undestand how pdftex is involved when I compile to luatex.


are you sure you run luatex?

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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
___

[NTG-context] pdftex error message in TeXWorks

2016-08-13 Thread Vya. Y.
Hello,

After updating to the latest beta, TeXWorks shows an error message every
time I open and compile a document. ("The procedure entry point could not
be located in the dynamic link library").

I don't undestand how pdftex is involved when I compile to luatex.

Regards,
Vyacheslav
___
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] pdftex error

2009-03-11 Thread Mojca Miklavec
On Tue, Mar 10, 2009 at 07:41, Yue Wang wrote:
 Mojca:

 This problem is still not fixed. Try to add both kpathsea357.dll
 (required by luatex) and kpathsea357-dev.dll (required by pdftex,
 xetex, mpost) into your fetch script.

Hello,

Thanks a lot for the reminder and sorry for keeping you waiting (I'm
still on holidays).

I used to update windows binaries by hand, and then Akira started
reminding me to update the binaries in minimals. Now I have set up
automatic updates, but then libraries constantly fail to work because
they change the names (and names are hardcoded at several places as it
stands now).

Once I'll have more time I'll rewrite the scripts to watch for changes
in libraries in Akira's zips.

If you didn't warn me to get the kpathsea357.dll library, you would be
left with a broken installation again :) :) :) That library has been
removed from the main tex zip and will be removed from the luatex zip
as well as soon as Taco releases a new beta. So ... yes, I need to
figure out a way to update things in some better and more clever way
than whan we do now.

One tiny question for those working on Windows (I used to have a
program to track library dependencies, but I forgot which one):
minimals have plenty of binaries like bibtex.exe that are taken from
TeX Live 2008. Any idea which library those binaries depend on?

Thanks,
Mojca

 Yue Wang

 On Mon, Mar 9, 2009 at 4:17 PM, Yue Wang yuleo...@gmail.com wrote:
 Yes. she needs to add that line into her script.
 for now you can manually get that from w32tex's luatex-dev package.


 On Mon, Mar 9, 2009 at 12:25 PM, Fengnan fnst...@hotmail.com wrote:
 When I updated my context minimal earlier today, at the end of the update
 process, the cmd window pops up a error message box which says Unable to
 find kpathsea357-dev.dll, so this program cannot be started ( I translate
 from Chinese). Just pure guess, did Mojca forget to put the file in the
 right place?

 Fengnan Gao  fnst...@hotmail.com
___
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] pdftex error

2009-03-11 Thread Yue Wang
Hi,

 One tiny question for those working on Windows (I used to have a
 program to track library dependencies, but I forgot which one):
 minimals have plenty of binaries like bibtex.exe that are taken from
 TeX Live 2008. Any idea which library those binaries depend on?

exescope can do that.

Yue Wang
___
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] pdftex error

2009-03-11 Thread Mojca Miklavec
On Thu, Mar 12, 2009 at 02:53, Yue Wang wrote:
 btw, see also http://www.dependencywalker.com/

Thanks,

The page looks familiar, maybe I have used exactly that program in
past, but the main problem is the dependency of that program itself :)
:) :) It needs windows :) :) :)

I got the reply from Akira, so I'll try to fix a few things in a week
or later. I hope that the binaries at least work now.

Mojca
___
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] pdftex error

2009-03-10 Thread Yue Wang
Mojca:

This problem is still not fixed. Try to add both kpathsea357.dll
(required by luatex) and kpathsea357-dev.dll (required by pdftex,
xetex, mpost) into your fetch script.

Yue Wang

On Mon, Mar 9, 2009 at 4:17 PM, Yue Wang yuleo...@gmail.com wrote:
 Yes. she needs to add that line into her script.
 for now you can manually get that from w32tex's luatex-dev package.


 On Mon, Mar 9, 2009 at 12:25 PM, Fengnan fnst...@hotmail.com wrote:
 When I updated my context minimal earlier today, at the end of the update
 process, the cmd window pops up a error message box which says Unable to
 find kpathsea357-dev.dll, so this program cannot be started ( I translate
 from Chinese). Just pure guess, did Mojca forget to put the file in the
 right place?

 Fengnan Gao  fnst...@hotmail.com
 ___
 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
___


Re: [NTG-context] pdftex error

2009-03-09 Thread Yue Wang
Yes. she needs to add that line into her script.
for now you can manually get that from w32tex's luatex-dev package.


On Mon, Mar 9, 2009 at 12:25 PM, Fengnan fnst...@hotmail.com wrote:
 When I updated my context minimal earlier today, at the end of the update
 process, the cmd window pops up a error message box which says Unable to
 find kpathsea357-dev.dll, so this program cannot be started ( I translate
 from Chinese). Just pure guess, did Mojca forget to put the file in the
 right place?

 Fengnan Gao  fnst...@hotmail.com
 ___
 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] !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found

2008-02-07 Thread Mojca Miklavec
Hello,

I don't quite understand why, but my distribution became broken at
some random time point (I do not remember doing anything special in
the meantime). I have installed ConTeXt from scratch, but the same
problem persists:

systems : begin file sqrt at line 1
fonts   : needs map file: original-base
fonts   : needs map file: original-ams-base
fonts   : needs map file: original-public-lm
fonts   : needs map file: lm-ec
fonts   : needs map file: lm-math
fonts   : needs map file: lm-rm
(/context2/tex/texmf-context/tex/context/base/sort-def.tex
(/context2/tex/texmf-context/tex/context/base/sort-def.mkii))
(/context2/tex/texmf-context/tex/context/base/sort-lan.tex
loading : Context Sorting Macros (languages)
(/context2/tex/texmf-context/tex/context/base/sort-lan.mkii))
[1.1

pdfTeX warning: pdftex (file pdftex.map): cannot open font map file
]
systems : end file sqrt at line 3
system  : cont-err loaded
(/context2/tex/texmf-context/tex/context/base/cont-err.tex
systems : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) )
!pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
 == Fatal error occurred, no output PDF file produced!
TeXExec | runtime: 0.773438

There is no pdftex.map, but there has never been one. It could be that
I have screwed something up during LM fonts update, but I'm a bit
clueless at the moment. More or less the same files seem to work OK on
windows, the only difference are the binaries.

 kpsewhich lm-math.map
returns
/context2/tex/texmf/fonts/map/dvips/lm/lm-math.map
and there it is
lmmi12   LMMathItalic12-Regularenclmmathit ReEncodeFont
lm-mathit.enc  lmmi12.pfb
as well as
 kpsewhich lmmi12.pfb
/context2/tex/texmf/fonts/type1/public/lm/lmmi12.pfb
and
 kpsewhich lm-mathit.enc
/context2/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc

 pdftex --version
pdfTeX 3.141592-1.50.0-alpha-20071218-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6dev
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.

Compiled with libpng 1.2.24; using libpng 1.2.24
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with xpdf version 3.02pl2

 kpsewhich --version
kpathsea version 3.5.6
Copyright 2005 Karl Berry  Olaf Weber.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named GPL and LGPL.


I have tried both beta and stable ConTeXt, but no difference.
On windows the metafun format fails to generate at some conditions,
but that's a completely unrelated problem (I need to figure out what
goes wrong there).

I could imagine that the problem could be caused by texmf.cnf, but I
didn't change anything there:

TEXFONTMAPS.dvipdfm  = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
TEXFONTMAPS.pdftex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.pdfetex  = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.luatex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.xetex= .;$TEXMF/fonts/map/{xetex,pdftex,dvips,}//
TEXFONTMAPS.dvips= .;$TEXMF/fonts/map/{dvips,pdftex,}//

TEXFONTMAPS   =
.;$TEXMF/fonts/map/{$progname,$engine,pdftex,dvips,}//;$TEXMF/{$progname,$engine,pdftex,dvips}/{config,}//

(Though it makes no sense that xetex reads dvips maps as it cannot
interpret them anyway, and some more polishing could be done, but
that's something completely unrelated again.)

Another thought is that I could have incompatible libraries, but I
didn't change that recently (and it broke two days ago).

I would be greatful for any hints about where to look for a solution,
 Mojca
___
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] !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found

2008-02-07 Thread Mojca Miklavec
On Feb 7, 2008 4:02 PM, Hans Hagen wrote:
 Mojca Miklavec wrote:
  Hello,
 
  I don't quite understand why, but my distribution became broken at
  some random time point (I do not remember doing anything special in
  the meantime). I have installed ConTeXt from scratch, but the same
  problem persists:

 is your cont-sys.tex  or rme file gone? you need to set things like

 \autoloadmapfilestrue

Arghhh!!!

Please do not ask me how that was possible. I have created
cont-sys.tex and it automagically started to work. When comparing the
logs I have found out the following line:

system  : cont-sys.rme loaded
(./cont-sys.rme)
bodyfont: 12pt rm is loaded

and then discovered that there was a file cont-sys.rme present in the
folder. But I have no idea how it came there nor where it came from as
it's considerably different from the one in distribution:

%D \module
%D   [   file=cont-sys,
%Dversion=1995.10.10,
%D  title=\CONTEXT\ Miscellaneous Macros,
%D   subtitle=System Specific Setups,
%D author=Hans Hagen,
%D   date=\currentdate,
%D  copyright={PRAGMA / Hans Hagen \ Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\unprotect

% Here you can take care of overloading some (style)
% defaults. What goes here, depends on your local system.
%
% The following commands sets the default font encoding:
%
% \setupencoding [\s!default=ec]
%
% You can let \CONTEXT\ load the map files for \PDFTEX.
%
% \autoloadmapfilestrue
%
% If you use the more verbose naming scheme, uncomment this:
%
% \usetypescript [map] [default,\defaultencoding]
%
% or :
%
% \usetypescript [map] [all]
%
% In case you have set psfonts.map already, you can comment
% the following lines. Beware: pdftex uses the fontname
% (second entry on map file lines) for (not so) clever
% remapping, so in case of troubles, remove the names (is

Thanks a lot for the valuable remark,
Mojca
___
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] !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found

2008-02-07 Thread Hans Hagen
Mojca Miklavec wrote:
 Hello,
 
 I don't quite understand why, but my distribution became broken at
 some random time point (I do not remember doing anything special in
 the meantime). I have installed ConTeXt from scratch, but the same
 problem persists:

is your cont-sys.tex  or rme file gone? you need to set things like

\autoloadmapfilestrue


-
   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
-
___
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
___