📄 l3.1a
字号:
#once #create message.ND.PPNow that we have some of the preliminaries out of the way,we can get on to doing real mathematics.I have been slipping small things into the example filesas we go along so that you will at least have seensome common neqn constructions.One of the most frequent is the word "sub", whichindicates a subscript, like this: .EQ x sub i + y sub j .ENwhich produces.EQx sub i + y sub j.ENThe main thing to notice is that the blanks are delimiters -the subscript of "x" is "i"; the blank after the "i" marksthe end of the subscript.Modify the file "Example" so the equation in it looks likethis:.EQx sub alpha ~=~ y sub pi ~+~ z sub pi.ENThen type "ready"..pl 1#once #create Ref.LP.EQx sub alpha ~=~ y sub pi ~+~ z sub pi.EN.pl 1#once #create Example.LP.EQxxx.EN.pl 1##once neqn Ref | nroff >X1 &#once neqn message | nroff -T$term %s/tinyms -#userneqn Example | nroff >X2#cmp X1 X2#log#next3.1b 103.2a 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -