UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: 16.1 TblChapter 16
Preprocessors
Next: 16.3 Pic
 

16.2 Eqn

Eqn is a preprocessor designed to facilitate the typesetting of mathematical equations. Use neqn with nroff. Eqn has the following command-line syntax:

/usr/ucb/eqn [options] [files]

Options
-dxy

Use x and y as start and stop delimiters; same as specifying the eqn directive delimxy.

-fn

Change to font n; same as the gfont directive.

-pn

Reduce size of superscripts and subscripts by n points. If -p is not specified, the default reduction is 3 points.

-sn

Reduce the point size by n points; same as the gsize directive.

-Tdev

Format output to device dev. The default value comes from the TYPESETTER environment variable. Not available with neqn.

16.2.1 Eqn Macros

.EQ

Start typesetting mathematics.

.EN

End typesetting mathematics.

Use the checkeq command to check for unmatched macro pairs.

16.2.2 Mathematical Characters

The character sequences below are recognized and translated as shown:

CharacterTranslationCharacterTranslation
>=>=approx~
<=<=nothing
====cdot.
!=!=times×
+-±del[nabla]
->->grad[nabla]
<-<-......
<<<<,...,,...,
>>>>sum[sum]
inf[infinity]int[integral]
partialdprod[product]
half½unionU
prime'inter[cap]

16.2.3 Mathematical Text

Digits, parentheses, brackets, punctuation marks, and the following mathematical words are printed out in Roman font:

sin     cos     tan     arc
sinh    cosh    tanh
and     if      for     det
max     min     lim
log     ln      exp
Re      Im

16.2.4 Greek Characters

Greek letters can be printed in uppercase or lowercase. To obtain Greek letters, simply spell them out. Some uppercase Greek letters are not supported because they can be specified by an Arabic equivalent (e.g, A for alpha, B for beta).

CharacterTranslationCharacterTranslation
alpha[alpha]tau[tau]
beta[beta]upsilon[upsilon]
gamma[gamma]phi[phi]
delta[delta]chi[chi]
epsilon[epsilon]psi[psi]
zeta[zeta]omega[omega]
eta[eta]GAMMA[Gamma]
theta[theta]DELTA[Delta]
iota[iota]THETA[Theta]
kappa[kappa]LAMBDA[Lambda]
lambda[lambda]XI[Xi]
mu[mu]PI[Pi]
nu[nu]SIGMA[Sigma]
xi[xi]UPSILON[Upsilon]
omicron[omicron]PHI[Phi]
pi[pi]PSI[Psi]
rho[rho]OMEGA[Omega]
sigma[sigma]

16.2.5 Diacritical Marks

Several keywords are available to mark the tops of characters. Eqn centers a mark at the correct height. bar and under will span the necessary length.

CharacterTranslation
x dotx·
x dotdotx¨
x hatx^
x tildex~
x vecx->
x dyadx<->
x barx¯
x underx_

16.2.6 Keywords Recognized by Eqn

In addition to character names and diacritical marks, eqn recognizes the following keywords:

above

Separate the pieces of a pile or matrix column.

back n

Move backwards horizontally n 1/100's of an m.

bold

Change to bold font.

ccol

Center align a column of a matrix.

cpile

Make a centered pile (same as pile).

define

Create a name for a frequently used string.

delim xy

Define two characters to mark the left and right ends of an eqn equation to be printed in line. Use delim off to turn of delimiters.

down n

Move down n 1/100's of an m.

fat

Widen the current font by overstriking it.

font x

Change to font x, where x is the one-character name or the number of a font.

from

Used in summations, integrals, and similar constructions to signify the lower limit.

fwd n

Move forward horizontally n 1/100's of an em.

gfont x

Set a global font x for all equations.

gsize n

Set a global size for all equations.

italic

Change to italic font.

lcol

Left justify a column of a matrix.

left

Create big brackets, big braces, big bars, etc.

lineup

Line up marks in equations on different lines.

lpile

Left justify the elements of a pile.

mark

Remember the horizontal position in an equation. Used with lineup.

matrix

Create a matrix.

ndefine

Create a definition which takes effect only when neqn is running.

over

Make a fraction.

pile

Make a vertical pile with elements centered above one another.

rcol

Right adjust a column of a matrix.

right

Create big brackets, big braces, big bars, etc.

roman

Change to roman font.

rpile

Right justify the elements of a pile.

size n

Change the size of the font to n.

sqrt

Draw a square root sign.

sub

Start a subscript.

sup

Start a superscript.

tdefine

Make a definition which will apply only for eqn.

to

Used in summations, integrals, and similar constructions to signify the upper limit.

up n

Move up n 1/100's of an em.

~

Force extra space into the output.

^

Force a space one half the size of the space forced by ~ .

{ }

Force eqn to treat an element as a unit.

'...'

A string within quotes is not subject to alterations by eqn.

16.2.7 Precedence

If you don't use braces, eqn will do operations in the order shown in this list, reading from left to right.

dyadvecunderbar
tildehatdotdotdot
fwdbackdownup
fatromanitalicbold
sizesubsupsqrt
overfromto

These operations group to the left:

over   sqrt   left   right

All others group to the right.

16.2.8 Eqn Examples

Input:

.EQ
delim %%
.EN
%sum from i=0 to inf c sup i~=~lim from {m -> inf}
sum from i=0 to m c sup i%
.EQ
delim off
.EN

Result: Figure 16.0

Input:

.EQ
delim %%
.EN
%x ~=~ left [ { -b ~+-~ sqrt {b sup 2 - ~4ac} } 
over 2a right ]%
.EQ
delim off
.EN

Result: Figure 16.0


Previous: 16.1 TblUNIX in a Nutshell: System V EditionNext: 16.3 Pic
16.1 TblBook Index16.3 Pic

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System


Banner.Novgorod.Ru