l1.1d
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1D 代码 · 共 35 行
1D
35 行
#printThe "-ms" package lets you do some other nice things aswell. For example, you can arrange for a number to beplaced on an equation, in the right margin: a = b + c - d (1.23)by placing the number after the .EQ on the same line,like this:.EQ (1.23)You must leave a space between .EQ and the number.In the file "Example", number the equation "17.1a"and print it properly with neqn and nroff -ms.(Don't forget -Txxx for your terminal.)Then type "ready".#once #create Example.PPThis is a tiny little textthat includes one equationor at least it will when you find this line:.EQx sub i = y sub i + z sub i.ENand convert it into an equation.(Naturally I changed it again.).pl 1#usergrep '\.EQ *(17\.1a)$' <Example >/dev/null#log#next1.1e 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?