From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24160 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bold \tt and pdf-output Date: Tue, 06 Dec 2005 10:19:09 +0100 Message-ID: <4395578D.3040204@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133861003 2652 80.91.229.2 (6 Dec 2005 09:23:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 09:23:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 06 10:23:22 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjZ0s-0008FN-J2 for gctc-ntg-context-518@m.gmane.org; Tue, 06 Dec 2005 10:21:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56F4C12838; Tue, 6 Dec 2005 10:21:30 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29867-03; Tue, 6 Dec 2005 10:21:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C99A01282E; Tue, 6 Dec 2005 10:18:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A8E6D1282E for ; Tue, 6 Dec 2005 10:18:14 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29867-02-2 for ; Tue, 6 Dec 2005 10:18:13 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id AEF2B12827 for ; Tue, 6 Dec 2005 10:18:13 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 0D44D1B418 for ; Tue, 6 Dec 2005 10:18:13 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15694-01 for ; Tue, 6 Dec 2005 10:18:12 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 8EB2A181F1 for ; Tue, 6 Dec 2005 10:18:12 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24160 Archived-At: Peter M=FCnster wrote: > Hello, >=20 > with bold typewriter font I have more success, but one problem remains: > pdf-output. There is the same problem as with bold small caps: >=20 > kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+14/72 --dpi 86 c= mbtt10 > mktexpk: Mismatched mode ljfzzz and resolution 72; ignoring mode. > mktexpk: Can't guess mode for 72 dpi devices. > mktexpk: Use a config file, or update me. > kpathsea: Appending font creation commands to missfont.log. cmbtt is a metafont-only font. As Hans said: have a look at latin modern. If you really want cmbtt, you can use the pdftex primitive \pdfpkresolution =3D 600 (for example) to specify a resolution. Cheers, Taco