l5.1a

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

1A
46
字号
#once #create message.ND.EQdelim $$.EN.LPSo far we have carefuly skirted around a potentialproblem; maybe you've wondered about it.Suppose we want to produce an equation that lookslike this:.EQx sup { pi + 1 }.ENThe superscript is complicated, in that it containsboth a $pi$ and a +1, which has to be separatedfrom the $pi$ by a blank.But I already told you that a blank terminatesthe superscript.  What's going on?As the first step to finding out, will the inputequation  x sup pi + 1produce the output  $x sup {pi + 1}$ ?Answer yes or no.(You can play with the file "Example" if you like.).pl 1#once #create Example.LP.EQreplace me.EN.pl 1##once neqn message | nroff -T$term %s/tinyms -#copyin#user#uncopyin#match no#log#next5.1b

⌨️ 快捷键说明

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