Chapter and subheading decimal numbering

I don’t know if its my terminology that’s letting me down but I’m having trouble finding out about how to do chapter and subheading numbers in my dissertation e.g:
6. Chapter 6 of my dissertation
6.1 Subheading 1
6.2 Subheading 2
...and so forth. I can do it manually, but was wondering if Pages has the capability to do chapter and subheading numbers automatically, thus duplicate the numbering and chapters/subheadings in my TOC.
If it is possible, how do I perform this function and are there any special formatting things I have to do like section breaks?
I’m using Pages '05 and the default blank template, but I have had to modify all the paragraph styles to Gill Sans to comply with my university publishing regulations.

Hello Will,
you can achieve this chapter numbering by using the list kind "Tiered Numbers".
Type a chapter title and show the text inspector and there the second tab "List". Choose in the section menu "Bullets & Numbering" the item "Tired Numbers" in the pop-up menu. Let the first item "1. 2. 3. 4." of the below appearing pop-up menu selected. Now adjust the options for "Number Indent" and "Text Indent" at the bottom of the inspector window if you want. You can adjust the space below the text etc. in the text inspector.
If you are ready with all adjustments and the font set to Gill Sans, show the styles drawer (menu: "View/Show Styles Drawer") and choose the menu item "Format/Create New Paragraph Style From Selection...". Give it an appropriate name and you are done. By the way, you can change any text attribute and paragraph/list option whenever you want by clicking on the red triangle (if you have changed something when the text cursor is shown in that paragrap this red shows you a change) in the styles drawer and choosing the item "Redefine Style From Selection". Now all paragraphs in your document with this style will be changed to the new attributes/options, but all emphesis words/chars will stay.
Now every time you need a new subheading level use the right pointing arrow button in the first section of the tab button "List" inside of the text inspector. If you need a superheading level, use the left pointing arrow button.
Be sure the option "Continue from previous" in the tab "List" of the text inspector is active and that you assigned the correct list style to the chapter/subheading text. The TOC has to be set to "Tiered Numbers", too.
It is a bit tricky, but for me it works fine.

Similar Messages

  • How to convert decimal numbers to Hours and minutes

    Hi,
    I am using SSRS 2005. I want to convert decimal numbers to Hours and minutes.
    Say suppose, I am adding daily work hours and minutes and the total is 208.63.
    Here 208 hrs and 63 minutes. How to convert this to 209 hrs 03 minutes in SSRS.
    Any In-built function is there? or how to do using custom code?
    Appreciate your help.
    Regards,
    Bala

    suppose if field name is TotalDailyHours you can do it as below
    =CStr(Cint(Floor(val(Fields!TotalDailyHours.Value)) + ((val(Fields!TotalDailyHours.Value)-Floor(val(Fields!TotalDailyHours.Value)))*100)/60)) + ":" +
    Right("00" +Cstr(Cint(((val(Fields!TotalDailyHours.Value)-Floor(val(Fields!TotalDailyHours.Value)))*100) Mod 60)),2)
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • BI Publisher Report does not display decimal numbers

    Hi,
    I have created a one page BI Publisher Report. I generally take the .xdm and .xdoz files and send it to the client which they upload on their server. The report has been coming up fine until recently there was a glitch on the Client Server. Now the report does not show a a section which has decimal numbers. I can see it perfectly on my machine. I am extremely frustrated to search for a solution and client is not very helpful in providing the information what went wrong or what was the fix on their server. Any help is greatly appreciated.
    Thanks,
    DRL

    user8824622
    If i am understanding your issue right i guess i have faced the same one while ago.
    The solution for this one is, if you are on the latest patch or update, i am on July update
    Go to
    Administration--> manage Bi Publisher under Bi Publisher --> under run time configuration --> properties --> the last option on the list which is Use 11.1.1.5 compatibility mode true --> apply
    now it should be working
    Please let me know if it worked out and mark as correct if it have solved the issue
    Thank You

  • Problem with importing decimal numbers in Apex

    Hi,
    I have a ascii data file which I load into db tables calling a procedure in a db package.
    Executing the procedure by SQL Plus everything works fine.
    Calling the procedure by Apex button I get a "ORA-01722: invalid number; Error inserting subject" because of the decimal numbers in the data file. Taking the decimal numbers out of the file it works.
    - I tried with different formats in the data file like: 4.40 4,40 4.4 4,4: Makes no difference.
    - In Apex I tried column formatting in the report attribute: 999G999G999G999G990D00: Makes no difference, it's obviously only formatting the display.
    - Debug mode just shows there is an error..
    - The db column is of format NUMBER(10,2)
    As I mentioned, with SQL Plus it works no matter of the number format in the data file.
    Anybody has an idea where the problem might be?
    Help is greatly appreciated,
    Roger

    Hi Joel,
    Thanks for your reply. You were right, the NLS setting for the decimal separator in SQL*Plus is a , (komma) and in Application Express a . (point).
    I suspected a NLS problem that's why I tested with different formats in the data file (4.40 4,40). Shouldn't that make a difference?
    Now, to fix it: I didn't see in Apex any NLS settings, I checked in utilities and shared components. So, the way to do that is to directly write into SQL Workshop / Apex?
    ALTER SESSION SET NLS_NUMERIC_CHARACTERS=",' "
    Cheers,
    Roger

  • 15 int digits and 3 decimal digits number problem in CR for VS 2005

    Post Author: condeagustin
    CA Forum: Crystal Reports
    HiIm using the Crystal Reports that comes with VS 2005 and I'm having a problem showing a number with 15 int digits and 3 decimal digits. In my tests, for example I have a formula that only has this line of code:  356125478123456.251I want the report to show  356,125,478,123,456.251 but it shows  356,125,478,123,456.000Why does CR puts 000 when it has to be a 251!!! WHY?!!!! I have tried to put the number as a string and I have tried a lot of functions like Round, Truncate, ToText, CDbl, etc and it's always the same result. In the format object of that formula the decimals are 1.000 and the rounding is 0.001. And the following is the weirdest part:If, instead of 356125478123456.251 I put 56125478123456.251, CR shows 56,125,478,123,456.300If then I put  6125478123456.251 CR shows 6,125,478,123,456.250And then if I put 125478123456.251 CR SUCCESFULLY shows 125,478,123,456.251 That is the way I want it but with 15 int digits. It looks like CR only works with a maximum of 12 int digits, more than that, the decimals don't work. How can I fix this? Please help me!Kind regards,Agustín Conde 

    Post Author: Ken Wong
    CA Forum: Crystal Reports
    Hi Agustin,
    Crystal Reports uses signed doubles as its datatype for numbers.  A signed double on a 32 bit machine is represented by 8 bytes.  1 sign bit, 11 exponent bit, and 52 bit for the mantissa. This roughly corresponds to 15 digits of total precision in decimal; ie. it does not matter where your dot is. You have 15 digits before and after the decimal point combined.
    This behavior is pretty standard.  You should see similar behavior in applications such as excel.
    Hope this helps,
    Ken

  • Sql Loader - Decimal numbers showing in null column

    Greetings,
    My apologies if this is in the wrong forum section. It seemed to be the most logical.
    I have added new column to a control file used in a sql loader upload and I am getting unexpected results. Long story short, I copy foxpro tables from a network directory to my local pc. A foxpro exe converts these tables to .dat files. Sql loader then uploads the .dat files to matching oracle tables. I've run this program from my pc for years with no problems.
    Problem now: We added a new column to a foxpro table and to the matching oracle table. This column in FoxPro in null for now - no data at all. I then added the new column to my ctl file for this table. The program runs, sql loader does it's thing with no errors. However, in the new field in Oracle, I'm finding decimal numbers in many of the records, when all records should have null values in this field. I've checked all other columns in the oracle table and the data looks accurate. I'm not sure why I'm getting these decimal values in the new column.
    My log and bad files show no hints of any problems. The bad file is empty for this table.
    At first I thought the positioning of the new column in the fox table, .ctl file and the oracle table were not lining up correctly, but I checked and they are.
    I've double checked the FoxPro table and all records for this new column are null.
    I'm not sure what to check for next or what to test. I am hoping someone in this forum might lend a clue or has maybe seen this problem before. Below is my control file. The new column is the last one: fromweb_id. It is a number field in both FoxPro and Oracle.
    Thanks for any advise.
    JOBS table control file:
    load data
    infile 'convdata\fp_ora\JOBS.dat' "str X'08'"
    into table JOBS
    fields terminated by X'07'
    TRAILING NULLCOLS
    (SID,
    CO_NAME "replace(replace(:CO_NAME,chr(11),chr(10)),chr(15),chr(13))",
    JOB_TITLE "replace(replace(:JOB_TITLE,chr(11),chr(10)),chr(15),chr(13))",
    CREDITS,
    EARN_DATE date "mm/dd/yyyy",
    COMMENTS CHAR(2000) "replace(replace(:COMMENTS,chr(11),chr(10)),chr(15),chr(13))",
    DONT_SHOW,
    PC_SRC "replace(replace(:PC_SRC,chr(11),chr(10)),chr(15),chr(13))",
    PC_SRC_NO,
    SALARY,
    SALFOR,
    ROOM,
    BOARD,
    TIPS,
    UPD_DATE date "mm/dd/yyyy hh12:mi:ss am",
    STUKEY,
    JOBKEY,
    JO_COKEY,
    JO_CNKEY,
    JO_ZUKEY,
    EMPLID,
    CN_NAME "replace(replace(:CN_NAME,chr(11),chr(10)),chr(15),chr(13))",
    JOB_START date "mm/dd/yyyy",
    JOB_END date "mm/dd/yyyy",
    FROMWEB_ID)

    I apologize for not explaining how this was resolved. Sql Loader was working as it should.
    The problem was due to new fields being added to the FoxPro table, along with the fromweb_id column, that I was not informed about. I was asked to add a column named fromweb_id to the oracle jobs table and to the sql-loader program. I was not told that there were other columns added at the same time. In the foxpro table, the fromweb_id column was the last column added.
    The jobs.dat file contained data from all columns in the foxpro table, including all the new columns. I only added the "fromweb_id" to the control file, which is what I was asked to do. When it ran, it was getting values from one of the new columns and the values were being uploaded into the fromweb_id column in Oracle. It is that simple.
    When I had checked the FoxPro table earlier, I did not pickup on the other new columns. I was focussing in on looking for values in the fromweb_id column. When back-tracing data in the jobs.dat file, I found a value in the fromweb_id column that matched a value in a differnt column (new column) in FoxPro. That is when I realized the other new columns. I instantly knew what the problem was.
    Thanks for all the feedback. I'm sorry if this was an inconvenience to anyone. I'll try to dig a little deeper next time. Lessons learned...
    regards,

  • BO XI R2 - decimal numbers are truncated

    Hi all,
    When we create query in webitelligence the measure "item price" the decimal numbers are truncated/not shown. The right number is 23.123,55 but we get 23.123,00 ?
    Configuration:
    WIN 2003 server,
    BOE XI r2 => IIS,
    SAP int. kit XI r2
    Thank you for reply!
    Gregor

    Hi Roman,
    you can download the supported platforms list here [http://service.sap.com/bosap-support]. Just navigate to Documentation->Supported Platforms.
    The work-around with the special system user may be used if you have truncation problems on your BOBJ server after installing the integration Kit for SAP. Please keep in mind that this is a work-around when using the integration Kit for SAP and not a recommendation for every installation. As far as I know this problem will be fixed in one of the future fix packs (at least for XI 3.x).
    Regards,
    Stratos

  • Decimal Numbers in Oracle Configurator

    We are trying to use decimal numbers in a parent Option Class, such the example below:
    Item Type Qty
    - 000000x Option Class 0,14444
    - 00000xx Option Class 1
    What occurs:
    When I used decimal numbers on an option class, the structure down of it and the same level of it doesn´t updating on Oracle Configurator.
    There are any error message. But seems that the structure of this point to down is being ignored.
    Today I have ~5,000 items that use the same structure on my BOM that would need to use this funcionality because the unit of measure is liter, and these items have different quantities of consume and all of them can be configured on Oracle Configurator.
    E.g (According the width of the product that were configured, the quantity of paint necessary to build this product can be variable )
    I don´t know if it´s work because i know that OM have some limitations about, but maybe somebody can help me in this issue.
    Tks!

    Have you found any solutions on this yet?
    I have a similar problem and have an SR open at the mo for it! I am wanting to feed a decimal value out of the model and assign it against the (selected) child of the (selected) option class.
    I have learnt to far that inventory is limited to 4 decimal places so its not going to work if you go over this number.
    Then i learnt that an option class will nto support decimal places at all so you need to feed it directly to the child/ren and skip the option class. To do this I set up a Total feature and in my calculation rule I contributed the output to the Total feature. Then the total feature sends the output value to the child by the rule:
    Contribute 'Dummy' * &x1.state() To &x1 FOR ALL &x1 IN {'MJ OUTER MAT OC'.Options()};
    This isn't the correct solution but its nearly there. This assigns the value to all the children of the OC and not just the one that is required causing the whole model to fall over. If you have any solution to your issue or anyone can help me with this one, would be much appreciated.
    Vikki

  • Creating, Positioning, and Referencing Figure Numbering (e.g. Figure 1.1, Figure 1.2, etc)

    Hello-
    I am new to Framemaker.  I am currently learning/working with Framemaker 10 to create a user manual for my company's product and having some difficulty with the captioning of images in the text. 
    I intend to number each figure in the manual according to the chapter and figure number.  For example, the first figure in Chapter 1 would be labeled as Figure 1.1, etc.  For Figure 1.1, I placed the image itself inside an anchored frame within the body text frame with the label centered in the text frame one line below the graphic as such:
    I set the "Figure 1.1" label by creating a paragraph tag called "Figure".  It is formatted as such:
    Question:
    How can I insert references in the body text which will be updated whenever a new figure is inserted into the document in the same way the title directly under the graphic itself is updated? 
    For example, I might have a sentence in the body which says "Product X comes in the color shown in Figure 1.1".  How can I make sure that if a new image is inserted into the manual ahead of Figure 1.1 that the Figure 1.1 currently there will have its displayed title automatically changed to "Figure 1.2" and the example sentence above will automatically be changed to "Product X comes in the color shown in Figure 1.2" within the text body?
    Thanks for the help-
    Michael

    When you make the cross-reference to the Figure title paragraph that contains the figure numbering, use the <$paranum> building block in the cross-ref format to get the figure numbers. This will automatically update as figures are added or removed before the target cross-ref.

  • Binary numbers to decimal numbers

    Hello, Im writing a program that changes binary numbers to decimal numbers. I seem to be having a probelm calculating the last number in the binary code and adding it to the total. Also, when I use large binary numbers the output isnt anywhere near correct. help? please? thank you

    public class binarynumbers
    public static void main (String [] args)
    int decimal=0;
    Scanner scan= new Scanner(System.in);
    System.out.print("enter binary number> ");
    String bin=scan.next();
    int zero=0;
    int one=1;
    int length=bin.length();
    int newlen=length-1;
    while (newlen>=0)
         String number = bin.substring( zero , one );
         int number1=Integer.parseInt(number);
         int squareRoot=Math.pow(2,newlen);
         decimal+=(squareRoot*number1);
         newlen--;
         zero++;
         one++;
    System.out.println("The decimal number translation is " + decimal);
    i did that but the math part isnt working and im getting a message like this
    binarynumbers.java:26: possible loss of precision
    found : double
    required: int
         int squareRoot=Math.pow(2,newlen);
    ^
    1 error

  • Missing and Moved Page Numbers?

    I'm having a problem losing folios; I have a 300 page book where all of the page numbers are centered horizontally.My editor ran a final spell-check and 'saved as,' yet in this new document, on pages where I have over-rode the Master page, the pages numbers are deleted altogether or moved 2 inches towards the spine. Any insight as to why this happened?
    On the pages where the page number was shifted towards the spine, the text boxes were "frame fitted" so they no longer stretched across the page. My editor insists she touched nothing but the spell-check dialog box.
    Thanks!

    Yep, the document has always been in CS5, patched to 7.0.4.
    I have a master page for the first page of each chapter, and I over-ride to change the chapter number and title. The page numbers weren't overlapping anything else, and on closer inspection it only happened on the recto pages. I just want to figure out why this happened so we don't have to add this to our final checklist (which is long enough already!) before sending large books to the printers.
    Thanks so much for any help!

  • Conversion of Packed Decimal Numbers to Java Data Types

    Hi all,
    I'm working with a mainframe file which contains datas in Packed Decimal Numbers.My requirement is to convert these datas to Java datatypes and also to convert the Java datatypes to Packed Decimal Numbers before storing them in the mainframe.
    Can anyone help me out with any code for converting Java data types to/from other data formats such as: EBCDIC, IBM370 COMP (binary numbers up to 9 digits), and COMP-16 (packed decimal numbers)?
    I would hugely appreciate any response to my query.
    Thanking you all,
    Kaushik.

    Rather than go that route, I'd instead look into providing a "service" on your mainframe to:
    1) provide a textual representation of the numbers (from native to text)
    2) read text, converting to native numeric storage
    And use that service to retrieve that information by your Java app (1)Similarly, instead of trying to write natively-formatted numbers from your Java app, I'd write it as text and make that same "service" read the text (2)
    This is the kind of thing XML is for.

  • Rounding decimal numbers in the planning book

    Hi,
    Is there any way to round up the decimal numbers shown in the forecast/inventory/DRP planning book of SPP ?
    Thanks and Regards
    Mitesh

    Hi Mitesh,
    Please go to SPRO:
    APO -> Supply Chain Planning -> SPP -> Settings for user interfaces -> Assign Key Figures
    Go to "Semantic Maintenance"
    Set "Decimal Places" Column to Zero for all key figures.
    Regards,
    Aapka Mukundan

  • Big and high precision numbers

    Hello,
    Is it possible to store and work on numbers in range +- 10.000.000.000,00000001 (8 decimal places), if so how ?
    Type p gives overflow, type DECFLOAT34 skips the decimal part.
          v type DECFLOAT34 value '0.00000001',
          COMPUTE EXACT  v = v + '1000000000.00000001'.
    Trying to compile above code results in an error(line 2):   Incorrect statement: "=" missing.
    Cheers,
    Bart

    Hi,
    @ Chandravadan Jaiswal
    Ah, simple yet significant mistake, I forgot the
    v(lenght_here)
    part.
    tried:
    DATA : v type p DECIMALS 8.
    and got overflow,
    Thanks.
    @ Sri:
    i was succesfully able to obtain a numer like this: 2.000.000.000.000,00000004
    number of digits > 16 ?
    Edited by: Bartosz Bijak on Mar 5, 2010 9:45 AM
    Edited by: Bartosz Bijak on Mar 5, 2010 9:46 AM

  • I spend a long time to try to sync my itunes music on my ipod 160 GB Classic, but after waiting so long get a pop up message that itunes stop syncing because of error 46, some times giving me 58, 1469, and many other numbers, please help macbook pro

    i spend a long time to try to sync my itunes music on my ipod 160 GB Classic, but after waiting so long get a pop up message that itunes stop syncing because of error 46, some times giving me 58, 1469, and many other numbers, please help am using macbook pro

    That is precisely what my mid-2010 MacBoook Pro 13 was doing before the drive finally died after an Apple Genius rebooted it a dozen or so times. I have since read about the exact same thing happening to others, including a writer for The Atlantic magazine who had never had an issue with a Mac before. Do a back-up ASAP to make sure you don't lose anything and see about replacing the HDD. It is only about $140 for a new drive. The real issue is if you lose your data, too. So, make sure you do that back-up!

Maybe you are looking for

  • Photos not displaying in albums

    Anyone know how to fix this? All my pictures seem to have been imported from my iPhotos library into the new Photos app - I can see them under the photos tab (by date) and also under the album tab, I can see them in the ALL PHOTOS album.  However the

  • I can't backspace at the cursor location in the search bar

    When I put the cursor at the end of my search string and press back space it starts deleting from the middle. The same goes for trying to insert a word at the cursor, wherever it is. The word goes somewhere else.

  • Replication of ERP-Orders: Business Partner (Carrier) is not specified

    ERP 2005 / CRM 2007 Sales Documents (orders) are replicated from SAP ERP to SAP CRM 2007 with the following error message in CRMD_ORDER: 'Business Partner (Carrier) is not specified'. 'No Business partner was entered for partner function Carrier.'

  • Regarding View Size Inside Tab Strip

    Hi All, I'm having a Tabstrip with 2 tabs. Inside which i'm having ViewContainerElememt on each tab. On Each View I'm having one dropdown & a table . In the first Tab i'm also having a Text View.If there is no values in the dropdown then that text vi

  • Image Slider with scrollbar

    I have made my own scrollbar with a Constrain to Line Behaviour on my scroller. The scroll bar has a specific length and on this same length from above, i want a "thumbnails gallery" image, where you click on thumbnail and it maximizes on a different