I'm typesetting something in Croatian language. In cont-en.tex I put an \installlanguage, and properly configured the hyphenation tables (which languages to include/exclude). In my main project file, I put \mainlanguage[hr]. Is this enough for Context to use Croatian hyphenation rules? Is there a way to check by which rules does it hyphenate? (I myself am not too familiar with my own language's hyphenation :), but some words do appear hyphenated strangely nevertheless.. so I'd just want to check it)
At 08:04 02/04/2003 +0200, Zeljko Vrba wrote:
I'm typesetting something in Croatian language. In cont-en.tex I put an \installlanguage, and properly configured the hyphenation tables (which languages to include/exclude). In my main project file, I put \mainlanguage[hr]. Is this enough for Context to use Croatian hyphenation rules? Is there a way to check by which rules does it hyphenate?
(I myself am not too familiar with my own language's hyphenation :), but some words do appear hyphenated strangely nevertheless.. so I'd just want to check it)
this is also related to the (font) encoding; are you sure that the encoding matches the patterns? (can be set up with installlanguage, see czech) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
hi all,
i'm trying to get started with metafun, but when i run the command to
create my metafun.mem
texexec --make --alone en metafun
(from the same directory as metafun.mp resides) i get the following error:
This is MetaPost, Version 0.641 (Web2C 7.3.1) (INIMP)
(/usr/share/texmf/metapost/context/base/metafun.mp
(/usr/share/texmf/metapost/base/plain.mp
Preloading the plain mem file, version 0.63)
<snip a bunch of directory listings>
Runaway definition?
save.showtext;save.beginfig;let.beginfig=begingraphictextfig;save.endfig ETC.
! Forbidden token found while scanning the definition of protectgraphicmacros.
<inserted text>
enddef
<to be read again>
end
l.49 save end
; let end = relax ;
I get a nearly identical error when i try to run this basic file:
\starttext
\startuseMPgraphic{dummy}
fill fullcircle scaled 5cm withcolor red ;
\stopuseMPgraphic
\useMPgraphic{dummy}
\stoptext
error:
This is MetaPost, Version 0.641 (Web2C 7.3.1)
Sorry, I can't find the mem file `metafun.mem'; will try `mpost.mem'.
(mpgraph.mp (/usr/share/texmf/metapost/context/mp-tool.mp)
(/usr/share/texmf/metapost/context/mp-spec.mp)
(/usr/share/texmf/metapost/context/base/mp-grph.mp
(/usr/share/texmf/metapost/context/mp-tool.mp)
Runaway definition?
On Wed, Apr 23, 2003 at 11:23:37PM -0700, Mark A. Lilly wrote:
i'm trying to get started with metafun, but when i run the command to create my metafun.mem texexec --make --alone en metafun (from the same directory as metafun.mp resides) i get the following error:
You can run this in any directory, more important: put the resulting metafun.mem in a place where files of that type will be found. In your case, this should be $TEXMF/web2c. Hope that helps. -- Eckhart
unfortunately, it errors out before creating the metafun.mem file. that's where the problem seems to lie. At 09:25 AM 4/24/2003 +0200, you wrote:
On Wed, Apr 23, 2003 at 11:23:37PM -0700, Mark A. Lilly wrote:
i'm trying to get started with metafun, but when i run the command to create my metafun.mem texexec --make --alone en metafun (from the same directory as metafun.mp resides) i get the following error:
You can run this in any directory, more important: put the resulting metafun.mem in a place where files of that type will be found. In your case, this should be $TEXMF/web2c. Hope that helps.
-- Eckhart _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (4)
-
Eckhart Guthöhrlein
-
Hans Hagen
-
Mark A. Lilly
-
Zeljko Vrba