How to apply different 'headers' to different sections of a document?

I realise that 'headers' may not be the correct term but... is it possible to apply a series of different 'headers' to different sections in a single document?
In the example where a single document consists of three 'chapters' (say, 10-15 pages each) I'd like to have a 'header' that reads: "This is the first part" at the top of all chapter one pages, "This is the second part" at the top of all chapter two pages and "This is the third part" at the top of all chapter three pages (etc).
I thought this might be possible using a series of master pages but have no idea whether that would work or how to go about it so any clues would be most appreciated - am using latest release of ID (CS6) on Windows 7.

Well you don't need different master pages.
You go to the single master page and go to
Type>Text Variables>Define
Click the pre-exisiting Running Header and click "edit"
Select "Running Header Paragraph Style"
Style: <select the style of the chapter heading> (if you don't have styles applied to your chapter headings then you need to apply a style to them so they show up)
Say Ok
On the Master Page - insert a text frame in the desired location.
With the Text Indicatior in the text frame - you can choose Type>Text Variable>Insert and choose the Running Head variable you just created.
That will do it.

Similar Messages

  • How do I change headers and footers in one single document in Pages?

    How do I change headers and footers in one single document in Pages? I would appreciate any help as this seems to be quite frustrating. Thanks so much!!

    Why are you not sure whether you have Mavericks or not?
    And what version of Pages are you talking about?
    Insert a Section Break and uncheck the copies previous option.
    All the Headers and Footers are the same within a Section.
    Peter

  • How do I do headers and footers in a pages document

    How do I change headers and footers in a pages document.  New user and no help from Apple on software questions. 
    Jeanne

    What version of Pages?
    What version of OSX?
    What have you tried?
    Have you tried just clicking in the Header/Footer and tyoing?
    Peter

  • How do you create different headers on each page of a document in icloud pages?

    I have to have a different header on my title page than the rest of my paper.  I believe I did it once before but it may have been in the regular pages program on my Macbook Pro.  I was wondering if there was a way to do it on the icloud and ipad versions of pages due to I do most of my work away from my laptop.
    Thanks!

    I found on my computer, if you click on the header you can change it on each page.  There is also a place in Set Up under Sections at the bottom of the page that has a drop down to create a new Section either 'Starting with this section' or 'After this section'.  Hope this helps.  Also at the top there is a place under Headers & Footers to  choose either 'hide on first page of section' or 'match previous section'.  I believe if you deselect the 'match previous section' you can easily change the header or footer for each page.

  • How to apply same Animation to different Objects?

    Hello,
    So, as the question stated, I am trying to animate multiple objects in the scene with the same animation.
    For example, I have a SQUARE and a CIRCLE in the scene, both of them in different layers. I want them to both scale from 0% to 120%, then back to 90%, and finally to 100%. What I do is going in the SQUARE "scale" section and add keyframes to the time I want each elements (percentage) to be at. When done, the SQUARE works perfectly (scaling from 0>120>90>100 percent). Then, I copy and paste the keyframes I use with the SQUARE to the CIRCLE, which gives me the same animation as the SQUARE (0>120>90>100 percent). But when I want to make changes to both of them, I need to change each keyframes in each objects (SQUARE and CIRCLE) one by one...
    Having only two objects in the scene isn't bad, but I have around 30 objects that needs to be animated exactly the same... so changing them one by one is pretty time-consuming.
    So, the question is, is there a way where I can easily apply a type of animation (scaling 0>120>90>100, and adjustable afterwards) to different objects (SQUARE, CIRCLE, etc.) in my composition without doing it one by one?
    This might be a stupid question, but I'm new with After Effects so this is quite complicated for me...
    Thank you,
    Pascal

    Several ways, parenting and expressions.
    Parenting: Create a small solid or a null object that will be 'controlling' the other layers. Parent the CIRCLE and the SQUARE to it (to achive this, in the Parent column of the Composition Panel, select the name of the controlling layer or directly pickwhip the layer).
    Once done, when you scale/rotate/move the controlling layer the parented layers transform accordingly. It doesnt affect opacity.
    Be aware that parenting modifies the values you see in the Composition panel for each of these properties (scale/rotation/position) for each of the parented layers. This is because the transform properties are now expressed in the coordinate system of the parent layer, and not in the one of the comp. Modifying the transform properties of the parented layers tranform these layers relatively to the controlling one.
    Expressions: You can enter expressions in the transform properties of your layers. For instance, if your controlling layer is named 'controller', alt+click the stopwatch of the property 'Scale' of the SQUARE for instance and enter this in the expression box:
    thisComp.layer("controller").transform.scale;
    Now when you scale the controller, the SQUARE scales accordingly. It works for any property.
    Note that since the expression doesnt refer to the property's own keyframes, those keys are now ignored. To refer to the property's own key value in an expression, use simply 'value'. For instance:
    s = thisComp.layer("controller").transform.scale/100;
    [s[0]*value[0], s[1]*value[1]];
    The possibilities are pretty much infinite.

  • How to have variable headers on different pages of a chapter?

    Hello,
    (Running FrameMaker 8 on Windows XP.) I'm trying to figure out how to set up a system variable to use to construct a running header in the Master pages of a chapter. I would like the chapter to have more than just two header variants (one for left-hand pages and one for the right). I want the header to reflect conditions that are local to the page being displayed.
    First, here is the basic structure of the chapter:
    Chapter Heading
       Heading 1
          Heading 2
                blah blah
          Heading 2
                blah blah
          Heading 2
                blah blah
      Heading 1
            Introductory text (several pages of body text and lower-level headers)...
          Heading 2
    etc
    On any given page, I want the running header to display the text of the most recent Heading 2 title to be used. However, if a new Heading 1 title was used more recently than the most recent Heading 2, and there is no text of type Heading 2 on that page, then I want the running header to display the text of the most recent Heading 1 title.
    For example, suppose the "introductory text" in the above outline were to take up a few pages. On one of the pages having only body text, I would want the running header to display the text of the Heading 1 just above it, rather than the text of the Heading 2 title preceding that. In other words, I would like some sort of decision process, on a page-by-page basis, on which title's text it should use.
    Is it possible to do this in FrameMaker 8? I tried using the <$condtag> building block, but I couldn't even get it to display anything meaningful, much less the correct text. I think I was misusing this building block - that it's only for use on pages that have conditional text, is that correct? My document has no conditional text in it at all.
    Can anyone suggest how I might accomplish what I'm trying to do?
    Thank you!
    Joyce

    Joyce,
    Try using: <$paratext[Heading2,Heading1]>
    This tells FM to use the first Heading2 on the page. If it doesn't find one, then search backwards until a Heading1 is found. You can keep adding multiple paratags in the specification. Just remember to list them in the reverse order of hierarchy.
    You definitely do not want to be using the <$condtag> building block. This just tells FM to list the specified conditional tags found on each page and include alternative text if none are found.

  • How do I apply different margins to different section in the same document?

    In Pages 5, how do I apply different margins to different section in the same document? there are is no layout break like in Pages 4.

    Use the Text Format Pane, Layout Tab, Indents.
    You could do the same thing by dragging the margin stops on the Ruler.
    Jerry

  • How do the headers in each section different

    I am writing a procedures book and I want to have each procedure as a different section. I want to rename the headers in each section differently and I want the table of contents to find the header font for each section.
    In short I just want to know how to rename each section differently
    Thanks

    With the cursor in the body of your document, go to the Layout Inspector > Section & uncheck Use previous headers & footers.

  • 3 different headers - how to achieve it??

    Hi all,
    In my case 3 different headers to be used.
    1st Page - 1 header.
    2nd page - 2nd one.
    3rd page onwards - 1 header..
    Anyone come across this issue. Please clarify me how to do that.
    Thanks,
    Vinoth T

    Just set different section breaks in your document. Change the header in each of your seperate sections.

  • How to filter the data in different sections (e.g. Report Footers)?

    Hi,
    I am using Crystal Reports 11 to generate cross-tables.
    I plan to generate 3 cross-tabs, and each cross-table will be put in a section. For example, cross-tab1 in Report Footer a; cross-tab2 in Report Footer b; cross-tab3 in Report Footer c.
    I know use "Select Expert" to filter data. But, it seems that "Select Expert" filters data for the whole report.
    I want to filter the data for each cross-table separately. For example, filter cross-tab1 based on condition1; filter cross-tab2 based on condition2; filter cross-tab3 based on condition3.
    How to filter the data in different sections (e.g. Report Footers)?
    Thank you in advance.

    Hi,
    Now that you've inserted the subreport just right-click the sub-report and click Edit. The Design page for sub-report should open up.
    You can now insert the cross-tab on the Report Header and insert a record selection formula of your choice.
    Also, suppress all the other sections of the subreport so the Main report only shows the crosstab without any spaces.
    Do the same for all the subreports.
    -Abhilash

  • How to insert different headers/footers according to recto/verso format in Pages 5.0 ?

    I formatted a document on Pages '09 with two different headers and footers because I print it recto/verso. When I opened this document with Pages 5.0 my headers/footers do no longer appeared and when I try to re-put it, I did not find where I could make them different according to a recto/verso format. Previously this function was situated in the section tab of the inspector. Does this function still exist ? If yes, where ?
    Thanks.

    Hi, Alizé. 
    Thank you for visiting Apple Support Communities. 
    You can still format headers and footers in Pages 5.0.  Here is the self help guide that walks you through this process. 
    Create document sections
    Cheers,
    Jason H. 

  • How to Apply adjustment layers to multiple layers that have different blending modes ...

    How to Apply adjustment layers to multiple layers that have different blending modes  and keep the colours the same as the adjusment done?
    I work in Animation painting Backgrounds.  My files are sometimes upwards to 200+ layers.
    I will use adjustment layers to quickly balance colours and constrast on top of those many many layers.
    The only way that I know of how to apply adjustment layers it to every single layer  ( by applying I mean I need to get rid of the adjustment layers because we cant use them in production but i need the new colours be applied to all layers underneath ) in a psd is to manually do it By duplicating the adjusment layer 200+ times and  then merging each layer to one of those adjustment layers so that that layer can take the adjustment layers effect permanently.
    The issue is that Within Those 200 layers I have some layers set to Multiply or OVERLAY.    IT obviously wont apply the adjustment layer properly to those layers because those layer blend mode affect the layers under them. The colour wont be the same anymore in the spots that had the multiply blended mode.
    HEres an example of a simple File.  to show what i mean.
    https://dl.dropboxusercontent.com/u/3408266/ball%20layers.jpg
    https://dl.dropboxusercontent.com/u/3408266/ball.psd
    I have 2 adjustment layers up top.  I need to get rid of them by applying them to each layer! I cannot merge any of the layers. We need all those layers for production.
    I can apply the adjustment layers manually and this works GREAT for all Layers set to normal.  THey take on the colour change just FINE.
    However, The issue is that layer 6 and layer 4 are both set to mutiply and this screws up the colour once i apply the adjustment layers to each layer manually...
    How can i apply my adjustment layers to a file like this with some layers being set to multiply while keeping the layers exactly the same configuration  and The new colour taking efffect exactly how i looks before i apply the adjustment layers?
    Now the simple solution is to merge the multiply layers to the layer that it affects HOWEVER I NEED those multiply layers to be seperate! 
    I'm assuming what I want to do is impossible? Hope this isnt confusing.  As far as i know its impossible to do what I want it to do.  but just wanted to ask and see.
    I would REALLY REALLY love to talk to a adobe programmer/ technician/pro working at adobe about this.  Theres just no way to get in touch with anyone... =(
    any thoughts ?

    Sure... if you want to put it that way. Either way its not the desirable outcome. 
    its just frustrating that theres no way to apply adjustment layers to hundreds of layers while keeping them in the same configuration ( blendmodes,  layer order ,  without merging)  while keeping the same end result.
    works great if all your layers are set to normal though..    But I really need to keep shadow layers seperately and be able to adjust on the fly aswell as apply those adjusment to all my layers.
    I suppose that just isnt possible.   I understand the math required for this would be tremendous/ complicated if something like this would ever be implemented.  Would be nice if adobe could come up with some solution to this.  Its really a huge issue in my work flow and theres no alternatives.    How else can I adjust colours to 100+ layers  with a few clicks that lets me play around the the adjustment until im happy with the outcome.    Really wish i could adjust and the quickly apply that adjustment to all my layers regardless of blend mode.   LIke If the Layers with blendmode could somehow take the properties of the adjustment layer and keep adjusting those layers undereathe on top of that blended mode that its doing...   

  • How to apply different CSS styles to different table cells?

    I have an h:dataTable table and I would like to apply different CSS styles to different table cells depending on their content. If I were doing JSP I would probably have a <c:if> test on the cells, and give them a style name depending on contents, and then define the styles in a separate style sheet. Is there a way in JSF to do the equivalent? Thanks.

    mitchgart wrote:
    BalusC wrote:
    How to achieve a cell-specific style is already answered in my 1st reply of this topic.That tells how to apply a style to the text (or other content) inside a cell but not how to apply a style to the <td> as a whole. It would work for something like text font or text color but not cell border.
    I'm thinking I can mark the content somehow and then have javascript traverse the DOM, find marked content, and traverse outward to the enclosing <td>. Is there a better way?BalusC already spoke about rowClasses and columnClass attributes, I assume those are insufficient.
    The Tomahawk dataTable component has the rowStyleClass and rowStyle attributes for assigning CSS to the HTML tr tag. One is allowed to reference the row data variable when assigning values to these. However, see https://issues.apache.org/jira/browse/TOMAHAWK-523 for workarounds to bugs in some implementations.
    The Tomahawk column component has the styleClass and style attributes for assigning CSS to the HTML td tag. These also may reference the row data variable.

  • How to apply metrics for different platform

    Hi,
    If a metric has different code for different platform, or the metric only runs on some specific type of system, how can we apply it to a group of hosts?
    For example, I have a metric that checks only Sun T3 types of systems. I can create a group of hosts that are T3 type system, but how do I apply the metric to this group?
    The other example is the way to collect data is different for Soaris and Linux platform, can I have 2 metrics, one apply to the group of Solaris machines, and the other apply to the group of Linux machines?
    Thanks.

    Hi,
    You can use EM groups and monitoring templates to accomplish what you want to do. For example, create a group for Solaris hosts and a template to push out appropriate metric settings for the group.
    Documentation links:
    - EM groups:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/group_management.htm#DAFHBFCB
    - Monitoring templates:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/monitor_overview.htm#sthref38
    Regards,
    - Loc

  • I want to have different headers in Pages. I want to be able to set them and not have them be the same. For example I want ii then iii and so on...How do I do that?

    I want to have different headers in Pages. I want to be able to set them and not have them be the same. For example I want ii then iii and so on...How do I do that?

    Hi BelleDesign,
    "Headers" is short for "Continuing Headers."
    Use a Header when you want recurring information on a series of pages in your document.
    If ii, iii, etc. are page numbers, you can place them in Headers using Insert > Page Number, then formatting the page number to lower case Roman numerals.
    For more on Headers and Footers, see Chapter 3, Working with document parts in the Pages '09 User Guide, available for download via the Help menu in Pages. Discussion of Headers and Footers starts on Page 54.
    Regards,
    Barry

Maybe you are looking for

  • What's wrong with Yahoo mail on iPhone 5?

    I set up my Yahoo account on my new iPhone5 Sat morning, and all was good.  Then last night, I couldn't get it to connect.  It keeps asking for my password and wont verify when I try to reconfigure it.  Yahoo still connects fine on my iPad and I can

  • Create Commercial invoice from Proforma Invoice

    Dear All, I have a requirement where in we have to create commercial invoice with accounting entry with the reference of Proforma invoice. We have done the copy control for Billing to Billing that is from proforma invoice to Commerical invoice. but w

  • My notes and photos haven't downloaded from the cloud

    I just got an iphone 5 to replace my 4 and after all the set up less than half of my photos and videos downloaded and none of my notes..where can I look to find or try to re download these items ?

  • Iphone case-vertical entry with velcro flap that can attach to belt

    hi, i am looking for a vertical entry iphone case with a closing flap with velcro, not magnetic. i would like to be able to carry the phone horizontally on my belt. Got very used to the blackberry case i use to have... there are a few in the market t

  • Pacman cant found new packages

    Have troubles while installing new packages: # pacman -Ss hugin extra/hugin 2010.2.0-2 A frontend to the panorama-tools They say hugin is 2010.2.0-2 but it could not be found # pacman -S hugin resolving dependencies... looking for inter-conflicts...