⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes-1.06

📁 将rft格式文件转换成html格式文件
💻 06
字号:
Changes for RTF distribution release 1.06-----------------------------------------Up through distribution 1.05, development was based on example RTF filesgenerated only with Word for Macintosh 4.0 and 4.0C.  I've since had accessto Word for Windows 1.1, which generates RTF differing somewhat fromWfM RTF.  Experience with these differences led to some changes which makethe reader (and thus the translators) more robust.  For instance, you shouldnot get style expansion loop error messages.Some support for NeXT-generated RTF documents was added.  I don't haveaccess to a NeXT, so this is all guesswork.-----------------------------the RTF reader:There is a new routine RTFSetToken() for synthesizing fake tokens.RTFToken() was renamed to RTFGetToken() for symmetry.Added a couple of symbols (brdrbar/rtfBorderBar and brdrbtw/rtfBorderBetween).Changed the strings "picwGoal" and "pichGoal" to "picwgoal" and"pichgoal", because the RTF spec has little g's in those.  THEN Isaw a file in which pic[wh]Goal were really used.  Sigh.  So nowthe reader accepts both.  Maybe it should just be made case insensitiveon control words...rtfCellMoveX -> rtfCellPosStylesheet reader modified to correctly handle missing \sbasedon and \snextin stylesheet entries.  rtfBasedOnNone (=222) is available as the symbolicconstant explicitly indicating "this style is based on no other".There are default readers for the \info and \pict groups now (theyjust skip the group).Symbols added for NeXT support:\gray-----------------------------rtfwc:Understands how to deal with multiple file arguments.(rtfdiag should do so, too, but doesn't yet.)-----------------------------rtf2troff:Headers and footers seem to work even worse than they did before.Yikes. I had never put in stuff to catch paper width or height changes.Fixed.Added some table support.  Output is generated that must be run throughtbl.Output text lines are now broken to reasonable length if possible.This prevents paragraphs from coming out as one lonnnnnnnnnnnnng lineof text and makes the output more readable/editable.Underlining is now enabled by default instead of disabled.  The output isstill voluminous, but at least now is editable since lines are broken.The +u/-u and +s/-s options turn on/off underlining/strikethrough.Added support for handling different versions of troff that have differentspecial character conventions, and for generating special character sequencesused by macro packages (-me, -mm, -ms).  Unfortunately, this is the onlypart of the output that is specialized for particular macro packages so far.Correctly processes input containing "\" characters.

⌨️ 快捷键说明

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