From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leu Zhe Subject: Full path figure export to latex Date: Thu, 29 Jan 2015 12:31:08 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c32c5eca9d4b050dc2202f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGfpe-0006Qc-2N for emacs-orgmode@gnu.org; Wed, 28 Jan 2015 22:31:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGfpd-000865-7q for emacs-orgmode@gnu.org; Wed, 28 Jan 2015 22:31:49 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:42538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGfpd-00085x-3D for emacs-orgmode@gnu.org; Wed, 28 Jan 2015 22:31:49 -0500 Received: by mail-qg0-f45.google.com with SMTP id q107so23238871qgd.4 for ; Wed, 28 Jan 2015 19:31:48 -0800 (PST) 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" --001a11c32c5eca9d4b050dc2202f Content-Type: text/plain; charset=ISO-8859-1 Hi, when I export a full path figure, like: [[file:c:/Users/admin/Desktop/1.png]] to LaTex. Unfortunately I got the result of {//c:/Users/admin/Desktop/1.png}, one more // was generated in front of c:, which is an error in LaTex. How can I solve this problem? --001a11c32c5eca9d4b050dc2202f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi, when I export a full path figure,
like: [[file:c:/Users/admin/Desktop/1.png]]=A0
to LaTex.=A0Unfortunatel= y I got the result of {//c:/Users/admin/Desktop/1.png},
one more = // was generated in front of c:, which is an error in LaTex.
How = can I solve this problem?=A0
--001a11c32c5eca9d4b050dc2202f--