l12.1a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 54 行

1A
54
字号
#once #create message.ND.tr %$.EQdelim $$.EN.LPThe next step is to learn how to put big parentheses,brackets, braces or bars around equations, like this:.EQleft | a sup 2 over b sub i right |.ENThis is done with two new words called "left" and "right".To put bars around something, you simply say, in the middleof an equation,  left |  something  right |and the job is done."something" can indeed be anything, from a single letterup to some horribly complicated mess.The bars grow to the right height to cover the"something", automatically.To produce the example above, all that was needed was   .EQ   left | a sup 2 over b sub i right |   .ENFor practice, modify file "Example" so it produces outputthat looks like this, then type "ready"..pl 1#once #create Ref.LP.EQleft |{a over b ~+~ c over d} over 2right |.EN.pl 1#once #create Example.LP.EQreplace me.EN.pl 1##once neqn Ref | nroff >X1 &#once neqn message Ref | nroff -T$term %s/tinyms -#userneqn Example | nroff >X2#cmp X1 X2#log#next12.1b 10

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?