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