📄 l11.1a
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -