all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: Unicode characters for transcribing to pdf
Date: Wed, 31 Aug 2022 16:28:01 +0100	[thread overview]
Message-ID: <87ilm8igam.fsf@ucl.ac.uk> (raw)
In-Reply-To: NAoJKj2--7-2@tutanota.com

On Wednesday, 31 Aug 2022 at 16:32, wilnerthomas--- via Users list for the GNU Emacs text editor wrote:
> Then using pdflatex to make the pdf.  But pdflatex is reporting that
> unicode character ħ (U+0127) is not set up for use with LaTeX.
>
> What Gnu program could I use that is UTF-8 aware?

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:

\usepackage{newunicodechar}
\newunicodechar{α}{\ensuremath{\alpha}}
\newunicodechar{±}{\ensuremath{\pm}}

based on the newunicodechar package and assuming you can build up the
character glyph you want from basic LaTeX commands, including maths
mode.

HTH,
eric

-- 
Eric S Fraga via gnus (Emacs 29.0.50 2022-08-16) on Debian 11.4




  reply	other threads:[~2022-08-31 15:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 14:32 Unicode characters for transcribing to pdf wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-31 15:28 ` Eric S Fraga [this message]
2022-08-31 16:04   ` uzibalqa
2022-08-31 16:31     ` Eric S Fraga
2022-08-31 16:49       ` uzibalqa
2022-08-31 17:27 ` tomas
2022-08-31 21:37 ` Joost Kremers
2022-09-01  4:18   ` uzibalqa
2022-09-01  9:12     ` Alessandro Bertulli
2022-09-01 12:04       ` Arash Esbati
2022-09-03 10:58         ` Alessandro Bertulli
2022-09-03 18:24           ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-09-04  6:32             ` Emanuel Berg
2022-09-05 11:44               ` Akib Azmain Turja
2022-09-04 22:16             ` Alessandro Bertulli
2022-09-05  4:39               ` tomas
2022-09-05  9:16                 ` Alessandro Bertulli
2022-09-05 18:51                   ` tomas
2022-09-05 11:45               ` Akib Azmain Turja
2022-09-05 14:43               ` Stefan Monnier
     [not found]     ` <87edwve99q.fsf@gmail.com-NAsW-xw----2>
2022-09-01 11:35       ` wilnerthomas--- via Users list for the GNU Emacs text editor
2022-09-03 10:54         ` Alessandro Bertulli
2022-09-01 13:05   ` Stefan Monnier via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ilm8igam.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.