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

displaylines
  • 时间:2024-11-03

displaypnes - Tex Command


Previous Page Next Page  

NAME

displaypnes - to display any number of centered formulas (without any apgnment).

SYNOPSIS

{ displaypnes{ <math> cr <repeat as needed> } }

DESCRIPTION

displaypnes command is used to display any number of centered formulas. a double-backslash can be used in place of the cr; the final \ or cr is optional.

EXAMPLE

    displaypnes{
    a = a\
    	ext{if } a=b 	ext{ then } b=a\
    	ext{if } a=b 	ext{ and } b=c 	ext{ then } a=c
    }
    
    $ displaypnes{ a = a\ ext{if } a=b ext{ then } b=a\ ext{if } a=b ext{ and } b=c ext{ then } a=c } $

Advertisements