From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Unicode characters for transcribing to pdf Date: Wed, 31 Aug 2022 16:04:53 +0000 Message-ID: References: <87ilm8igam.fsf@ucl.ac.uk> Reply-To: uzibalqa Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38889"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Eric S Fraga Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 31 18:19:47 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oTQRP-0009y4-4B for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 31 Aug 2022 18:19:47 +0200 Original-Received: from localhost ([::1]:38486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTQRO-0005qr-3U for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 31 Aug 2022 12:19:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTQDR-0002zM-0J for help-gnu-emacs@gnu.org; Wed, 31 Aug 2022 12:05:21 -0400 Original-Received: from mail-40130.protonmail.ch ([185.70.40.130]:41539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTQDN-0006B5-UO for help-gnu-emacs@gnu.org; Wed, 31 Aug 2022 12:05:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1661961904; x=1662221104; bh=bw6ssIMKrTjuTVWL3ItQkfZd0aubXLBUT/4ZQVDWwz8=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=cT2VAVBPdqclNJy3/DQrnL/uXqdrycoP+qBqMZNsT22VkZRtH6w6puDwK3YuqlfV9 jm/oJ52bUTv2IDufVPpiYJ8gcIYVTQJQ989UKIvRP2MikiC+Oci4mp6vIH4DZLVGUk UOj0w7a5h88lEMTw4Wi/wlc4LkCp9Zup4W9L5RrSDOFFQp1kKzNko1eyuP/5KBczbx blFh03f4gQqHtSYLuOOGcO1KB2oefaocxH2JDUDYpzg6h4B/dGB+ifCGCeYnWxWsLo ZUw8F1QbfCQUXCms/383ubxcjsk738ssInX9uce+jnLZzR+zlKPKAJzJHhjWk2B/mP pzo+QQ62OvEbw== In-Reply-To: <87ilm8igam.fsf@ucl.ac.uk> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.130; envelope-from=uzibalqa@proton.me; helo=mail-40130.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139200 Archived-At: ------- Original Message ------- On Wednesday, August 31st, 2022 at 3:28 PM, Eric S Fraga wrote: > On Wednesday, 31 Aug 2022 at 16:32, wilnerthomas--- via Users list for th= e GNU Emacs text editor wrote: >=20 > > Then using pdflatex to make the pdf. But pdflatex is reporting that > > unicode character =C4=A7 (U+0127) is not set up for use with LaTeX. > >=20 > > What Gnu program could I use that is UTF-8 aware? >=20 >=20 > Instead of using another program, you can tell LaTeX how to generate the > character you want when it is encountered. Something along these lines > should work: >=20 > \usepackage{newunicodechar} > \newunicodechar{=CE=B1}{\ensuremath{\alpha}} > \newunicodechar{=C2=B1}{\ensuremath{\pm}} >=20 > based on the newunicodechar package and assuming you can build up the > character glyph you want from basic LaTeX commands, including maths > mode. >=20 > HTH, > eric Perhaps it would be easier to use org-mode if it allows UTF-8 characters, w= hich I can then convert to pdf.