📄 l1.1c
字号:
#printIt is usually wise to do your formatting withthe "-ms" macro package developed by Mike Lesk, sinceit does a lot of dirty work for you without any efforton your part.One of the things "-ms" does is to arrange that equationsare "displayed" - that is, that they are neatly centeredand set off from the surrounding text.Most of the "-ms" package is described in another scriptcalled "macros", which you may have already learned.For now, we need only know this much: to use "-ms"with neqn, add "-ms" to your command line, right afterthe word "nroff", like this neqn files... | nroff -ms -TxxxNotice where the "-ms" goes.In this directory is a file called "Example".To prove that you can type the "-ms" in the right place,print "Example" with "-ms", 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.ENand convert it into an equation.(Naturally I changed it.).pl 1#copyin#user#uncopyingrep 'neqn Example *| *nroff -ms' <.copy >/dev/null#log#next1.1d 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -