l1.1e

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

1E
31
字号
#printSo far all the equations have been centered, which is what"-ms" does unless you tell it differently.You can also arrange for equations to be left-adjusted -that is, right up against the left margin - by saying  .EQ LIf there is a number, place it _____after the L, separated by aspace, like this:  .EQ L (3a)Make the equation in "Example" left-justified withthe number (3.1a) in the right margin and print itto make sure everything works.  Then type "ready".#once #create Example.PPThis is a tiny little text(which you're undoubtedly sick of by now)that includes one equationor at least it will when you find this line:.EQx sup i = y sup i.ENand convert it into an equation.(Naturally I changed it.).pl 1#usergrep '\.EQ  *L  *(3.1a)$' <Example >/dev/null#log#next1.1f 10

⌨️ 快捷键说明

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