all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Butler <leo.butler@umanitoba.ca>
To: steve-humphreys@gmx.com
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Writing article in italian
Date: Thu, 14 Jan 2021 14:14:44 -0600	[thread overview]
Message-ID: <86wnwfgtsb.fsf@x201.butler.org> (raw)
In-Reply-To: <trinity-c2e8cc10-1110-4436-a1d7-a6a013a9983d-1610650272540@3c-app-mailcom-bs06> (steve-humphreys@gmx.com's message of "Thu, 14 Jan 2021 19:51:12 +0100")

steve-humphreys@gmx.com writes:

> ********************************************************
> Caution: This message was sent from outside the University of Manitoba.
> ********************************************************
>
> Am writing an article in italian and custamalily use @-commands for the
> appropriate accented letters.  Texinfo has the @documentlanguage command.
>
> How should I proceed, and would I need to continue using @-commands
> for accenting letters.

You don't *need* to use the @-commands. If you set the document encoding
correctly, you can use an extended character set:

E.g.

@documentencoding UTF-8

There is more information in the texinfo manual:

C-h i d m texinfo C-m i documentencoding C-m

-----
For most output formats, this just works. For TeX output, you may need
to use

\DeclareUnicodeCharacter{<char>}{<macro>}

to define a mapping from the character with codepoint <char> (in
hexadecimal) to a TeX macro. E.g.

\DeclareUnicodeCharacter{3b1}{\alpha} % α

Leo



      parent reply	other threads:[~2021-01-14 20:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <trinity-134377bf-b769-4daa-97e4-a75707eca683-1610551723313@3c-app-mailcom-bs04>
2021-01-14 18:51 ` Writing article in italian steve-humphreys
2021-01-14 19:17   ` Eli Zaretskii
2021-01-14 19:41     ` steve-humphreys
2021-01-14 20:16       ` Eli Zaretskii
2021-01-14 20:24       ` Leo Butler
2021-01-14 20:38         ` steve-humphreys
2021-01-15  9:17           ` Robert Pluim
2021-01-15 10:10             ` Gian Uberto Lauri
2021-01-15 10:50               ` Robert Pluim
2021-01-15 16:28                 ` steve-humphreys
2021-01-15 16:57                   ` Robert Pluim
2021-01-15 17:06                     ` steve-humphreys
2021-01-18 15:09                       ` Jean Louis
2021-01-14 20:14   ` Leo Butler [this message]

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=86wnwfgtsb.fsf@x201.butler.org \
    --to=leo.butler@umanitoba.ca \
    --cc=help-gnu-emacs@gnu.org \
    --cc=steve-humphreys@gmx.com \
    /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.