代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243088
1b l12.1b
#print
Bars are not the only characters you can put
around an equation.
If you say
left ( thing right )
you will get large parentheses around "thing".
You can also use [ and ] for large square br
www.eeworm.com/read/101082/6243090
1c l4.1c
#print
Does the neqn input
.EQ
a
over
b
.EN
produce the same output as the input
.EQ
a over b
.EN
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
4.1d 10
4.2c 5
www.eeworm.com/read/101082/6243091
1c l6.1c
#print
One thing to keep in mind is that outside of
$ signs, spaces are significant just as they
were before. Inside $ signs, spaces are significant
only as delimiters, and will not add any space
to
www.eeworm.com/read/101082/6243092
2c l3.2c
#once #create message
.ND
.PP
Modify "Example" to produce this output, then type "ready".
#once #create Ref
.LP
.EQ
x sup 2 + y sup 2 = z sup 2
.EN
.pl 1
#once #create Example
.LP
.EQ
xxx
.EN
.pl 1
#
www.eeworm.com/read/101082/6243093
2b l7.2b
#print
Does the input
sum from {i = -n} to {i = +n}
produce the same output as the input
sum from i=-n to i=+n
Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#log
#next
7.1c
www.eeworm.com/read/101082/6243094
1d l7.1d
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
Let's do one more example of from-to for practice
before we go on to the next topic.
Modify "Example" so it produces output that looks
like this,
www.eeworm.com/read/101082/6243095
1b l5.1b
#once #create message
.ND
.EQ
delim $$
.EN
.LP
The problem is really that we need a way to tell neqn
that in spite of blanks, a group of things (like the $pi$
and the +1) have to be kept together as a
www.eeworm.com/read/101082/6243096
1f l11.1f
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
The way to handle the problem of a subscript or superscript
on nothing is to provide something to hang the subscript
or superscript on.
One possi
www.eeworm.com/read/101082/6243097
1e l12.1e
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.PP
There are also occasions when you want to omit
the left part and keep the right part.
This is a bit more complicated, since for obscure
reasons ne
www.eeworm.com/read/101082/6243098
1d l12.1d
#print
.LP
The "right" part of a left-right construction can be
omitted if it is not used; just leave that part out.
The main thing to watch out for is that now you will
need braces to enclose the ent