ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt installation on Linux -- i despare
@ 2000-06-07 15:12 Hraban
  2000-06-08 19:05 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Hraban @ 2000-06-07 15:12 UTC (permalink / raw)


Hello again!

I had these problems with some fonts (not only Palatino, even Lucida)
and couldn't create pdf...
I tried to fix "everything" by deleting all TeX packages, doing a
re-install of teTeX, deleting all ConTeXt files, re-installing the
latest cont-tmf.zip

To ensure that TeX can find all font files, I linked the font
directories of Ghostscript and all other (/usr/share/fonts) to the
appropriate section of texmf/fonts

Symbolic links to the perl scripts (texexec etc.) are created in
/usr/bin

I edited the following files
(after instructions of "how to install ConTeXt"):
fmtutil.cnf       (fmtutil --edit)
pdftex.cfg        (added context.map)
cont-usr.tex
cont-sys.tex      (copy of ~.rme)
texmf.cnf
texexec.ini       (copy of ~.rme)

While "texexec --make" only produced errors like
"texmf: format "config-de" not available"
I tried several commands mentioned by Ed Cashin in an old mail:

texhash (over and over...)
texconfig init
texconfig confall
texlinks
fmtutil --all
updmap

"texexec --make --alone" stops with an memory buffer overflow.

What shall I do?

(I'm proud to announce, that I can manage my mail on Linux now,
but that's the singular positive news...)

Groetjes!
Hraban.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt installation on Linux -- i despare
  2000-06-07 15:12 ConTeXt installation on Linux -- i despare Hraban
@ 2000-06-08 19:05 ` Hans Hagen
  2000-06-08 22:45   ` Hraban
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2000-06-08 19:05 UTC (permalink / raw)
  Cc: ntg-context

At 05:12 PM 6/7/2000 +0200, Hraban wrote:

>I edited the following files
>(after instructions of "how to install ConTeXt"):
> ... 

>While "texexec --make" only produced errors like
> "texmf: format "config-de" not available"

this is strange, since it looks like it wants to make a format called
config-de. There should be a tetex cont-en configure file somewhere
(although it's reported missing in some old tetex distribution).   

Maybe thomas knows what happens here. 

>I tried several commands mentioned by Ed Cashin in an old mail:
>
>texhash (over and over...)
>texconfig init
>texconfig confall
>texlinks
>fmtutil --all
>updmap
>
>"texexec --make --alone" stops with an memory buffer overflow.
>
>What shall I do?
>
>(I'm proud to announce, that I can manage my mail on Linux now,
>but that's the singular positive news...)

Then you're ahead of me, since I now only pass our internet access through
the server but mail ... still windows. 

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt installation on Linux -- i despare
  2000-06-08 19:05 ` Hans Hagen
@ 2000-06-08 22:45   ` Hraban
  2000-06-09  6:43     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Hraban @ 2000-06-08 22:45 UTC (permalink / raw)


Hans Hagen wrote:

> >While "texexec --make" only produced errors like
> > "texmf: format "config-de" not available"
> 
> this is strange, since it looks like it wants to make a format called
> config-de. There should be a tetex cont-en configure file somewhere
> (although it's reported missing in some old tetex distribution).

Oh, sorry, I mistyped the most important thing.
It's "cont-de" naturally. Same with "cont-en", "cont-uk" and "cont-nl"

---
> Then you're ahead of me, since I now only pass our internet access through
> the server but mail ... still windows.

I was lucky that Netscape uses almost the same file formats on MacOS and
Linux.

-- 

Grüßlis vom Hraban!

---

http://angerweit.tikon.ch/lieder/

http://www.planet-interkom.de/fiee.visuelle/formelsammlung.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ConTeXt installation on Linux -- i despare
  2000-06-08 22:45   ` Hraban
@ 2000-06-09  6:43     ` Hans Hagen
  2000-06-09 16:40       ` Back to normal. (was: install on linux/despare) Hraban
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2000-06-09  6:43 UTC (permalink / raw)
  Cc: ConTeXt

At 12:45 AM 6/9/2000 +0200, Hraban wrote:
>Hans Hagen wrote:
>
>> >While "texexec --make" only produced errors like
>> > "texmf: format "config-de" not available"

So if cont-de is missing, somewhere in the tex/context/config path there
should be a file cont-de.ini, containing: 

% Thomas Esser, 1998, 1999. public domain.
\input cont-de.tex
\endinput

Also in texconfig --edit you should remove the comment sign before the
cont-de entry. 

[since some texexec utilities, like pdf postprocessing, use the english
format and the documentation generator uses the dutch, I suggest you also
generate these] 

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Back to normal. (was: install on linux/despare)
  2000-06-09 16:40       ` Back to normal. (was: install on linux/despare) Hraban
@ 2000-06-09 15:07         ` Christopher G D Tipper
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher G D Tipper @ 2000-06-09 15:07 UTC (permalink / raw)
  Cc: ConTeXT Mailing List

> Is it possible, that font-ber is not called? Must I \input it myself?

You have to do something like the following at the beginning of your document

\setupbodyfont[ber,pos,ppl]

Christopher


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Back to normal. (was: install on linux/despare)
  2000-06-09  6:43     ` Hans Hagen
@ 2000-06-09 16:40       ` Hraban
  2000-06-09 15:07         ` Christopher G D Tipper
  0 siblings, 1 reply; 6+ messages in thread
From: Hraban @ 2000-06-09 16:40 UTC (permalink / raw)


Hans Hagen wrote:
> So if cont-de is missing, somewhere in the tex/context/config path there
> should be a file cont-de.ini, containing:

YEAH! THAT WAS IT! IT WORKS!
THANK YOU!
I LOVE YOU! ;-))  (no virus...)

I think, it's because I deleted all context directories to get a "clean"
system before installing a new ConTeXt.
Perhaps you should bundle these little files in the cont-tmf.zip?

> Also in texconfig --edit you should remove the comment sign before the
> cont-de entry.

That was the first I did, like mentioned in the install manual.

> [since some texexec utilities, like pdf postprocessing, use the english
> format and the documentation generator uses the dutch, I suggest you also
> generate these]

I always build all formats -- I use english macros mainly.
Is it possible to use english macros but german messages?

--

Ok i built the formats and tried my little test file.
Back to normal: Problems with Palatino
(mktexmf can't find "Palatino-Roman")

In font-ppl "Serif" is mapped to "Palatino-Roman"
And in font-ber "Palatino-Roman" is mapped to "pplr8t".

Is it possible, that font-ber is not called? Must I \input it myself?

-- 
Grüßlis vom Hraban!
---
http://angerweit.tikon.ch/lieder/
http://www.planet-interkom.de/fiee.visuelle/formelsammlung.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-06-09 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-07 15:12 ConTeXt installation on Linux -- i despare Hraban
2000-06-08 19:05 ` Hans Hagen
2000-06-08 22:45   ` Hraban
2000-06-09  6:43     ` Hans Hagen
2000-06-09 16:40       ` Back to normal. (was: install on linux/despare) Hraban
2000-06-09 15:07         ` Christopher G D Tipper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).