代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243099
3b l9.3b
#print
Does
ax bar
produce the same output as
a x bar
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
10.1a 10
www.eeworm.com/read/101082/6243100
1e l1.1e
#print
So far all the equations have been centered, which is what
"-ms" does unless you tell it differently.
You can also arrange for equations to be left-adjusted -
that is, right up against the left
www.eeworm.com/read/101082/6243104
1f l2.1f
#once #create message
.ND
.LP
One of the most common problems in using neqn is forgetting
to leave spaces or tildes around "magic" words like "pi"
or "int" or "sum". The result is that the magic word
www.eeworm.com/read/101082/6243105
1c l1.1c
#print
It is usually wise to do your formatting with
the "-ms" macro package developed by Mike Lesk, since
it does a lot of dirty work for you without any effort
on your part.
One of the things "-ms"
www.eeworm.com/read/101082/6243106
1e l5.1e
#print
Once you start using braces, there are a number of
mistakes that you can make. For example, you can
leave a brace out, or you can get them out of order
(Like } xxx { ), or you can get them in
www.eeworm.com/read/101082/6243109
1f l1.1f
#print
You can also make equations that are ________indented a fixed amount from
the left margin, with the command
.EQ I
Again, if there is an equation number, it follows the I.
Convert all
www.eeworm.com/read/101082/6243110
2d l3.2d
#print
Does the equation
x sup pi sub i
produce the same output as
x sub i sup pi
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
3.1e 10
www.eeworm.com/read/101082/6243111
2e l2.2e
#print
Make the two equations in "Example" look like these two,
then type "ready".
#once #create Ref
.ND
.LP
.EQ (1.1)
PI ~=~ ( pi sub 1 , pi sub 2 ,..., pi sub n )
.EN
.EQ (1.2)
pi bar ~=~ sum ( alp
www.eeworm.com/read/101082/6243116
1d l11.1d
#print
One thing to keep in mind, although it generally
isn't going to affect you, is that the quote "
is a delimiter just like blank or tilde -
it turns off subscripts and superscripts, and so
on.
E
www.eeworm.com/read/101082/6243118
1e l2.1e
#once #create message
.ND
.PP
For practice, in this directory there is a file called
"Example". It contains an equation. Make it
look like this:
.EQ
int from i to j f( pi ) ~=~ LAMBDA (x)
.EN
by cha