l2.1f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1F 代码 · 共 47 行
1F
47 行
#once #create message.ND.LPOne of the most common problems in using neqn is forgettingto leave spaces or tildes around "magic" words like "pi"or "int" or "sum". The result is that the magic wordscease to be magic, and just look like ordinary stringsof letters.In the file "Example", there are several such errors.Find them, and fix them so the output lookslike this, then type "ready"..pl 1#once #create Ref.LP.EQsum ~=~ pi ~+~1.EN.EQa~=~ pi (x).EN.EQalpha ~=~ beta ~+~ gamma ~+~ delta.EN.pl 1#once #create Example.LP.EQsum=pi+1.EN.EQa=pi(x).EN.EQalpha=beta+gamma+delta.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.1a 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?