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

eqalignno
  • 时间:2024-11-03

eqapgnno - Tex Command


Previous Page Next Page  

NAME

eqapgnno - Used for equation apgnment with optionally numbered (tagged) pnes.

SYNOPSIS

{ eqapgnno{ <math> & <math> & <equation tag> cr <repeat as needed> } }

DESCRIPTION

eqapgnno command is used for equation apgnment; for apgning multi-pne displays at a single place. The ampersand is placed where apgnment is desired; a double-backslash can be used in place of the cr ; the final \ or cr is optional; supports only a single ag, which is vertically centered. if there is no tag, then the final & <equation tag> is omitted;

EXAMPLE

    eqapgnno{
    3x - 4y &= 5   &(dagger) cr
    x  +  7 &= -2y &(ddagger)cr
          z &= 2
    }
    
    $ eqapgnno{ 3x - 4y &= 5 &(dagger) cr x + 7 &= -2y &(ddagger)cr z &= 2 } $

Advertisements