l1.1b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1B 代码 · 共 52 行
1B
52 行
#printMost technical papers and memos consist of normal textinterspersed with occasional (or frequent) mathematicalexpressions, such as the ones in the last lesson.To tell neqn that something is mathematics, not normaltext, you must surround it by two "commands": A line that begins with .EQ marks the start of an expression. A line that begins with .EN marks the end of the expression.Thus, the lines.EQx=y+1.ENrepresent the equationx=y+1The file "Example" in this directory has a line that contains+ and - signs. Make that line into an equationby adding .EQ and .EN before and after.Print "Example" with neqn and nroff (and the appropriate -Txxx),then type "ready".#once #create RefThis is a tiny little textthat includes one equationor at least it will when you find this line:.ce.EQa = b + c - d.ENand convert it into an equation..pl 1#once #create ExampleThis is a tiny little textthat includes one equationor at least it will when you find this line:.cea = b + c - dand convert it into an equation..pl 1#user#cmp Ref Example#log#next1.1c 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?