📄 script.cfg
字号:
# Script configuration file for WP2X.## Written 5/20/89 by Raymond Chen.# If you change this file, please make a note of it below# and in the BEGIN string.## Version 0.0: Initial version.# Version 0.1: COMMENT tag added 23-Jul-1991.# Version 0.2: Note numbers.# Version 0.3: New output scheme.HPg="%\n.pa\n" # Hard page forces a new pageHRt="%\n" # Hard return does nothing; the .pp will be # produced when we hit a Tab.SRt="%\n" # Soft return is a newlineTab=".pp\n" # Tab marks the start of a new paragraph-="-" # Hyphens are hyphens--="-+\\n" # Hyphen at the end of a line gets a +=="-" # Nonbreaking hyphen (does it exist?)\-="" # Discretionary hyphen does not exist\--="+\n" # Discretonary hyphen at the end of the lineUnd="+\n.us " # Underliningund="|"Bold="+\n.bd " # Boldfacebold="|"# Margins are left as comments, since changing the margin on the fly# is tricky.Marg="%\n.* left margin %1, right margin %2\n"Indent="%\n.in +5\n" # Push our margin in, please.indent="%\n.in\n" # Pop it back.Fn="%\n.footnote\n" # You'll have to write these macros yourself.fn="%\n.footnote end\n"En="%\n.endnote\n"en="%\n.endnote end\n"FNote#="" # Note numbers should be automatically generated.ENote#="" # Note numbers should be automatically generated.# There is no way to do spacing different from 1 or 2.SS="%\n.ss\n"1.5S="%\n.* Switch to 1.5 spacing\n"DS="%\n.ds\n"TS="%\n.* Switch to triple spacing\n"LS="%\n.* Switch to %1/2 spacing\n"# At the beginning of the file, we load the proper style file# and the laser files.# We also put in some identification.BEGIN=".* This file was created by the WP2X program, using a Script.* descriptor file (Version 0.3) written by Raymond Chen..*.* Do not expect everything to be converted perfectly..*.dc cont +.ud set |"END="\n.* End of file\n"Comment="%\n.* "comment="\n"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -