help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing article in italian


From: Leo Butler
Subject: Re: Writing article in italian
Date: Thu, 14 Jan 2021 14:14:44 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]