From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Nobis Subject: Re: fontenc makes pdf non-searchable Date: Mon, 23 Mar 2015 18:10:55 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5se-0004kI-9I for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya5sY-0007mU-7w for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:11:12 -0400 Received: from basilikum.nobis-admin.de ([89.238.71.130]:40355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya5sX-0007mE-Vx for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 13:11:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by basilikum.nobis-admin.de (Postfix) with ESMTP id 44ACB7E5338 for ; Mon, 23 Mar 2015 18:11:04 +0100 (CET) Received: from basilikum.nobis-admin.de ([127.0.0.1]) by localhost (basilikum.nobis-admin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x8dcb2Ldx_YX for ; Mon, 23 Mar 2015 18:10:55 +0100 (CET) Received: from karotte.fritz.box (f049140141.adsl.alicedsl.de [78.49.140.141]) by basilikum.nobis-admin.de (Postfix) with ESMTPSA for ; Mon, 23 Mar 2015 18:10:55 +0100 (CET) In-Reply-To: (J. David Boyd's message of "Mon, 23 Mar 2015 12:07:23 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org dboyd2@mmm.com (J. David Boyd) writes: > And how did you determine that please? I assume you mean how I determined that the PDF has been produced by dvips and Ghostscript. In this case: I've just looked into the document information of the PDF file. For example with Acrobat Reader I just press CMD+D, with Apple Preview its CMD+I (look out in the menus for document information or properties). In this document information there is somewhere a line like "PDF creator". If the PDF is created with pdftex or pdflatex, this line should read something like "pdfTeX-1.40.15". Each PDF viewer shows a different degree of details about the file. For example with Apple Preview I do not see the used fonts, these are only shown by Acrobat Reader (or command line tools like pdffonts from xpdf). > And how would it be switched? The default settings of org-mode uses pdflatex. The compilation process is configurable via the variable org-latex-pdf-process. I don't know why and how Martin used dvips+gs. Maybe he just generated the tex file with org and used another tool for generating PDF. Or maybe he customized org-latex-pdf-process. -- Until the next mail..., Stefan.