代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243077
1b l10.1b
#print
More practice with mark and lineup.
Modify "Example" so the + signs are lined up in
all of the equations, then type "ready".
#once #create Ref
.LP
.EQ I
x ~==~ a sub i ~ mark + ~ b sub i ~-~ c
www.eeworm.com/read/101082/6243078
1b l7.1b
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
As you might expect from our previous discussions,
any part of a
thing from thing to thing
construction can be as complicated as you wish.
The
www.eeworm.com/read/101082/6243079
1b l1.1b
#print
Most technical papers and memos consist of normal text
interspersed with occasional (or frequent) mathematical
expressions, such as the ones in the last lesson.
To tell neqn that something is m
www.eeworm.com/read/101082/6243080
2b l9.2b
#print
Which equation prints a longer bar?
xyz sub i bar
or
x yz sub i bar
Type "answer N", where N is 1 if it's
the first one, 2 if it's the second, and
0 if they are the same length.
#copy
www.eeworm.com/read/101082/6243081
1e l3.1e
#once #create message
.ND
.PP
One common typing error that you should watch out for
is forgetting to end a superscript or subscript
with a blank or other delimiter (like tilde).
For instance, you ofte
www.eeworm.com/read/101082/6243082
1b l9.1b
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
You sometimes have to make explicit what you
mean when you say "bar", by putting in braces
to enclose the parts that you want the bar
to be over.
www.eeworm.com/read/101082/6243083
2g l5.2g
#print
Does
x sup a over b
produce the same output as
{x sup a} over b
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
5.1h 10
www.eeworm.com/read/101082/6243084
1b l4.1b
#once #create message
.ND
.LP
Of course you can use reserved words like "pi" or "int"
with the "over" construction. For example, modify
"Example" so its output looks like the following, then
type "re
www.eeworm.com/read/101082/6243085
1b l3.1b
#once #create message
.ND
.PP
Naturally there is a superscript operation that's exactly
like "sub", except that it goes up instead of down.
It is called "sup". To make
.EQ
x sup i+j
.EN
for example,
www.eeworm.com/read/101082/6243087
2c l7.2c
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
Modify file "Example" so it looks like this,
then type "ready".
.pl 1
#once #create Ref
.LP
.EQ
sum to N+n-m x sub mn > 0
.EN
.pl 1
#once #create