Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Fri, 28 Aug 2009 03:51:40 +0200 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n7S1pe7s029380 for ; Fri, 28 Aug 2009 03:51:40 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n7S1iseX015392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Aug 2009 03:44:55 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n7RM2Rws008953; Fri, 28 Aug 2009 03:44:43 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 284176 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 28 Aug 2009 03:44:43 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n7S1ih2c026909 for ; Fri, 28 Aug 2009 03:44:43 +0200 Received: from atlas.informatik.uni-freiburg.de (atlas.informatik.uni-freiburg.de [132.230.150.3]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n7S1iSH5021197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 28 Aug 2009 03:44:32 +0200 Received: from remote239-003.home.uni-freiburg.de ([132.230.239.3] helo=irwin.vpn.uni-freiburg.de) by atlas.informatik.uni-freiburg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MgqVs-0006hB-5I for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 28 Aug 2009 03:44:24 +0200 Received: by irwin.vpn.uni-freiburg.de (Postfix, from userid 500) id 387EC5903; Fri, 28 Aug 2009 03:43:35 +0200 (CEST) Mail-Followup-To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE References: <11608.1251412963@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Message-ID: <20090828014335.GA4042@irwin.vpn.uni-freiburg.de> Date: Fri, 28 Aug 2009 03:43:35 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Heiko Oberdiek Subject: Re: [REQ] "TeX: Rejoining the mainstream" - comments requested To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <11608.1251412963@cl.cam.ac.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 28 Aug 2009 01:51:40.0998 (UTC) FILETIME=[167CA660:01CA2782] Status: R X-Status: X-Keywords: X-UID: 6032 On Thu, Aug 27, 2009 at 11:42:43PM +0100, Robin Fairbairns wrote: > J.Fine wrote: > > > Thank you for this. On Ubuntu, evince PDF viewer to Emacs, I get > > == > > A > > Achievements of LTEX (the first fifteen years) > > == > > from TeX input > > Achievements of \LaTeX{}( the first fifteen years) > > cutting and pasting from any tex-ish pdf tends to be dodgy. there are > methods ([cm]map packages, for example) that get better text out, but > they'll never cope with a knuth/lamport "stupid logo" (tm). \documentclass{article} \usepackage{letltxmacro} \usepackage{accsupp} \LetLtxMacro\OrgLaTeX\LaTeX \DeclareRobustCommand{\LaTeX}{% \BeginAccSupp{method=plain,ActualText=LaTeX}% \OrgLaTeX \EndAccSupp{}% } \begin{document} \tableofcontents \section{Achievements of \LaTeX}. \end{document} > that said, i've never seen that particular oddity, so it may be a > special oddity of your pdf viewer (i tend only to use acrorubbish > viewer, but go to xpdf in extremis). Cut&Paste from acroread: "Achievements of LaTeX" However, xpdf 3.00 doesn't support this PDF feature. Yours sincerely Heiko