Jump to content

Rich Text Format

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 138.89.117.14 (talk) at 05:59, 17 September 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


RTF (usually referred to as such) stands for Rich Text Format, a document file format developed by Microsoft for cross-platform document interchange that most text processing programs are able to read and write. The simple example of an RTF file:

{\rtf
 Hello\par
 This is a little {\b text}.\par
 The End
}

will show as

Hello
This is a little text.
The End

Paragraphs have to be explicitly marked with \par and {\b ....} marks bold text. This syntax is similar to that of TeX.

The RTF format is the default rich text format for Mac OS X's default editor TextEdit and Microsoft Windows' default editor WordPad.