l11.1a

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

1A
47
字号
#once #create message.ND.tr %$.EQdelim $$.EN.LPWe have introduced a fair number of "magic" words likesub and sup and over and pi and sum.  What happens ifyou need to print an equation that contains one of thesewords __as ____text, like this:.EQe sub "pi".ENThe way to turn off special meanings of magic words isto enclose them in the double quotes "...".  The $e sub "pi"$was printed with  .EQ  e sub "pi"  .ENUsing this knowledge, modify file "Example" so it produces outputthat looks like the following, then type "ready"..pl 1#once #create Ref.LP.EQlim "sup" f( "pi" ) = p cdot i.EN.pl 1#once #create Example.LP.EQlim sup f( pi ) = p cdot i.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#next11.1b 10

⌨️ 快捷键说明

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