[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: <framers@xxxxxxxxx>
Subject: Re: changing anchored frame properties throughout document
From: "Thomas Michanek" <thomas.michanek@xxxxxxxxx>
Date: Mon, 18 Dec 2000 21:39:32 +0100
References: <62A0D4874D47F646A7D69A00BB6A61E0825BFF@POSTAL.aurigin.com>
Reply-To: "Thomas Michanek" <thomas.michanek@xxxxxxxxx>
Sender: owner-framers@xxxxxxxxx
> Ron asked: > >I'm trying to figure out if there is any way to change all of the anchored > >frames in my document (or book, if possible) from Insertion Point to Below > >Current Line in one fell swoop. Is this possible, preferrably without > >FrameScript? > > Depending on how robust a plain-text editor you've got, editing the MIF > file is the only way I know. (One of the few useful uses for MS Word.) ...[longish explanation deleted]... > Then, > Repeat ad infinitum for as many files as you need to change. I cannot help showing how this can be done on a system that supports batch processing and scripting for free, without plug-ins: 1. Use fmbatch to save all files to MIF (or my 'fm2mif' script). 2. Run the following command: sed 's/<FrameType Inline *>/<FrameType Below >/' file.mif > file.MIF 3. Use fmbatch/mif2fm to save all edited MIF files to binary. It takes a minute or two of your time to set this up. Execute, take a coffee break or work on something else, and you're done... - - - - - - - - - - - - - - - - - - - - - - Thomas Michanek, FrameMaker/UNIX/MIF expert mailto:Thomas.Michanek@telia.com (Sweden) http://w1.133.telia.com/~u13304072/framers - - - - - - - - - - - - - - - - - - - - - - ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **