📄 readme
字号:
This directory, /usr/lib/ms, contains various macro files usedby the -ms package, along with various scripts that are usefulfor text formatting. These scripts are not supported commands--they are examples that may assist you with document preparation.These scripts are described below:endnote-------This program takes -ms footnotes (text placed between .FS and .FEmacros) and moves them to the end of your output. It should beused with numbered footnotes, which are entered like this: this is best explained by Hodgkins.\** .FS Arthur Hodgkins, \fIThe Bone Marrow,\fP Johns Hopkins Press, Baltimore, 1982. .FEWhen you want to produce numbered endnotes instead of footnotes,you can run the program as follows: % /usr/lib/ms/endnote filename(s) | nroff -msOther nroff options, such as -T to specify terminal type, mayalso be given. If you're using refer, tbl, or eqn, they shouldfollow /usr/lib/ms/endnote, in the proper order. The endnoteprogram creates the file "endnotes" in the working directory;the file is removed afterward endnote finishes. If this filealready exists, the program exits with an error message.After a while you may find it more convenient to copy this scriptto your own directory, rather than saying /usr/lib/ms/endnoteevery time you want to run it. To do this, type: % cp /usr/lib/ms/endnote endnote % chmod +x endnoteThe first command will copy it into your working directory, andthe second will make it executable.swapacc-------This program takes accent marks in the old -ms format (where theycome before the accented letter) and changes them into the new .AMformat (where the come after the accented letter). Old format: t\*'el\*'ephone New format: te\*'le\*'phoneThe swapacc program is best run from inside the editor: :1,$ ! /usr/lib/ms/swapaccThe first to the last lines of the editor buffer will be sent tothe shell, which will run /usr/lib/ms/swapacc, and then returnall lines to where they were before.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -