Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

> E RTF configuration


E RTF configuration

This section provides an annotated list of all the configuration sections, keywords, and values you can specify in configuration file mif2rtf.ini, for RTF output from Mif2Go.

See also:

§4 Setting configuration options.

§ RTF keyword index.

 

; mif2rtf.ini contains initial info for the DCL MIF2RTF filter Ver 3.3

; this is m2rtf.txt for dwrtf.dll version r292 and m2rbook b110

; the first several sections apply to both WinHelp and Word conversions

 

[Options]

; Output = Standard (default, Word RTF), Help (WinHelp), or FrameMIF

Output=Standard

 

; The next three items control how names are matched to ini-file settings

; CaselessMatch = Yes (default, ignore upper/lower differences) or No

CaselessMatch=Yes

; SpacelessMatch = Yes (default, ignore embedded spaces) or No

SpacelessMatch=Yes

; WildcardMatch = Yes (default, allow ? and * in settings) or No

WildcardMatch=Yes

 

; These two are used for diagnosis of possible memory-management problems.

; Try changing them to "Yes", one at a time, if you get a crash at the very

; end of processing, after the output files have been writtten correctly.

NoNameDel=No

NoMemDel=No

 

; This group is used only for drmif.dll

; DirectiveMarker = Frame marker type for DCL use, default 3 (Comment)

DirectiveMarker=3

; NoSymMap = No (default, map text chars from Frame set) or Yes (unmapped)

NoSymMap=No

 

; This one is also valid in [Graphics]

; UseGraphicPreviews = No (default) or Yes (use preview bitmaps for frames)

UseGraphicPreviews=No

 

; The rest in [Options] are also valid in [WordOptions] and [HelpOptions]

; CharStyles sets char properties in styles (causes problems with WP)

CharStyles=Yes

; ParaSpace = Normal (retain above & below) or Frame (adjust above)

ParaSpace=Frame

; ExactLineSpace = No (default, variable line height allowed) or Yes

ExactLineSpace=No

; OccludedTabs = Remove (normal), Space, or Tab

OccludedTabs=Remove

; RMarginTabs = Left (return), Right (keep in col), Both (default), None

RMarginTabs=Both

; UnderlineTabs = No (default, normal FrameMaker behavior) or Yes

UnderlineTabs=No

; EmbedEqsInWMFs = Yes (default, scale to size using WMFs) or No

EmbedEqsInWMFs=Yes

; EqVertAdjust = half-points to adjust equations down (negative for up)

EqVertAdjust=8

; EqHorAdjust = half-points to adjust equations right (negative for left)

EqHorAdjust=2

; HideWhiteText removes any white text (standard FrameMaker behavior)

HideWhiteText=No

; KeepAnchorParagraphs = No (default), Yes keeps anchor paras as spacers

KeepAnchorParagraphs=No

; UseParaAnchors = No (default), Yes for successive paras in same frame

UseParaAnchors=No

 

[FDK]

; UseInitDialog = Yes (default, to display dialog before conversion) or No

UseInitDialog=Yes

; UseDoneDialog = Yes (default, to display dialog after conversion) or No

UseDoneDialog=Yes

; UseExistingMIF = No (default, save new .mif file) or Yes (use if it exists)

UseExistingMIF=No

; UseFrame8MIF = Yes (default, for Frame 8 only), or No (to get Frame 7 MIF)

UseFrame8MIF=Yes

; UseFrame9MIF = Yes (default, for Frame 9 only), or No (to get Frame 7 MIF)

UseFrame9MIF=Yes

; DeleteMIF = No (default, keep MIF file when RTF is done) or Yes (delete it)

DeleteMIF=No

; UseExistingDCL = No (default, make .dcb) or Yes (use .dcl file if it exists)

UseExistingDCL=No

 

; ConversionDesigner = No (default, don't open Conversion Designer during

; Setup), or Yes (open Conversion Designer for Frame 8 and earlier)

ConversionDesigner=No

 

; Suffixes to use for each output type

; WinHelp is always .rtf, others are settable

WordSuffix=.rtf

WordPerfectSuffix=.rtf

MIFSuffix=.mif

 

; ConfigTemplate = path to .ini file to be used when mif2rtf.ini and any

; specific filename.ini do not contain the setting being checked. The

; referenced file can also contain [FDK]ConfigTemplate, so the chain of

; templates searched can be any length. However, all files in the chain

; must have distinct names; the chain stops if it finds a repeat.

ConfigTemplate=D:/path/to/template.ini

 

; Settings for FrameMIF projects

; MakeBookMIF = Yes (default, make MIF of book file too) or No

MakeBookMIF=Yes

; MIFBookSuffix = suffix to use for book file MIF, default ".mif"

MIFBookSuffix=.mif

; OrigExtForMIF = Yes (default, use original FM file extensions) or No

OrigExtForMIF=No

 

; WriteEquations = No (default) or Yes (write equations as graphics files)

WriteEquations=No

; WriteAllGraphics = No (default) or Yes (write all anchored frames as files)

WriteAllGraphics=No

; WriteRefPageGraphics = Yes (default) or No (exclude reference frames)

WriteRefPageGraphics=Yes

; WriteMasterPageGraphics = Yes (default) or No (exclude header/footer graphics)

WriteMasterPageGraphics=Yes

 

; UseGraphicFileID = Yes (default) or No (single-file projects only)

UseGraphicFileID=Yes

; GraphicNameDigits = 6 (default), or 4 to 8 (for longer or shorter names)

GraphicNameDigits=6

 

; GraphicsFirst = No (default, write only needed graphics after DCL process),

; or Yes (old way, write graphics of the types specified before DCL process)

GraphicsFirst=No

 

; EquationExportDPI = number (from 50 to 1200, default 120)

EquationExportDPI=120

; EquationFrameExpand = percentage of original size (default 125)

EquationFrameExpand=125

; GraphicExportDPI = number (from 50 to 1200, default 96)

GraphicExportDPI=96

; GraphicExportFormat = BMP, TIFF, WMF (default), JPEG, GIF, PNG, EPS,

; PICT, CGM, or IGES.

GraphicExportFormat=BMP

 

; ApplyTemplateFile = No (default) or Yes (save and restore around it)

ApplyTemplateFile=No

; TemplateFileName = filename.fm (FrameMaker template for export)

TemplateFileName=helpstys.fm

; AppliedTemplateFlags = 0 (default) or bitfield spec of properties

; 0=all + 1=PgfFmt + 2=CharFmt + 4=PageLayout + 8=TblFmt + 16=CondText +

; 32=RefPage + 64=VarDef + 128=CrossRef + 256=ColorDef + 512=MathDefs +

; 1024=DocProps + 16384=RemoveManPageBreaks + 32768=RemoveOverrides

AppliedTemplateFlags=0

; ImportDocProps = Yes (default) or No (exclude doc props from import)

ImportDocProps=Yes

 

; SetFrameConditions = No (default) or Yes (set per [ConditionsShown]

; after template import, if any).

SetFrameConditions=No

 

; ConvertVariables = No (default) or Yes (convert to plain text)

ConvertVariables=No

; GenerateBook = No (default) or Yes (generate after import)

GenerateBook=No

 

; UseFrameTOC = Yes (default, except for Help formats), or No (default

; for Help formats)

UseFrameTOC=Yes

; UseFrameIX = Yes (default, except for Help formats), or No (default

; for Help formats)

UseFrameIX=Yes

; UseFrameGenFiles = Yes (default for all formats), or No

UseFrameGenFiles=Yes

 

; PrjFileName = name of project file that references this directory

;PrjFileName=D:/path/to/yourbook.prj

; IDFileName = name of file that contains [FileIDs] for this project

;IDFileName=D:/path/to/mif2go.ini

; UseLocalFileID = No (default, use IDFile IDs) or Yes (use [FileIDs] here)

UseLocalFileID=No

 

; PluginVersion = version identifier for m2rbook.dll last used, written

; by plugin at the start of each run. Check it against the version of

; m2rbookNN.zip in the downloads dir on the Web site to make sure you are

; using the most current version.

PluginVersion=b101

 

[Automation]

; CompileHelp = No (default, run compiler separately), or Yes (WinHelp only,

; copy all needed files to the WrapPath, if given, then compile with "hcw /c"

; for WinHelp 4, or "hcp" for WinHelp 3)

CompileHelp=No

; KeepCompileWindow = No (default) or Yes (so WinHelp error messages can be seen)

KeepCompileWindow=No

 

; WrapAndShip = No (default) or Yes (use WrapPath, ArchiveCommand, ShipPath,

; and Copy/Empty settings as described below)

WrapAndShip=No

 

; WrapPath = path to dir to contain the files to be wrapped for distribution;

; when ArchiveCommand or CompileHelp are specified, dir where that is done,

; after which the result (.hlp or .zip) is copied to ShipPath.

; The files copied are specified in WrapCopyFiles, with defaults given below:

; For WinHelp, files copied are *.rtf, *.hpj, *.cnt, and *.h.

; For Word, files copied are *.rtf.

; For both formats, the GraphCopyFiles (default *.bmp and *.wmf) are copied

; to WrapPath as well; for WH, *.shg is also included. If CopyGraphicsFrom

; is set, any GraphCopyFiles files are also copied from there to WrapPath.

;WrapPath=.\prep

; WrapCopyFiles = list of files to copy, separated by spaces, wildcards

; and paths (relative and absolute) allowed, no spaces within an item,

; overrides the defaults shown above.

;WrapCopyFiles=*.rtf *.doc

; EmptyWrapPath = Yes (default, remove all files before copying)

; or No (leave old files in place in WrapPath directory)

EmptyWrapPath=Yes

 

; CopyGraphicsFrom = path to dir containing the graphics files, relative OK

;CopyGraphicsFrom=..\graphics

; GraphCopyFiles = list of files to copy from CopyGraphicsFrom and output

; directories, separated by spaces, wildcards and paths (relative and absolute)

; allowed, no spaces within an item, default is: *.bmp *.wmf (and *.shg for WH)

;GraphCopyFiles=*.wmf *.gif

 

; ArchiveCommand = for Word, zip command, result is put in ShipPath. If

; omitted, archiving is not done, and files remain in WrapPath if given.

;ArchiveCommand=pkzip

; ArchiveStartParams = any parameters preceding the name of the archive file,

; default empty, specify ArchiveStartParams=-add for pkzip.

;ArchiveStartParams=-add

; ArchiveEndParams = any parameters following the name of the archive file,

; default empty, specify ArchiveEndParams=*.* for pkzip.

;ArchiveEndParams=*.*

; ArchiveName = name for archive to be created, without extension, to be

; used if ArchiveCommand is specified. Default for WinHelp is HPJFileName,

; for Word it is the PrjFileName without path.

;ArchiveName=UserGuide

; ArchiveVer = version number if any to be appended to ArchiveName

;ArchiveVer=33u43

; ArchiveExt = the correct extension to be added for the archive type,

; usually zip

;ArchiveExt=zip

 

; ShipPath = path to dir to contain final result of archiving or compilation,

; possibly the same for several projects.

;ShipPath=D:\deliverables\new_versions

; MoveArchive = No (default, copy archive to ShipPath) or Yes (move

; archive to ShipPath instead of copying it)

MoveArchive=No

 

; EmptyOutputDir = Never (default), Book (when running a full book),

; or File (for running a single-file project with no external links).

EmptyOutputDir=Never

; EmptyOutputFiles = list of files to delete, separated by spaces,

; wildcards allowed but not paths, no spaces within an item, default

; "*.rtf *.grx". Do not use "*.*" or "*.ini".

EmptyOutputFiles= *.rtf

; DeleteExistingMIF = No (default) or Yes (delete *.mif from the

; output directory before the conversion if UseExistingMIF is not set).

DeleteExistingMIF=No

 

; LogAuto=No (default) or Yes (put a copy of each command given into the

; Frame console window, including md and cd settings but not error msgs)

LogAuto=No

; OnlyAuto = No (default) or Yes (run only CompileHelp and WrapAndShip

; functions, not including Book/FileCommands, rather than the full real

; conversion which was presumably run earlier)

OnlyAuto=No

 

; RunfmDiagnostics = No (default) or Yes (include more diagnostic

; messages in the Frame console file when running from runfm)

RunfmDiagnostics=No

 

[BookFileCommands]

; The book start, wrap, and end commands below can contain the variables:

; <$$_basename> = base name (without path or ext) of current book

; <$$_prjpath> = path to source directory (with .prj file), no ending slash

; <$$_currpath> = path to current directory (with .ini), no ending slash

; They can also contain any entry in [UserVars], below, within <$$...>.

; BookStartCommand = command line to be run at the start of book processing

; BookWrapCommand = command line run at end, before automation processing

; BookEndCommand = command line run at end, after help compiler and archiving

 

; BookCommandWindow = Hide (default, no display), Keep (show until user

; dismisses), Show (during execution only)

BookCommandWindow=Hide

 

; The file start, wrap, and end commands apply when the selection is a doc

; rather than a book file; they are similar to the book commands, except

; that the file commands can be overridden in a specific filename.ini.

; FileStartCommand = command line to be run at start of file processing

; FileWrapCommand = command line run at end, before automation processing

; FileEndCommand = command line run at end, after compiler and archiving

FileCommandWindow=Hide

 

; AskForUserVars = Never (default), Always, or Once (then set to Never)

AskForUserVars=Never

 

[UserVars]

; These variables can be used in the book commands above, in the macros

; used in RTF output, or in both. Enclose them in <$$...> like other

; macro variables. This section is searched after the [MacroVariable]

; section in this file, but before the same section in the macros file.

; When using AskForUserVars, use the starting content to explain what

; is wanted for the value (requested just before the BookStartCommand).

;version=Specify the version of the doc product

 

[UserVarPrompts]

; var name = prompt to use when the value is requested, default is:

; Edit content of variable, or supply new content:

; For example:

;version=Enter current version number:

 

 

[Logging]

; Log entries are appended to the log file, and consist of:

; timestamp (if different from last one), on its own line

; type (E, W, Q, I, D)

; severity level (1-9)

; description with identifying details

; Example:

; W2: Xref target ag123456 not found in somefile.ref

;

; UseLog = Yes (default, log as specified in this section) or No

UseLog=Yes

; LogFileName = name with path, absolute or relative to output dir

LogFileName=m2g_log.txt

; These take severity values, 1 (worst) to 9, or 0 to prevent logging

; LogErrors = 1 (default, log events that terminate process)

LogErrors=1

; LogWarnings = 1 (default, log problems with workarounds that may

; result in undesired output)

LogWarnings=1

; LogQuerys = 1 (default, log possible ambiguities)

LogQuerys=1

; LogInfo = 1 (default, log process information)

LogInfo=1

; LogDebug = 0 (default, don't log possible programming issues)

LogDebug=0

 

 

[Macros]

; MacroFile = name of RTF macro library file, ext .ini, path optional

; checked for macro section if no matching section found here first;

; macro files can name a macro file too, the search proceeds up the

; chain until there are no more macro files or the macro or var is found.

MacroFile=d:/path/to/m2rmacro.ini

 

; FixMacroQuotes = No (default) or Yes (change baseline and curly quotes)

FixMacroQuotes=No

; OmitMacroReturns = No (default) or Yes (omit macro linebreaks in output)

OmitMacroReturns=No

; MacroVarNesting = Yes (default, vars contain <>) or No (first > ends var)

MacroVarNesting=Yes

 

; MacroNestMax = maximum depth of macro calls in one statement

; used to prevent runaways when macros call each other in circles

MacroNestMax=128

; RepeatMax = maximum count for <$_repeat> when value is not given, so that

; loop continues until a <$_break cond> is met

RepeatMax=128

; WhileMax = maximum count for <$_while>, to prevent runaways; the current

; count can be accessed using the predefined macro variable <$$_wcount>

WhileMax=128

 

; NameUndefinedMacros = No (default) or Yes (insert $macro name in output)

NameUndefinedMacros=No

; NameUndefinedMacroVars = No (default) or Yes (insert $$macrovar name in output)

NameUndefinedMacroVars=No

 

[ConditionsShown]

; ConditionName = Yes to show or No to hide. Any not mentioned

; are left in their current state; any not found are ignored.

;MyCondition=Yes

;Unwanted=No

 

 

[Defaults]

FontName=Times New Roman

; FontSize and LineSpacing are in twips, 240 = 12pt

FontSize=220

LineSpacing=240

; FontWidth is width in twips for a 12pt en space

FontWidth=144

; Language is the decimal Unicode for the RTF default language

; It overrides the type in the source doc if given.

; US English 1033, UK English 2057, Oz English 3081, German 1031

;Language=2057

 

[Fonts]

; Document font name = RTF font name

; for winhelp, stick to TT fonts in the RTF

; MS Serif and MS Sans Serif are always available,

; but only at 8, 10, 12, 14, 18, and 24pt sizes

; these change from PS fonts to the corresponding TT

Helvetica-Narrow=Arial Narrow

Helvetica=Arial

Times*=Times New Roman

Courier=Courier New

Century Schoolbook=NewCenturySchlbk

Common Bullets=CommonBullets

MyriaMM*=Arial

 

[FontWidths]

; RTF font name = relative width, used to compute line length for tabs

; reduce slightly if needed tabs omitted, increase if extra tabs present

; add entries for any additional fonts used in RTF documents

Times=120

Times New Roman=120

Helvetica=130

Arial=120

Courier=144

Courier New=144

AvantGarde=144

Bookman=150

Garamond=145

Helvetica-Black=155

Helvetica-Light=130

Helvetica-Narrow=115

Arial Narrow=115

Korinna=140

NewCenturySchlbk=135

MS Serif=144

Palatino=141

ZapfChancery=121

ZapfDingbats=180

Dingbats=180

Webdings=180

Wingdings=180

Bullets=180

CommonBullets=180

Symbol=130

 

[FontTypes]

;used in RTF fontlist: 0 = fnil, 1 = froman, 2 = fswiss,

; 3 = fmodern, 4 = fscript, 5 = fdecor, 6 = ftech

;for WinHelp 3, all chars of type 5 fonts are replaced by bullet.bmp

; if the type is 32 to 254, all chars are replaced by char of that value

; see BitmapChars below for a more flexible option for WinHelp use

Times=1

Times New Roman=1

Helvetica=2

Arial=2

Courier=3

Courier New=3

AvantGarde=2

Bookman=1

Garamond=1

Helvetica-Black=2

Helvetica-Light=2

Helvetica-Narrow=2

Arial Narrow=2

Korinna=1

NewCenturySchlbk=1

MS Serif=1

Palatino=1

ZapfChancery=4

ZapfDingbats=5

Dingbats=5

Webdings=5

Wingdings=5

Bullets=5

CommonBullets=5

Symbol=6

 

[FontEncoding]

; Font name = value to use in font table for fcharset

; Default for FontTypes 5 and 6 = 2, for all others = 0

; Use 204 for Cyrillic fonts, as in:

Times New Roman CYR=204

; Others include: Baltic 186, Central European 238, Greek 161,

; Johab 130, Mac 77, Thai 222, Turkish 162, and Vietnamese 163

;

; For Frame 8 Unicode, only Cyr 204, CE 238, Greek 161, and

; Tur 162 are supported. Others will be added as requested.

; The [FontEncoding] for these for Times New Roman, Arial, and

; Courier New is built in for Frame 8 conversions and need not

; be specified here.

 

[DefaultUnicodeFonts]

; For conversions from Frame 8 Unicode, the default fonts used

; for characters that are not in the Windows ANSI encoding are

; Times New Roman for froman fonts, Arial for fswiss fonts, and

; Courier New for fmodern fonts. In each case, the encoding

; identifier (Cyr, CE, Greek, or Tur) is added to the font name.

; If you want to use different default fonts for one or more of

; the font types frpman, fswiss, or fmodern, map them here as in:

; Times New Roman Cyr=Century Cyr

; Make sure the font you specify really contains the characters

; for the encoding you indicate.

 

[Styles]

; Document para style name = RTF style name (affects name only)

; always use the remapped (RTF) name in the HelpStyles sections

; the RTF name must be unique; some examples are shown below

; the Heading N styles support Word outline and autonumber features

;ChaptTitle=Title

;Heading1=Heading 1

;Heading2=Heading 2

;Heading3=Heading 3

;Heading4=Heading 4

;Heading5=Heading 5

;Heading6=Heading 6

;Heading7=Heading 7

;Heading8=Heading 8

;Heading9=Heading 9

 

[StyleReplacements]

; Document para style name = replacement existing RTF style name

; the RTF name need not be unique, and may be created in [Styles]

; the properties of the original style remain as-is in the text

; unless Template and TemplateAutoUpdate are set in [WordOptions]

;HeadingRunIn=Heading 2

;Mapping Table Cell=CellBody

;Mapping Table Title=TableTitle

 

[RefFrameFormats]

; override default RefFrames setting here for specific frame names

; give the frame name with no style, or "Graphic", after the "=" to

; keep the frame as a graphic, specify a style name to make it text,

; or use "None" to eliminate it altogether

;Hints=Title 2

 

[XrefStyles]

; xref format name = properties (Delete or Text), if omitted treated as link

 

[FileIDs]

; original filename (no ext) = prefix ID for text and graphic objects.

; If [FDK]UseLocalFileID=No (the default), the IDs in mif2go.ini are

; used instead; this section is really just to support earlier projects

; and should never be used in current projects, use mif2go.ini instead.

 

[TextFlows]

; flowtags to Skip or to treat as Normal (to keep in same RTF section)

;z=Skip

;A=Normal

;B=Normal

 

[Markers]

; marker type name = one or more marker type names, can include original type.

; Names on the right cannot contain spaces or commas, but those on the left can.

; Conditional Text markers cannot be remapped; others are remapped literally.

; Original marker type names are Header/Footer $1, Header/Footer $2, Index,

; Comment, Subject, Author, Glossary, Equation, Hypertext, Cross-Ref, and HTML

; Macro. The following hypertext names are recognized: openObjectIDfitwin,

; openObjectID, gotoObjectIDfitwin, gotoObjectID, gotopage, openlinkfitwin,

; openlink, gotolinkfitwin, gotolink, newlink, alert, and message; note that

; message specifically means "message URL", and that such a marker should

; have a URL as its content. Any name not in these lists is a custom name.

;

; When markers are remapped to a standard type, that type's number is used for

; that instance; when remapped to a custom type, number 12 is used for all.

; (This number may affect some RTF Help settings used for legacy docs only.)

;

; For example, Subject = Index ALink adds all Subject markers to the Index,

; and also makes clones of them as ALink markers for their help topic.

; This makes each HTML Macro marker into a Code marker (with macro expansion):

; HTML Macro = Code

;

; RTFSetting and M2GSetting allow use of markers to set many, but not all,

; of the mif2rtf.ini settings. They differ in that M2GSetting will also

; work for corresponding settings in mif2htm.ini. They can be used for

; five kinds of settings:

; Globals, overriding the corresponding mif2rtf.ini setting, stay in

; effect until the end of the file or until reset by another marker.

; These include settings in [Options], [WordOptions], and many more.

; Styles, as in [HelpStyles], affect only the current paragraph or span

; of character-formatted text.

; Tables, as in [Table], affect the entire table where they are placed.

; Graphics, as in [Graphics], affect only the next graphic (when placed

; in the text before the anchor, or in any text frame within the graphic).

; Xrefs, for [XrefStyles], affect only the next xref (in the text flow);

; the properties replace those specified for the xref format in the .ini.

; For Globals, use the usual mif2rtf.ini syntax: [Section]key=value. For

; the other four (object-specific) types, omit the key: [Section]value.

 

[MarkerTypes]

; marker type name = properties: Delete, Code, ALink, RTFSetting, M2GSetting

; If a type is remapped in [Markers], and the mapping does not include

; the original type name on the right, that type will not be recognized

; in this section. However, new types defined in [Markers] will be.

; Listing a marker in this section results in the marker no longer having its

; original functionality.

; Index, Hypertext, HTML Macro, and Cross-Reference Markers cannot be included

; here but can be remapped to other types in [Markers] which can be used here.

; When assigned to Code, any [MarkerTypeCodeBefore] and [MarkerTypeCodeAfter]

; are added if specified, any macros in the marker are expanded normally, and

; the marker-derived content is then inserted in the RTF text. No checking of

; the code is done, so be very sure of the RTF syntax used in Code markers.

 

[MarkerTypeCodeBefore]

; marker type name = macro; for markers listed in MarkerTypes as Code

 

[MarkerTypeCodeAfter]

; marker type name = macro; for markers listed in MarkerTypes as Code

 

[Graphics]

; RemoveGraphics = No (default) or Yes (strip all graphics from doc)

RemoveGraphics=No

; EpsiUsage = Preview (only, default), EPS (no preview) or Retain (both)

EpsiUsage=Preview

; ClipType = Show (leave alone), Move (up into frame, default), Delete

; applies only to graphic text in Frame native vector graphics

ClipType=Move

; ClipLimit = twips to allow below frame before clipping graphic text

ClipLimit=20

; GrVertAdjust = half-points to adjust in-line graphics down (neg for up)

GrVertAdjust=4

; TextScale = value in percent to apply to font sizes in graphics

TextScale=100

; TextWidth = percent of unscaled font height for font widths in graphics

TextWidth=0

; TextVertAdjust = twips to move text in metafiles down (neg for up)

TextVertAdjust=0

; BackMode = 1 (transparent) or 2 (opaque) for graphic text

BackMode=1

; StretchMode for bitmaps = 0 (default), 1 (black), 2 (white), 3 (color)

StretchMode=0

; DefBrushType = Black (default), White, or Hollow

DefBrushType=Black

; EmbedBMPsInWMFs = Yes (default, includes scaling info) or No

EmbedBMPsInWMFs=Yes

; EmbedWMFsInWMFs = Yes (default, includes scaling info) or No

EmbedWMFsInWMFs=Yes

; UseFrameImage = No (default) or Yes (in preference to other formats)

UseFrameImage=No

; BitmapDPI = 0 (default, scale as is), or new value (typically 72)

BitmapDPI=0

; BitmapFlip = 0 (default, leave as is), or 1 (flip vertically)

BitmapFlip=0

; CompressRasters = Yes (default, compress 16 and 256 color BMPs) or No

CompressRasters=Yes

; RasterBorders = No (default), Inside (raster), Outside, or Frame

; Frame centers border on edge, as in FM, but results in narrowing

; to half width if graphic edge is at an edge of its anchored frame

RasterBorders=No

; FrBorders = Frame (default, centered), Inside, Outside, or None

FrBorders=Frame

 

; FrameBorders = No (default, no borders on inlined frames) or Yes

; This is best used when such frames are alone in their paragraphs.

; Should not be used unless FrBorders does not operate correctly.

FrameBorders=No

; DefFont = name of default font in WMF graphics

DefFont=Arial

; DefFSize = size in twips for default font in WMF graphics

DefFSize=180

; FrameDefaultFontName = name of default font in FrameMaker graphics

; must match setting that Frame uses internally for this purpose

FrameDefaultFontName=Times New Roman

; FrameDefaultFontSize = size of default font in FrameMaker graphics

; must match setting that Frame uses internally (hundredths of a point)

FrameDefaultFontSize=1200

; UseDefaultGraphicFormat = No (default), or Yes for persistent graphics

; text formats, if text properties are not being maintained correctly

UseDefaultGraphicFormat=No

; UseTopSpaceAbove = No (ignore first space above in callouts) or Yes

UseTopSpaceAbove=No

; NoBlankFirstGTLine = Yes (default, ignore blank first line in graphic

; text frame) or No

NoBlankFirstGTLine=Yes

; SuppressGTUnderlines = No (default) or Yes (no underlines in gr text)

SuppressGTUnderlines=No

; FrameExactHeight = 0 (default, auto) or 1 (size as original)

FrameExactHeight=0

; WrapAllFrames = No (default) or Yes (to eliminate use of nowrap)

WrapAllFrames=No

; MetaNameChars = chars from base file name to use in external WMF names

MetaNameChars=5

; MetaNumDigits = number of digits to use in external WMF file names

MetaNumDigits=3

; BulletFile = name to use for bullet bitmap, default is "bullet.bmp"

;BulletFile=bullet.bmp

; NameWMFsAsBMPs = No (default) or Yes (to change .wmf refs in the .rtf)

NameWMFsAsBMPs=No

; NameGraphics = No (default) or Yes (for Word only, put original Frame

; graphic name in an INCLUDEPICTURE field, with the WMF in the result

; part of the field, so that the name is shown by showing Field Codes)

NameGraphics=No

 

; This group has been moved from [WordOptions and [HelpOptions] but

; is still valid there and also in [Options].

; GraphText = Embed (as for captions), Frame (as text), or Text

; applies only to "graphics" consisting solely of one text frame

GraphText=Embed

; FilePaths (for graphics) = Retain (default) or None (strip off)

FilePaths=Retain

; FileNames = Retain (default) or Map (in the GraphFiles section)

FileNames=Retain

; Metafiles = Internal (in place) or External (in AAAAAnnn.WMF)

; always use External for winhelp; Internal is better for Word

Metafiles=Internal

 

; This one is also valid in [HelpOptions].

; Transparent makes white bitmap pixels transparent (WinHelp 4 only)

Transparent=No

 

; This one is also valid in [Options].

; UseGraphicPreviews = No (default) or Yes (use preview bitmaps for frames)

UseGraphicPreviews=No

 

[GraphExport]

; this section is used by drmif only, not by dwrtf

; make external files when they need to be converted or changed

; normally wmf, bmp, and rf files do *not* need to be changed

; the first sets the default for the rest

; ImportGraphics = Normal (default), Retain (in file) or Export (ext files)

ImportGraphics=Normal

; ExportNameChars = chars from base file name to use in export file names

ExportNameChars=4

; ExportNumDigits = number of digits to use in export file names

ExportNumDigits=4

; ExportWmfFiles = Yes (makes external .wmf files) or No (default)

ExportWmfFiles=No

; ExportBmpFiles = Yes (makes external .bmp files) or No (default)

ExportBmpFiles=No

; ExportRfFiles = Yes (makes external .rf files) or No (default)

ExportRfFiles=No

; ExportOleFiles = Yes (makes external .ole files) or No (default)

ExportOleFiles=No

; ExportPctFiles = Yes (makes external .pct files, default) or No

ExportPctFiles=Yes

; ExportTifFiles = Yes (makes external .tif files, default) or No

ExportTifFiles=Yes

; ExportGifFiles = Yes (makes external .gif files, default) or No

ExportGifFiles=Yes

; ExportJpgFiles = Yes (makes external .jpg files, default) or No

ExportJpgFiles=Yes

; ExportPngFiles = Yes (makes external .png files, default) or No

ExportPngFiles=Yes

; ExportPcxFiles = Yes (makes external .pcx files, default) or No

ExportPcxFiles=Yes

; ExportWpgFiles = Yes (makes external .wpg files, default) or No

ExportWpgFiles=Yes

; ExportCdrFiles = Yes (makes external .cdr files, default) or No

ExportCdrFiles=Yes

; ExportEpsFiles = Yes (makes external .eps files, default) or No

ExportEpsFiles=Yes

; MultipleOLE = No (export only the last WMF image in an OLE object), or

; Yes (export all WMFs found, with "Xnn" suffixes for all but the last)

MultipleOLE=No

 

[GraphFiles]

; types to map, replace extension, old=new for referenced graphics

;gif=bmp

;tif=wmf

; specific filenames to replace, old = new, overrides type setting

;bld1.eps=bld1.bmp

 

[GraphLineStyles]

; FrameMaker pen style number = WMF line style

; valid FM pen styles are 1-6 and 8-14, excluding 0 (black), 7 (white),

; and 15 (invisible) which have fixed mappings

; valid WMF line styles are 0 (solid, default), 1 (dashed), 2 (dotted),

; 3 (dot-dash), 4 (dash-dot-dot), and 5 (invisible)

; all but solid force the line width to the minimum (a WMF requirement)

; this section is effective only when Frame graphics are being converted

; by mif2go itself, without using the FrameMaker graphic export filters

8=1

9=1

10=2

11=2

12=4

13=3

14=3

 

[Table]

; This group has been moved from [Word&HelpOptions] but is still valid there

; TableTitles = 0 to leave alone, 1 to put at top, 2 to put at bottom

TableTitles=0

; TitleInRow = No (default), or Yes (puts table title in a row sized according

; to Frame's implicit rules for table title boxes)

TitleInRow=No

; TableRules = Cell (Word default), None (help default), or one

; of the Box types: Box, Double, Thick, Shadow, Para (variable)

TableRules=Cell

; TableFill = AsIs (default), ColorOnly, ShadingOnly, None

TableFill=AsIs

; TableGraphics = Standard (default, in cell), None, or Outside

; applies only to non-inline and non-runin frames anchored in cell

TableGraphics=Standard

; ShiftWideTablesLeft = Yes (default, unindent overwidth tables) or No

ShiftWideTablesLeft=Yes

; MergeStradCells = No (Word default) or Yes (help default, combine

; column-straddling cells)

MergeStradCells=No

 

; This group has been moved from [WordOptions] but is still valid there

; TableContinued = No (default) to remove variable from table titles

TableContinued=No

; TableContVar = name of the variable used for table (continued)

TableContVar=Table Continuation

; TableSheet = No (default) to remove this variable from table titles

TableSheet=No

; TableSheetVar = name of the variable used for table (Sheet m of n)

TableSheetVar=Table Sheet

 

; This group has been moved from [HelpOptions] but is still valid there

; ForceTableLineBreaks = No (default) or Yes (make soft breaks hard)

ForceTableLineBreaks=No

; TblColWid* rescales all table column widths in the file, using:

; Pct as the percentage to apply to the original size, 0-32766

; Add as the twips to add to the scaled result, negative to subtract

TblColWidPct=100

TblColWidAdd=0

; StripTables = No (default) or Yes (when every row is a new topic)

StripTables=No

; StrippedCellPar = Yes (default, add \par after cells) or No (omit it)

StrippedCellPar=Yes

; TableWidthsFixed = Yes (default) or No (centered tables are variable)

TableWidthsFixed=Yes

 

; These Code sections are used from both [WordStyles] and [HelpStyles]

; Any except *Store can call a macro with <$macname> or <$.\macfile.txt>

 

[StyleCodeBefore]

; For CodeBefore, format = code to put before the para start \pard

; for para formats, or the opening brace for char formats.

 

[StyleCodeStart]

; For CodeStart, format = code to put at the start of the text after props

; for para formats, or after char props for char formats.

 

[StyleCodeEnd]

; For CodeEnd, format = code to put at the end of the text just before \par

; for para formats, or the closing brace for char formats.

 

[StyleCodeAfter]

; For CodeAfter, format = code to put right after the closing \par

; for para formats, or the closing brace for char formats.

 

[StyleCodeReplace]

; For CodeReplace, format = code to replace entire para (no Before or After)

; for para formats, or the entire char-formatted part for char formats.

 

[AnumCodeBefore]

; For CodeBeforeAnum, para format = code to put before the paranum

 

[AnumCodeAfter]

; For CodeAfterAnum, para format = code to put after the paranum

 

[StyleCodeStore]

; For CodeStore, para format = name of macro variable in which to store para

; content; if omitted, default is a macro variable of the para format name

 

[StyleTextStore]

; For TextStore, para format = name of macro variable in which to store para

; content; if omitted, default is a macro variable of the para format name

 

[Inserts]

; location = content to insert, which may be a Mif2Go macro

; For Word, locations are: Top, Bottom, Header, Footer, FirstHeader,

; FirstFooter, LeftHeader, LeftFooter, RightHeader, RightFooter.

; For Help, locations are: TopicStart, TopicEnd, SlideStart, SlideEnd.

 

; *******************************************************************

; Word non-Help specific options are in this section

 

[WordOptions]

; Index = Help (K footnotes), Standard (Word index markers), or None

Index=Standard

; Quotes = Help (only " and ') or Standard (allow left/right quotes)

Quotes=Standard

; SmallCaps = Standard (default), Frame (using FM sizing), or None

SmallCaps=Standard

 

; NoSeeAlso = No (default, keep See Also markers) or Yes (removes them)

NoSeeAlso=No

 

; Xrefs = Standard (default, working) or None (plain text)

Xrefs=Standard

; XrefHyper = Yes (default, make xrefs work as hyperlinks) or No

XrefHyper=Yes

; WrapXrefs = Yes (default, wrap full xref format content as hyperlink,

; but displays xrefs as errors in Word version 2000) or No

WrapXrefs=Yes

; LockXrefs = Yes (default, faster load) or No (allow updating of xrefs)

LockXrefs=Yes

; LockHyper = No (default, allow edit) or Yes (when revision tracking)

LockHyper=No

; ExtXrefPages = Yes (default, make page refs to external files into

; updatable fields), or No (just put page numbers as plain text)

ExtXrefPages=Yes

; XrefFileSuffix = suffix to use when converting [WordXrefFiles] xrefs

XrefFileSuffix=doc

; XrefFileDefault = name of file to use for missing XrefFiles

XrefFileDefault=unknown

; XrefType = Numeric (default) or Full (use only to eliminate dupes)

XrefType=Numeric

; ExternalXrefs = Yes (default, create all of the bookmarks for each

; para that has an xref marker in it, for links from ext files) or No

; (create xref bookmarks only as required by refs in the current file)

ExternalXrefs=Yes

 

; WriteAnums = Yes (default, write per SeqAnums) or No (omit entirely,

; used when having a Word stylesheet add them for selected styles)

WriteAnums=Yes

; SeqAnums = No (default, write as text) or Yes (write as SEQ fields)

SeqAnums=No

 

; UseHyperlinks = Yes (default) or No (ignore all hyperlinks)

UseHyperlinks=Yes

; ObjectIDs = Referenced (default, used by TOC or IX), None, or All

ObjectIDs=Referenced

; UseFileIDs = Yes (default, needed for identifying xrefs) or No

UseFileIDs=Yes

 

; KeepIXMarkerIDs = No (default, keep only if [FDK]UseFrameIX) or

; Yes (always keep Unique ObjectIDs for Index markers)

KeepIXMarkerIDs=No

 

; RevTrack = No (default) or Yes (turn on Word revision tracking)

RevTrack=No

; RevProt = No (default) or Yes (locks on Word revision tracking so

; that user cannot turn it off, also sets RevTrack=Yes)

RevProt=No

 

; RemoveUnusedStyles = No (default for Word) or Yes

RemoveUnusedStyles=No

; RemoveUnusedFonts = No (default for Word) or Yes

RemoveUnusedFonts=No

; CharStylesUsedInText = Yes (default, to use cs codes in text) or No

CharStylesUsedInText=No

 

; WriteMissingForms = Yes (default, write empty hidden paras at start of

; file for var formats that are used in headers/footers but not in doc)

WriteMissingForms=Yes

; WriteAllVarForms = No (default) or Yes (write empty hidden paras for

; all var formats even if they appear to be used somewhere in doc body)

WriteAllVarForms=No

 

; DefTabWidth = 0 (default, ignore undefined tabs) or twips (720 for 0.5")

DefTabWidth=0

; Template = name or full path of template file to attach

;Template=normal.dot

; TemplateAutoUpdate = Yes (default, use template style defs) or No

TemplateAutoUpdate=Yes

 

; WordPerfect = Yes to override all features that WP does not tolerate

WordPerfect=No

; Word8 = Yes (default, for Word8/Office97 and later) or No (earlier)

Word8=Yes

; Word2000 = No (default) or Yes

Word2000=No

; Word2002 = No (default) or Yes (for Word XP)

Word2002=No

; Word2003 = No (default) or Yes (changes graphics size to twips again)

Word2003=No

; PicScale = 176 (default), percentage to expand graphics for Word

; 8/97, 2000, and 2002/XP to compensate for redefined Word default.

; Adjust as needed; Word 2000 seems to do better with 178, for example.

PicScale=176

 

; The rescale settings are used to help Word paginate the same as Frame,

; so they affect vertical sizes primarily, and horizontal sizes only

; as needed to maintain the original aspect ratio of glyphs/graphics.

; Small changes in the 90-95 range for Text and Table usually suffice.

; NOT YET IMPLEMENTED; under development for the next upgrade release.

; TextRescale = percent of original size (default 100), affects font size,

; line spacing, and paragraph spacing.

TextRescale=100

; TableRescale = percent of original size for fixed row heights, and for

; cell top and bottom margins.

TableRescale=100

; GraphicsRescale = percent of original size for both graphics dimensions.

GraphicsRescale=100

 

; Footnotes = Standard (Word default), Embed (between []), None, or

; Variable (using real Word footnotes, so xrefs to them are wrong)

Footnotes=Standard

; PageBreaks = Normal (retain), Format (only in format def), or Remove

PageBreaks=Normal

; KeepSectBreaks = Yes (retain, Word default) or No (remove)

KeepSectBreaks=Yes

; HeadFoot = Standard (for Word), Text (no graphics), or None (for help)

HeadFoot=Standard

; HFVertAdjust = twips to move header/footer text down (negative for up)

HFVertAdjust=100

; HFFramed = Yes (default) to position Headers and Footers using frames

HFFramed=Yes

; WrapAroundHFFrames = Yes (default, let text wrap around) or No

WrapAroundHFFrames=Yes

; HFGap = twips to space around header/footer frames, default none

HFGap=0

; UseTextFrames = Yes (default, to emulate framing) or No

UseTextFrames=Yes

; WrapAroundTextFrames = Yes (default, leave room around) or No

WrapAroundTextFrames=Yes

; Sideheads = Left (simplest), Indent, Frame (most accurate), or Normal

Sideheads=Frame

; ForceSideHeadPos = No (default), Left, Right, Inner, or Outer

ForceSideHeadPos=No

; SHSpannerAnchors = Yes (default, anchor paras after framed spanners)

SHSpannerAnchors=Yes

; SHVertAdjust = twips to move sidehead framed text down (neg for up)

SHVertAdjust=0

; SHWidth = 0 (default, set per first usage) or twips to use

SHWidth=0

; SHGap = 0 (default, set per first usage) or twips to use

SHGap=0

; RunInHeads = Runin (Word default) or Normal (help default)

RunInHeads=Runin

; FrameStyle = para style to use for non-in-line anchored frames

; default is not to specify, which uses the previous para style

;FrameStyle=Picture

; EmptyFrames = Standard (retain), Remove, or Identify (missing file)

EmptyFrames=Standard

; SingleFlow = No (default, handle flows separately) or Yes

SingleFlow=No

; PageColumns = 0 (default, set per Right master) or number to use

PageColumns=0

; PageColGap = 0 (default, set per Right master) or twips to use

PageColGap=0

; TextColor = 0 all black (help default) or 1 as is (standard default)

TextColor=1

 

; This group has been moved to [Table] but is still valid here

; TableTitles = 0 to leave alone, 1 to put at top, 2 to put at bottom

TableTitles=0

; TableContinued = No (default) to remove variable from table titles

TableContinued=No

; TableContVar = name of the variable used for table (continued)

TableContVar=Table Continuation

; TableSheet = No (default) to remove this variable from table titles

TableSheet=No

; TableSheetVar = name of the variable used for table (Sheet m of n)

TableSheetVar=Table Sheet

; TableRules = Cell (standard default), None (help default), or one

; of the Box types: Box, Double, Thick, Shadow, Para (variable)

TableRules=Cell

; TableFill = AsIs (default), ColorOnly, ShadingOnly, None

TableFill=AsIs

; TableGraphics = Standard (default, in cell), None, or Outside

; applies only to non-inline and non-runin frames anchored in cell

TableGraphics=Standard

; ShiftWideTablesLeft = Yes (default, unindent overwidth tables) or No

ShiftWideTablesLeft=Yes

; MergeStradCells = No (default) or Yes (combine col-straddling cells)

MergeStradCells=No

 

; This group has been moved to [Graphics] but is still valid here

; GraphText = Embed (as for captions), Frame (as text), or Text

; applies only to "graphics" consisting solely of one text frame

GraphText=Embed

; FilePaths (for graphics) = Retain (default) or None (strip off)

FilePaths=Retain

; FileNames = Retain (default) or Map (in the GraphFiles section)

FileNames=Retain

; Metafiles = Internal (in place) or External (in AAAAAnnn.WMF)

; always use External for winhelp; Internal is better for Word

Metafiles=Internal

 

; These two replace the former RefFrameFormat setting, which is deprecated

; RefFrames = Graphic (show FrameAbove and Below), Text (name only), or None

RefFrames=Graphic

; RefFrameDefFormat = the style to be used for Text reference frames

RefFrameDefFormat=Heading 4

 

[WordXrefFiles]

; file name in xref = file name for Word inter-file xref

;chap1=chap1

 

[WordSectionFiles]

; file name = text for <$paranum> or <$paranumonly>, default "#"

;chap1=1

 

[WordStyles]

; format (char or para) = list of any of the following keywords:

; KeepID retains the Frame ObjectID so that hyperlinks in Frame-generated

; files (TOC, LO*, IO*) work in Word; not needed for IX files.

; Contents (DEPRECATED) indicates that the format appears in [WordCntStyles]

;

; Delete is used to remove displayable text, mainly with AKey or SpKey

; Replace deletes, and also puts out the RTF in [WordReplacements]

; Hide makes the content Word hidden text (reserved in WinHelp).

;

; CodeBefore uses code in [StyleCodeBefore] before the para start \pard

; or before the opening brace for char fomats

; CodeStart uses [StyleCodeStart] at the start of the text after props;

; if a starting char format also has a start macro, both are used

; CodeEnd uses [StyleCodeEnd] at the end of the text just before \par

; or before the closing brace for char formats

; CodeAfter uses [StyleCodeAfter] right after the closing \par

; or after the closing brace for char formats

; CodeReplace uses [StyleCodeReplace] (no Before or After is used)

; CodeBeforeAnum (para only) uses [AnumCodeBefore] before the paranum

; CodeAfterAnum (para only) uses [AnumCodeAfter] after the paranum

; Any Code can call a macro with <$macname> or <$.\macfile.txt>

;

; CodeStore causes the paragraph content to be stored in the macro

; variable named in [StyleCodeStore]; the para must *precede*

; the point of use of the macro variable in the output document.

; The original para is removed; it can be put back by invoking the

; macro variable in a CodeAfter macro. Note that any CodeStart and

; CodeEnd macros are included in the macro variable content, but

; CodeBefore, CodeAfter, frames, and tables are not.

; TextStore stores the paragraph content as plain text in the macro

; variable named in [StyleTextStore]. The macro may be used at any

; point (unlike CodeStore), and the original para is left in place

; (but may be removed with Delete). Macros, frames, and tables are

; not included, nor is RTF formatting code. If more than one instance

; of the format is in the file, only the last one used is retained.

;

; ParaLink makes the entire para a hotspot for the first hyperlink in

; it, ignoring char formats; mainly helpful in the TOC.

;

; Config and RTFConfig use the contents of the para as though it is a

; set of Config markers, each ending with a hard return, but also allow

; the normal .ini syntax with [Sections] on their own lines and comments.

 

[WordCntStyles]

; DEPRECATED, use [WordStyles] KeepID property instead.

; format = level (1..9), required when using Frame-generated TOC

; with hyperlinks to text, so that bookmarks are created for the IDs

; of the paragraphs included in the TOC, such as ChapTitle=1

 

[WordReplacements]

; Replace causes the insertion of the corresponding raw RTF code below

; in place of the original content of the named para or char format

 

; *******************************************************************

; WinHelp-specific sections start here and run to the end of the file

 

[HelpOptions]

; HelpVersion = 3 for Win 3.1 compatible or 4 for Win 95/NT

HelpVersion=4

; Altura = No (default) or Yes (needed for Altura QuickHelp for Mac)

Altura=No

; HyperHelp = No (default) or Yes (needed for Bristol HyperHelp for UNIX)

HyperHelp=No

 

; HPJFileName = name of .hpj to use when compiling WinHelp

HPJFileName=yourhelp.hpj

; MakeCombinedCnt = Yes (default, when processing file from open book) or No

MakeCombinedCnt=Yes

 

; ForceBmc = No (default) or Yes (use bmc not bml, for HyperHelp)

ForceBmc=No

; HelpSectionBreaks = Yes (default) for sect break before each topic,

; or No for Altura (filter strips table formatting from topic titles)

HelpSectionBreaks=Yes

 

; Index = Help (make into K footnotes) or None (removed)

Index=Help

; KeywordLimit = max characters total (all levels) in keywords

KeywordLimit=64

; DisambiguateIndex = Yes (default, always write first-level keys),

; Strip (no first-level keys), Topic (only write first instance of

; a first-level key in each topic), No (only write first in doc)

DisambiguateIndex=Topic

; NoSeeAlso = No (default, leaves See Alsos in index) or Yes (removes them)

NoSeeAlso=No

; IdxColon = No (default, allow colon and comma as level delimiters)

; or Yes (use only colon as delimiter, treat comma as regular text)

IdxColon=No

; IndexRanges = Yes (default, include ref to every topic within range in IX)

; or No (use only refs to topics at start and end of range in IX)

IndexRanges=Yes

; KeepIXMarkerIDs = No (default, keep only if [FDK]UseFrameIX) or

; Yes (always keep Unique ObjectIDs for Index markers)

KeepIXMarkerIDs=No

 

; DefTabWidth = 0 (default, ignore undefined tabs) or twips (720 for 0.5")

DefTabWidth=0

; Quotes = Help (default), Standard (curly, may cause errors), or Numeric

Quotes=Help

; Bullets = Help (default, bmc reference) or Standard (using \'95)

Bullets=Help

; BMPsForDingbats = No (default) or Yes (to use bullet.bmp for deco fonts)

BMPsForDingbats=No

; SmallCaps = Standard (default) or None

SmallCaps=Standard

 

; Xrefs = Help (make context markers) or None (plain text)

Xrefs=Help

; UseFileIDs = Yes (default, xrefs and ObjIDs) or No (single topic file)

UseFileIDs=Yes

; XrefFileSuffix = suffix to use when converting [HelpXrefFiles] xrefs

XrefFileSuffix=hlp

; XrefFileDefault = name of file to use for missing XrefFiles

XrefFileDefault=unknown

; XrefType = Numeric (default) or Full (use only to eliminate dupes)

XrefType=Numeric

; XrefLenLimit = 64 (default max length for xref identifiers, truncate)

XrefLenLimit = 64

; ObjectIDs = Referenced (default, used by TOC or IX), None, or All

ObjectIDs=Referenced

; UseHyperlinks = Yes (default) or No (ignore all hyperlinks)

UseHyperlinks=Yes

; UseGreen = Yes (default) or No (remove green color from all links)

UseGreen=Yes

 

;IXnewlinkPrefix = prefix to use on newlinks, used only in specific .inis

; to differentiate Frame autogenerated newlinks in different Index files

IXnewlinkPrefix=

 

; RemoveUnusedStyles = Yes (default for WinHelp) or No

RemoveUnusedStyles=Yes

; RemoveUnusedFonts = Yes (default for WinHelp) or No

RemoveUnusedFonts=Yes

; CharStylesUsedInText = No (help default, no cs codes allowed in text)

CharStylesUsedInText=No

 

; HelpLineBreak = Yes (default, end topic title at hard return) or No

HelpLineBreak=Yes

; TitleScroll = Yes (title para scrolls with text), or No (fixed at top)

TitleScroll=No

; TitleSpace = Yes (help title para can have space above/below), or No

TitleSpace=No

; TitleIndent = Yes (help title para can have left/right indents), or No

TitleIndent=No

; HelpTabLimit = maximum tab definitions allowed in paragraph formatting

HelpTabLimit=32

; ExtendHelpNoScroll = No (default) or Yes (allow Keep With Next paras)

ExtendHelpNoScroll=No

; Footnotes = Standard, Embed (between []), Jump, Popup, or None

; default is Jump, which looks more normal than Popup

Footnotes=Jump

; EndFtnWithSpace = Yes (Help default) or No (HyperHelp default)

EndFtnWithSpace=Yes

; FootnoteSpace = After (the } after the symbol, default), Before, or None

FootnoteSpace=After

; PageBreaks = Normal (retain), Format (only in format def), or Remove

PageBreaks=Remove

; KeepSectBreaks = No (remove, Help default) or Yes (retain)

KeepSectBreaks=No

; Sideheads = Left (default), Indent (looks more like doc), or Normal

Sideheads=Left

; RunInHeads = Runin (Word default) or Normal (help default)

RunInHeads=Normal

; FrameStyle = para style to use for non-in-line anchored frames

; default is not to specify, which uses the previous para style

;FrameStyle=Picture

; EmptyFrames = Standard (retain), Remove, or Identify (missing file)

EmptyFrames=Remove

; TextColor = 0 all black (help default) or 1 as is (standard default)

TextColor=0

; UseHyperColor = No (default) or Yes (treat any non-black as hyper)

UseHyperColor=No

 

; NoXrefPopups = No (default, allow override to popup) or yes

NoXrefPopups=No

; AllowLiningOverrides = No (default, underline change only in formats)

AllowLiningOverrides=No

 

; This group has been moved to [Table] but is still valid here

; TableTitles = 0 to leave alone, 1 to put at top, 2 to put at bottom

; put at top when used as topic titles or jump targets

TableTitles=1

; TableRules = None (help default), or one of the Box types:

; Box, Double, Thick, Shadow, Para, or Variable

TableRules=None

; TableFill = AsIs (default, shading is unavailable), ColorOnly, None

TableFill=AsIs

; TableGraphics = Standard (default, in cell), None, or Outside

; applies only to non-inline and non-runin frames anchored in cell

TableGraphics=Standard

; ForceTableLineBreaks = No (default) or Yes (make soft breaks hard)

ForceTableLineBreaks=No

; TblColWid* rescales all table column widths in the file, using:

; Pct as the percentage to apply to the original size, 0-32766

; Add as the twips to add to the scaled result, negative to subtract

TblColWidPct=100

TblColWidAdd=0

; StripTables = No (default) or Yes (when every row is a new topic)

StripTables=No

; StrippedCellPar = Yes (default, add \par after cells) or No (omit it)

StrippedCellPar=Yes

; TableWidthsFixed = Yes (default) or No (centered tables are variable)

TableWidthsFixed=Yes

; ShiftWideTablesLeft = Yes (default, unindent overwidth tables) or No

ShiftWideTablesLeft=Yes

; MergeStradCells = Yes (default, combine col-straddling cells) or No

MergeStradCells=Yes

 

; This group has been moved to [Graphics] but is still valid here

; GraphText = Embed (as for captions) or Text (as normal text)

; applies only to "graphics" consisting solely of one text frame

; normally Embed for help, unless framing isn't actually needed

GraphText=Embed

; FilePaths (for graphics) = Retain (default) or None (strip off)

FilePaths=None

; FileNames = Retain (default) or Map (in the GraphFiles section)

FileNames=Map

; Metafiles = Internal (in place) or External (in AAAAAnnn.WMF)

; always best to use External for help

Metafiles=External

; Transparent makes white bitmap pixels transparent (WinHelp 4 only)

Transparent=No

 

; These two replace the former RefFrameFormat setting, which is deprecated

; RefFrames = Graphic (show FrameAbove and Below), Text (name only), or None

RefFrames=Graphic

; RefFrameDefFormat = the style to be used for Text reference frames

RefFrameDefFormat=Heading 4

 

; It is best not to use the following two settings, but to use the

; new [Markers] section instead.

; MarkerType11 = Midtopic (default), Full (as newlink), None

MarkerType11=Midtopic

; ALinkMarkerType = number of marker type to convert to A footnotes

; use 4 (Subject), 5 (Author), 6 (Glossary), or a custom type

; 0 (the default) disables the conversion

ALinkMarkerType=0

 

; used only by drmif

; RemoveWordTocMarkers = Yes (default, remove markers starting _Toc) or No

RemoveWordTocMarkers=Yes

 

[BitmapChars]

; BitmapFont = name of font to check for chars to map here

BitmapFont=Algerian

; following chars are remapped when in BitmapFont in WinHelp only

; sample mappings are all to bitmaps supplied in Help Workshop

; * = bullet, using the decimal numeric value of the character

40=bullet.bmp

; A = arrow, using the character itself (printable, not ";" or "[")

A=prcarrow.bmp

; C = closed book

C=closed.bmp

; D = document

68=document.bmp

; O = open book

79=open.bmp

; S = step

S=onestep.bmp

 

[HelpXrefFiles]

; file name in xref = file name for .hlp

;chap1=chaphelp

 

[HelpStyles]

; this section deactivates HelpTags and HelpData, as it replaces both

; style = key list, where list members are separated by spaces only

 

; starting members are Topic, Resume (last topic), JumpHot, JumpTarget,

; PopHot, PopContent, PopOver, ParaLink, MacroHot, Delete, Replace,

; or Key, AKey or SpKey

; any of these (except Resume) can have Key, AKey, and SpKey also

; any except Resume, MacroHot, Delete, Replace, and *Key can have Suffix

; Topic can have Refer, Browse, Window, Macro, Build, NoTitle, and Slide

; it can use Scroll or NoScroll to override [HelpOptions]TitleScroll

; and XScroll or NoXScroll to override [HelpOptions]ExtendHelpNoScroll

; it can add a suffix to the title (not the head) with TitleSuf

; only Topic and JumpTarget can have Contents

; JumpHot can have Window, File or Local, Green, and Uline

; PopHot can have File or Local, Green, and Uline

; PopOver (applied to xrefs or hyperjumps) can have Green and Uline

; ParaLink can follow PopOver or appear alone, to make the entire para a

; hotspot for the first jump or popup ref in it, ignoring char formats

; JumpTarget and PopContent can have Local (within current topic only)

; MacroHot can have Green or Uline

 

; Delete is used to remove displayable text, mainly with AKey or SpKey

; Replace deletes, and also puts out the RTF in [HelpReplacements]

; Hide makes the content Word hidden text (reserved in WinHelp).

 

; MakeRef creates a unique reference tag set into the current paragraph

; PrevRef uses the previous unique reference (MakeRef) tag as a jump

; destination for the whole paragraph; if also Popover, it is a popup.

 

; additional arguments are stored in the [Help*Styles] below

;

; CodeBefore uses code in [StyleCodeBefore] before the para start \pard

; or before the opening brace for char fomats

; CodeStart uses [StyleCodeStart] at the start of the text after props;

; if a starting char format also has a start macro, both are used

; CodeEnd uses [StyleCodeEnd] at the end of the text just before \par

; or before the closing brace for char formats

; CodeAfter uses [StyleCodeAfter] right after the closing \par

; or after the closing brace for char formats

; CodeReplace uses [StyleCodeReplace] (no Before or After is used)

; CodeBeforeAnum (para only) uses [AnumCodeBefore] before the paranum

; CodeAfterAnum (para only) uses [AnumCodeAfter] after the paranum

; Any Code can call a macro with <$macname> or <$.\macfile.txt>

;

; CodeStore causes the paragraph content to be stored in the macro

; variable named in [StyleCodeStore]; the para must *precede*

; the point of use of the macro variable in the output document.

; The original para is removed; it can be put back by invoking the

; macro variable in a CodeAfter macro. Note that any CodeStart and

; CodeEnd macros are included in the macro variable content, but

; CodeBefore, CodeAfter, frames, and tables are not.

; TextStore stores the paragraph content as plain text in the macro

; variable named in [StyleTextStore]. The macro may be used at any

; point (unlike CodeStore), and the original para is left in place

; (but may be removed with Delete). Macros, frames, and tables are

; not included, nor is RTF formatting code. If more than one instance

; of the format is in the file, only the last one used is retained.

;

; Config and RTFConfig use the contents of the para as though it is a

; set of Config markers, each ending with a hard return, but also allow

; the normal .ini syntax with [Sections] on their own lines and comments.

;

; here are a few samples:

; Heading 1=Topic Browse Key Contents (normal topic start)

; PopTitle=Topic Key Scroll NoXScroll (popup topic start)

; GlossTerm=JumpTarget Key (used on the Glossary definition)

; GlossJump=JumpHot Green Key (used for hotspots in the text)

; OmniURL=MacroHot (used to embed a URL)

; Popup=PopOver Green (used to make xrefs into popups)

; granchor=Topic Slide Scroll NoXScroll MakeRef {extracts graphic}

; caption=Popover Green Resume PrevRef {caption refs graphic popup)

 

[HelpReplacements]

; Replace causes the insertion of the corresponding raw RTF code below

; in place of the original content of the named para or char format

 

[HelpBrowsePrefixStyles]

; Topic Browse can have an optional prefix

 

[HelpMacroStyles]

; Topic Macro and MacroHot have a required macro content

; OmniURL=EF(http://www.omsys.com/)

 

[HelpTopicBuildStyles]

; Topic Build has a required build tag

 

[HelpKeywordStyles]

; SpKey has a required key letter (A..Z, except K and A)

 

[HelpRefStyles]

; JumpHot and PopHot can have an optional fixed reference string

 

[HelpSuffixStyles]

; Topic, Jumps, and Pops with Suffix have a required suffix string

 

[HelpTitleSufStyles]

; Topics with TitleSuf have a required suffix string for the title

 

[HelpWindowStyles]

; Topic and JumpHot Window have a required window name

 

[HelpJumpFileStyles]

; JumpHot and PopHot File have a required file name

 

[HelpCntStyles]

; style = H (heading), T (topic), or B (both), + level (1..9), as in:

; Heading 2=B3 which creates both a level 3 head and a level 4 topic

; style V adjusts itself to be either T or B, depending on subheads

; all styles here must be listed in [HelpStyles] with Contents set

 

[HelpContents]

; the optional .cnt file for HelpVer 4 is always named after the rtf

; CntType = None, Full (single file), or Body (headings and topics only)

; the Body type is used when combining .cnts in a bat file

CntType=Full

; CntBase = helpfile.hlp (default is rtfname.hlp; specify for Body)

;CntBase=myfile.hlp

; CntName = helpfile.cnt (default is rtfname.cnt; specify for Body)

;CntName=myfile.cnt

; CntStartFile = helpfile.bct (default is to use CntBase and CntTitle)

;CntStartFile=myfile.bct

; CntTitle = Title for Contents (for Full .cnt)

;CntTitle=Project Name

; CntTopic = starting topic for .hpj (default is book or chapter name)

;CntTopic=myfile

; CntTopHead = 1 Text for Optional Top Head (Full .cnt, here for a H1)

;CntTopHead=1 Book Title

; CntBStyleText = text to use for topics created as "B" HelpCntStyles

CntBStyleText=Overview

; AddCntFileName = No (default) or Yes (add name to topic ref strings)

AddCntFileName=No

; AddCntWindowName = No (default) or Yes (add def >main to ref strings)

AddCntWindowName=No

; CntMainWindow = name for primary window in .cnt if not "main"

;CntMainWindow=main

 

[BctFileHeads]

; file name = text for optional top head, when CntType = Body

 

[HelpBrowse]

; these defaults are for all files processed

; override as needed in individual filename.ini files

; or using directive markers in the documents themselves

Step=5

Digits=4

; Make sure each RTF file has a different Start value

; allowing room for the numbers used in the earlier files

Start=5

Prefix=HLP

; AutoBrowse = No (default) or Yes (an "auto" browse

; sequence is generated with topics in the order shown

; under [FILES] in the .hpj, in the order present within

; each file; no numbers are used, and Prefix is "auto").

AutoBrowse=No

 

[BrowseStart]

; overrides the [HelpBrowse] Start above for the file named

; filename (no extension) = start number

 

[BrowsePrefix]

; overrides the [HelpBrowse] Prefix above for the file named

; filename (no extension) = prefix string

; is overridden itself by usage in [HelpBrowsePrefixStyles]

 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

 

;put macro definitions here, in sections of their own

 

[MacroVariables]

; varname = value to use as literal replacement, can be in Macro Ini

; can also be set in any macro with <$$name=value>, settings persist

; until the end of the file, but are not stored in the .ini

; variables are called with <$$name>; some are predefined by the filter

; and cannot be changed, such as currfile and basefile

 

 

 



> E RTF configuration