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

hbox
  • 时间:2024-11-03

hbox - Tex Command


Previous Page Next Page  

NAME

hbox - Used to treat contents as text, but you can switch to math mode inside.

SYNOPSIS

{ hbox }

DESCRIPTION

hbox command is used to treat contents as text, but you can switch to math mode inside.

EXAMPLE

    hbox{alpha a }alpha a
    $ hbox{alpha a }alpha a $

    hbox{This is a sentence.}
    $ hbox{This is a sentence.} $

    hbox{for all $x > 0$}
    $ hbox{for all $x > 0$} $

Advertisements