Need versatility (robotization) to apply sections

It is possible to have the option of inserting a section marker (or whatever it may be called) in the page where a new section appears, in order to accomplish the restarting of numbering for footnotes?
I mean: inserting something in each heading of each opening chapter text, for example, that could float («travel») adhered to the page?
Thus, if  the length of the chapters changes during the process it will not be necessary to untag-tag again the new sections?
This is a real calamity. Sometimes I  have to write a list with the new section numbers, reviewing all the pages, and manually apply the marker through the pages palette...
With this, the marking of sections and by extension, the restart of footnotes (default= by sections) could be accomplished mechanically?

Yes, perhaps I wouldn't quite use so strong a word as calamity, but it's a right pain in the backside, that's for sure. I remember now that I wrote a script to deal with this. Run the script, and all sections in the document will be removed. You choose a paragraph style from a dropdown list, and a new section will be applied wherever that paragraph appears in the document. If you use the script and it's useful for you, please consider a donation. This script is for CS4.
Nevertheless, despite writing the script, I still prefer dividing the document into separate stories (usually one story per chapter). (I told you I've tried all the workarounds!)
Here's the script:
//BS"D SectionStuff, An IDCS4 Script (c) Ariel Walden, Israel, 2010
//Instructions: Run. Select the Doc para style from the dropdown. Click OK
//Now all old section markers will be deleted from the document, and instead
//every time the selected paragraph style appears, it will mark the beginning of a new section!
mydoc = app.activeDocument;
mylist = mydoc.paragraphStyles;
chosenStyle = MakeDropDown (mylist);
//remove old sections
aa = mydoc.sections.length;
for (bb=aa; bb>1; bb--){
     mydoc.sections[bb-1].remove()
//find all instances of chosenStyle
app.changeTextPreferences = NothingEnum.nothing;
app.findTextPreferences = NothingEnum.nothing;
app.findTextPreferences.appliedParagraphStyle = chosenStyle;
myFinds = mydoc.findText();
aa=myFinds.length;
for (bb=aa;bb>0;bb--){
     myPage = myFinds[bb-1].parentTextFrames[0].parent;
     try {mydoc.sections.add(myPage, {pageNumberStyle:PageNumberStyle.ARABIC, continueNumbering:true, })} catch(e){};
function MakeDropDown(mylist){
mydialog = app.dialogs.add({name:mylist.constructor.name});
myswatches = mylist.everyItem().getElements();
var mystring = new Array;
for (aa = 0; aa < myswatches.length; aa ++){
     mystring.push(myswatches[aa].name);
with (mydialog.dialogColumns.add()){
     staticTexts.add({staticLabel:"Please choose:"});
with (mydialog.dialogColumns.add()){
     mymenu = dropdowns.add
     ({stringList:mystring, selectedIndex:0});
mydialog.show();
myresult = mystring[mymenu.selectedIndex];
mydialog.destroy();
return(myresult);

Similar Messages

  • Need to move pages and sections from one doc to another

    I have a long document loaded with graphics. I need to repurpose pages and sections from that document and use them in another document.
    How do I move a section or page from one to another. A simple copy and paste doesn't seem to be the answer since it copies only the text, not the illustrations and format.
    Also, it would help if I could unlock sections - is that possible and how do I do it?

    You will have to do it manually, but you can do it whole sections at a time. Open your files & show thumbnails. Sections have a yellow border around all of the pages in that section. Now click on the page in the thumbnail pane & copy. If the file is more than one page & you only want one, you'll need to insert a section break to separate the pages. Then go to your other file & paste. The whole copied page will be pasted in. I found that pasting in the body of the target document only pasted the text but, if I clicked in the thumbnail area of the target document & pasted, I got both text & graphics. Repeat with another section. Styles will copy over with the sections but headers & footers will not.

  • Need to confirm to apply critical patch update - Jan 2006

    Hi all,
    I've oracle 10g release 2 (10.2.0.1.0) installed, and i would like to apply the critical path on it. Is that possible if I go head apply the critical path on it or I have to install the Oracle 10g R2 Companion CD first and then apply the critical path?
    thanks in advance?

    Hello,
    To install the CPU you only need opatch and perl.
    In 10g R2 both are installed with the database.
    You can find Opatch on your $ORACLE_HOME/OPatch.
    Perl ( at least in my Linux Box ) is in $ORACLE_HOME/perl/bin/
    It is not necessary to install the companion CD.
    Rgds

  • Need help with masking & applying the keyframes to other layers

    Hi There,
    I am trying to achieve this effect: Dropbox - Maroondah 2040 Animation.mp4 with the below vector graphic.
    I'm unsure the best way to go about masking it. At the moment I have split each shape (left & right sides) in half and mask it as too pieces see example -  Dropbox - Comp 2 RAM.mov 
    Is there an easier / better way to go about it?
    Ideally I would like to import each shape as a path from illustrator, and apply the gradient over the 5 stages as another mask. Is this possible?
    Also, once I created the animated ( stage one ) what is the most  efficient way of apply the masks the remaining 5 stages?
    Any tips or guidance would be appreciated.
    Thanks in advanced,
    Ray.

    There is no getting around splitting your artwork into sections where the gradient overlaps.
    If it were my project I would not be converting illustrator artwork to shape layers, but would instead create all of the pieces and  Illustrator instead of After Effects. I would also create in Illustrator grayscale copies of all the shapes using a black to white gradient. These copies would be placed directly over each of the illustrator layers. I would then import the AI file as a composition and use gradient wipe or luma matte with animated opacity to reveal each part the design.

  • Need location of the footer section of the website

    Hi,
    This is the programatic access code:NIB_AOC_FOOTER_ADDRESS for the footer section of my website.
    And the html page it is showing is AocFooterInfo.html.But i am not able to locate in my test and dev environment.
    Do you have any idea where does these files will be located or how to proceed with this scenario.
    Actually i need to update the address.I thought of uploading another html page with that programmatic access name from my system,but i am thinking the
    design(footer section may vary).
    Thanks,

    Have you checked under $OA_HTML folder?

  • Need Help with AutoNumbering for Section Heads--Stat!!

    Howdy--
    Okay, I'm trying to set up section numbering using autonumbering. I want the Heading1's of my document to have section numbers whose look like:
    <$chapnum>.1, 2, 3, etc.
    For example, 2.1, 2.2, 2.3, etc..
    where the first number is the chapter number and the second number is increments with each new heading.
    OK Then, so...
    the Numbering tab in the Paragraph Designer for my Heading1 tag is:
    <$chapnum>.<n+>\t
    This works on the first two Heading1's in the document but when I get to the third Heading1, the second number won't increment. For example, it stays 2.2, when it should be 2.3.
    What am I missing here?
    Thanks,
    Marie

    Pending an authoritative answer from Art, I see that your heading 2 definition has three counters while your heading 1 definition only has two. Adding a third counter to the heading 1 definition will let you reset the value of this third element each time you have a heading 1.
    S:<$chapnum>.<n+>< =0>\tHeading 1 1.1 First level 1 heading
    S:<$chapnum>.<n>.<n+>\tHeading 2 1.1.1 Level 2 heading
    S:<$chapnum>.<n>.<n+>\tHeading 2 1.1.2 Level 2 heading
    S:<$chapnum>.<n+>< =0>\tHeading 1 1.2 Second level 1 heading
    S:<$chapnum>.<n>.<n+>\tHeading 2 1.2.1 Level 2 heading
    S:<$chapnum>.<n>.<n+>\tHeading 2 1.2.2 Level 2 heading
    To set numbering properties, select the second and all following chapters in the .book; right-click and select Numbering from the context menu; set Chapter number to "Continue numbering from ..."; update the book, to be on the safe side.
    btw, it took me a while to find it but there _is_ an Adobe manual for FrameMaker 8: open an ordinary .fm file, then select Help > Complete FrameMaker Help. I've downloaded the .pdf; with the LiveDocs interface, you'll find information about autonumbering under FrameMaker basics / Text formatting
    HTH

  • Need help knocking out a section of logo background

    Using PS7, I've designed a logo for our Irish/Celtic band consisting of the name, Kinvara, with a Celtic knot behind the name. I wanted a slight separation between the edges of the name and the knot so the knot doesn't appear to be coming in contact with the name. In order to easily do this, I applied a stroke of the same background color as the background (white) to the name, then moved the knot into position where it looked best.
    However, I now want to make the background transparent for use on flyers, advertising, etc, but the white stroke around the name is there. Is there any way to use the name with the stroke around it to "punch out" that area of the background knot, then get rid of the white stroke from around the name?
    I've included a screen capture of the knot itself (top), the look of the logo I'm trying to accomplish (middle), as well one of it with transparent background/white stroke (bottom).
    Thanks for any help/suggestions. I've tried simply using the eraser on the knot layer to do it but can't get it to look the same. DC

    Actually, after thinking about it some more, I was able to accomplish it by using a standard procedure I use quite often for other jobs....flattening the image, pasting into a new transparent space and using the magic wand to select all the white and delete it. I began with the wand at a tolerance of 100% and the edges of the knot lines were just a bit jagged so lowered it to 75% and looks good. Problem solved and the ends of the line cuts follow the countour of the letters as I wanted. And it's easy to change the color by selecting "Lock transparent pixels" and use the gradient tool to drag across the logo. I can even give it a gradient fill this way.
    MKoelbl77, thanks for your suggestions and taking the time to reply. This has always been a very helpful forum.
    Denny
    Here's an example complete with a touch of drop shadow.

  • Apply @section for half page ?

    Hi,
    I have a Word rtf -template with for-each@section command. The pdf output has one group of data per page.
    Now I should change the template so that the section is half a page and the @section should work just as before but only for half a page. So new group of data should start from the beginning of page or in the middle of page.
    Could someone please help with this problem, I'm a newbie in Bi Publisher, so I would appreciate any advice.
    Tiina

    I tried to insert a continuous section break in the middle of the page, but it didn't make any change.
    Tiina

  • I want to use the microsoft office in my iMac but it docent support arabic i need to know when apply well support arabic

    hi apply
    i am faceing problem with arabic support in microsoft mac

    Lord2011 wrote:
    hi apply
    i am faceing problem with arabic support in microsoft mac
    No version of MS Word for OS X has ever supported Arabic, so you will have to use a different app.  Mellel is best, but TextEdit, Nisus Writer, or Open/Neo/LibreOffice should also work.

  • Need Help for my Appli

    hello,
    at the moment i make my first flex application. it´s
    working, but i have a problem with it.
    in the app i load pictures (jpg) but i like to change the jpg
    into swf´s.
    is this possible?
    my code:
    quote:
    <?xml version="1.0" encoding="utf-8"?>
    <Application xmlns="
    http://www.adobe.com/2006/mxml"
    xmlns:local="*" height="400" width="750" layout="absolute"
    viewSourceURL="download/index.html"
    backgroundGradientColors="[#040158, #050e99]">
    <Binding source="sel.value"
    destination="shelf.selectedIndex" />
    <Binding destination="sel.value"
    source="shelf.selectedIndex" />
    <Array id="dataSet">
    <String>img/photos400/photo00.jpg</String>
    <String>img/photos400/photo01.jpg</String>
    <String>img/photos400/photo02.jpg</String>
    <String>img/photos400/photo03.jpg</String>
    <String>img/photos400/photo04.jpg</String>
    <String>img/photos400/photo05.jpg</String>
    <String>img/photos400/photo06.jpg</String>
    <String>img/photos400/photo07.jpg</String>
    <String>img/photos400/photo08.jpg</String>
    <String>img/photos400/photo09.jpg</String>
    <String>img/photos400/photo10.jpg</String>
    <String>img/photos400/photo11.jpg</String>
    <String>img/photos400/photo12.jpg</String>
    <String>img/photos400/photo13.jpg</String>
    <String>img/photos400/photo14.jpg</String>
    <String>img/photos400/photo15.jpg</String>
    <String>img/photos400/photo16.jpg</String>
    <String>img/photos400/photo17.jpg</String>
    <String>img/photos400/photo18.jpg</String>
    <String>img/photos400/photo19.jpg</String>
    <String>img/photos400/photo20.jpg</String>
    <String>img/photos400/photo21.jpg</String>
    </Array>
    <SWFLoader id="blabla" source="img/photos400/test.swf"
    autoLoad="true" />
    <local:DisplayShelf id="shelf" horizontalCenter="0"
    verticalCenter="0"
    borderThickness="3" borderColor="#FFFFFF"
    dataProvider="{dataSet}" enableHistory="false" width="100%"/>
    <VBox
    horizontalAlign="center" verticalAlign="middle" x="141"
    y="360">
    <HBox>
    <Label text="Selection:" color="#f0f0f0"/>
    <HSlider liveDragging="true" id="sel" minimum="0"
    value="0" maximum="{shelf.dataProvider.length-1}" snapInterval="1"
    width="380" />
    </HBox>
    </VBox>
    <VideoDisplay id="vid" source="video.flv"
    autoPlay="false" x="130" y="60" width="488" height="278"
    visible="false"/>
    <Button id="myButton" label="Play Teaser!"
    click="vid.play()" />
    </Application>

    Certainly not with Flex, but perhaps with the Flash editor?
    Tracy

  • What I need to do to apply for a apple credit card

    I want an apple Mac Pro with a retina display

    Contact Apple.  We are just users of Apple product here, not Apple employees.
    Ciao.

  • How to apply two conditions in Suppress in Section Expert

    Hi,
    I need your help in applying to conditions in the Details section for the suppress in the Section Expert. My Report looks like:
    Details A: {@SUM -DR}   {@SUM -CR}   {@SUM -Balance} {@TT-CLASS}
    Details B: {Deal_No}   {Image_No}   {Amount}   {@Comments}  
    Currently, I am applying a condition to suppress both Details A and Details B in the section expert:
    {@TT-CLASS}="OB"
    Now while running the report, I got some duplicated deals ex:
    123   1   1000   Reversal
    123   1   1000   Reversal
    124   2   2000   Approved
    So I applied a condition in the section expert for the details A and B which is:
    ({Deal_No} = next({Deal_No} ) and {Image_No} =next( {Image_No} ) )
    or 
    {@TT-CLASS}="OB"
    And it is still giving me the duplicated deals when I am running the report. So can you please help.
    Thanks

    Duplicates are usually caused by an incorrect Join.
    What is the datasource of the report - tables/views, stored procedures, sql query?
    If you're reporting against tables/views, see if checking the 'select distinct records' option under the 'Database' menu helps.
    -Abhilash

  • Permissions needed for Applying SQL Tuning Sets/SQL Plans 11g?

    What permission are needed for a user to apply/activate sql tuning sets (sql plans) in 11g? The user can capture and move the the sql tuning sets from a 10g database to an 11g database but is getting "ORA-01031: insufficient privileges" when trying to activate/apply the sqlplans in 11g.
    The user has:
    ADMINISTER SQL MANAGEMENT OBJECT and ADMINISTER SQL TUNING SET and EXECUTE on SYS.DBMS_SPM
    The user is an administrator for our Data Warehouse team but they do not have sysdba priviliges.
    Do you also know of a good white paper that covers the step by step instructions and permissions needed for aquiring and applying/activating sqlplans?
    If more information is needed in order to respond please advise.
    Thank you

    What permission are needed for a user to apply/activate sql tuning sets (sql plans) in 11g? The user can capture and move the the sql tuning sets from a 10g database to an 11g database but is getting "ORA-01031: insufficient privileges" when trying to activate/apply the sqlplans in 11g.
    The user has:
    ADMINISTER SQL MANAGEMENT OBJECT and ADMINISTER SQL TUNING SET and EXECUTE on SYS.DBMS_SPM
    The user is an administrator for our Data Warehouse team but they do not have sysdba priviliges.
    Do you also know of a good white paper that covers the step by step instructions and permissions needed for aquiring and applying/activating sqlplans?
    If more information is needed in order to respond please advise.
    Thank you

  • Need example on Java Sections.....

    Hi
    I need example senario on java sections and how we use both java sections and user defined funtions... can u give me any blog on that..... and i need information about packages used in java for sapxi.... and which class is used for what purpose.... please help me
    Thanks & Regards
    Ravi shankar B

    Hi,
    Refer this blog:
    /people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14
    and the thread:
    Re: Sequence Number in XI Mapping
    Regards
    suraj

  • Different page orientation in new section?

    I have a Word document I'd rather do in Pages, so I am recreating it. I need to have the first section in vertical orientation, and the second section in landscape (horizontal). Is there a way to do this? When I ask for a new section and change the page layout, it changes the whole document.

    Penny
    I agree in some ways that you shouldn't change the good parts, but disagree on the point that if an outside idea is a good one it should not matter where it has been used.
    All programs have their faults and IMHO Pages has a disproportionate share, to the point I really find it difficult to use productively for almost any kind of work.
    I storm through work with iText Pro where I trundle in Pages. That is despite iText Pro having a relatively clumsy method of implementing and applying styles, and lacks floating objects.
    On more than one occasion I have tried to use Pages for serious work only to founder on one or more fatal stumbling blocks, despite having steadfastly ignored its maimed User Interface. You can't accuse me of not knowing the program.
    In the end there is its doomed .pdf output to put the nail into the coffin of any real work I might do.
    It holds a tantalising glimpse of what it could be however, and there is always the next version and the next version to inspire hope.
    Peter

Maybe you are looking for

  • Instructot iview is not working in portal

    Hi Experts, We downloaded instructor business package into portal and when we click on it its saying Portal runtime error. An exception occurred while processing your request. Send the exception ID to your portal administrator. Exception ID: 12:17_09

  • What is the QuickVPN equivalent for Linux?

    I want to connect from a Linux station to RV082, is it possible? What software can I use and with what configuration? Thanks, Adrian

  • Adobe plugin crashes in Firefox

    Help! I keep getting an Adobe plugin has crashed messages, my computer is very slow, especially in games. I've had my connection checked, and also my computer. Neither has a problem. I've sent multiple crash reports, as suggested, and they say to ins

  • Strange behavoir of ComboBox

    First, sorry my english. I have master-detail form (Swing, ADF), both blocks including JTable. When row in first block changed second there is requery on second block by some WHERE condition. ComboBox (builder by wizard) on second block shows IDs ins

  • Login - Really really need help..Please

    The zip is a login vi. Can someone help me link the user account to a led. Example the first user account would be link to the 1st led. And the second user is link to the 2nd led, and goes on. Please, really need your help. Attachments: Password1.zip