From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13213 Path: main.gmane.org!not-for-mail From: Daniel Flipo Newsgroups: gmane.comp.tex.context Subject: =?iso-8859-1?q?=5Ctype?= doen't type -- with latin-modern fonts. Date: Sat, 13 Sep 2003 18:49:48 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <200309131649.h8DGnqB9005920@reserv2.univ-lille1.fr> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1063472154 12199 80.91.224.253 (13 Sep 2003 16:55:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2003 16:55:54 +0000 (UTC) Cc: dflipo@ntg.nl Original-X-From: ntg-context-admin@ntg.nl Sat Sep 13 18:55:53 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yDgf-0003EQ-00 for ; Sat, 13 Sep 2003 18:55:53 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C33C110B1D; Sat, 13 Sep 2003 18:55:49 +0200 (MEST) Original-Received: from reserv2.univ-lille1.fr (reserv2.univ-lille1.fr [193.49.225.90]) by ref.ntg.nl (Postfix) with ESMTP id F21B410B04 for ; Sat, 13 Sep 2003 18:49:56 +0200 (MEST) Original-Received: from 0 (melba.univ-lille1.fr [134.206.1.141]) by reserv2.univ-lille1.fr (8.12.9/jtpda-5.3.1) with ESMTP id h8DGnqB9005920 ; Sat, 13 Sep 2003 18:49:52 +0200 X-Originating-IP: [194.57.139.10] User-Agent: IMHO/0.98.2 (Webmail for Roxen) Original-To: ntg-context@ntg.nl X-MailScanner: Found to be clean Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13213 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13213 Hi all, See the following test file %%%%%%%%%%%%%%%%% %interface=en output=pdftex %\definetypeface [myface] [tt][mono] % [computer-modern][default][encoding=ec] \definetypeface [myface] [tt] [mono] [latin-modern] [default][encoding=ec] \setupbodyfont[myface,sans,14.4pt] \starttext \starttyping TEXEDIT = emacsclient --no-wait +%d %s \stoptyping \type{TEXEDIT = emacsclient --no-wait +%d %s} \stoptext %%%%%%%%%%%%%%%%%%%%%% \starttyping ... \stoptyping works fine, but \type{} typsets a "single dash" instead of two dashes. The "single dash" is also different (lower and shorter) than the two dashes. The same is true with the AEfonts (Computer-modern with EC ecoding), but not with the default fonts (true CM). Any fix for this? Daniel Flipo