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

#
  • 时间:2024-11-03

# - Tex Command


Previous Page Next Page  

NAME

# - indicates numbered arguments in definition.

SYNOPSIS

{ def<definition>#1 }

DESCRIPTION

# indicates numbered arguments in definition.

OPTIONS

InputDescription
definitionCustom opearation

EXAMPLES

    defspecialFrac#1#2{frac{x + #1}{y + #2}} 
    specialFrac{7}{z+3} 
    
    $ defspecialFrac#1#2{frac{x + #1}{y + #2}} specialFrac{7}{z+3} $

Advertisements