Skip to content

Commit 176bf8a

Browse files
committed
Merge pull request #333 from CIAvash/unicode_entry_emacs_tex_input_method
Mention TeX input method for entering unicode characters in Emacs
2 parents 2b3c920 + a17ff0d commit 176bf8a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/Language/unicode_entry.pod

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,18 @@ For example, Greek letter λ (lambda) can be entered by typing:
8888
You can use C<C-\> to toggle L<input method|https://www.gnu.org/software/
8989
emacs/manual/html_node/emacs/Select-Input-Method.html>.
9090
91-
L<List of unicode characters and their mnemonics|http://quae.nl/rfc1345.html>
91+
Another L<input method|http://www.emacswiki.org/emacs/InputMethods>
92+
you can use to insert special characters is
93+
L<TeX|http://www.emacswiki.org/emacs/TeXInputMethod>.
94+
Select it by typing C<C-u C-\ TeX RET>. You can enter a special character
95+
by using a prefix such as C<\>. For example, to enter λ, type:
96+
97+
\lambda
98+
99+
To view characters and sequences provided by an input method,
100+
run the C<describe-input-method> command:
101+
102+
C-h I TeX
92103
93104
=head2 Unix shell
94105

0 commit comments

Comments
 (0)