English 中文(简体)
Tex Commands Reference

Symbols

A

B

页: 1

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Selected Reading

unicode
  • 时间:2024-09-17

unicode - Tex Command


Previous Page Next Page  

unicode

unicode - Used to implement a unicode{} extension to TEX that allows arbitrary unicode code points to be entered in mathematics.

SYNOPSIS

{ unicode[optHeight,optDepth][optFont]#1 }

DESCRIPTION

unicode command implements a unicode{} extension to TEX that allows arbitrary unicode code points to be entered in mathematics.

EXAMPLE

    unicode{x263a}
    $ unicode{x263a} $

    unicode[.55,0.05]{x22D6}
    $ unicode[.55,0.05]{x22D6} $

    unicode[.55,0.05][Geramond]{x22D6}
    $ unicode[.55,0.05][Geramond]{x22D6} $

    unicode[Geramond]{x22D6}
    $ unicode[Geramond]{x22D6} $

Advertisements