l3.1d

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

1D
50
字号
#once #create message.ND.PPThere is one special construction with subscriptsand superscripts that you have to be aware of, althoughit almost always does what you want automatically.When something has both a subscript and a superscript,it is usually printed as.EQx sub i sup j.ENinstead of.EQ{x sub i} sup j.ENTo produce this effect, with the superscript _____above thesubscript instead of to the right, you have to typethe subscript ______before the superscript, like this:   .EQ   x sub i sup j   .ENThat's all there is to it.Modify "Example" to produce the following output, then type "ready"..pl 1#once #create Ref.LP.EQx sub ij sup kmn = y sub i sub j.EN.pl 1#once #create Example.LP.EQxxx.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#next3.1e 103.2d 5

⌨️ 快捷键说明

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