Footnotes question. How to add a point footnote: 16.1?

I am formatting papers with footnotes, and some papers will have footnotes added at the editing stage. My editors prefer to keep the footnotes as pointed footnotes (16, 16.1, 16.2) rather than renumbering. Any ideas on pointed footnotes?
Kel

You are already deeper in trouble than you think. ID has extremely limited footnote number options. Not only does it not permit the numbering you want, but even worse is that you cannot fake it. If you insert a footnote between 16 and 17, you could insert the .1 manually, but its number still would be "17", and the next note gets renumbered to "18".
If you're lucky, the .1 note follows immediately after a regular footnote. In that case, you can insert a regular superscript number in the text, and add the footnote text to the end of the last one.
If there are no footnotes on the page, you could manually draw a text frame at the bottom of the page frame and put the text there, with some text wrap around. But alas: these boxes will not move around on their own if the text reflows, and (also very bad) footnotes do not care for other text frames over their parent frame.
More control over footnotes is definitely required.

Similar Messages

  • QUESTION: HOW TO ADD OWN SUBJECT IN CCMS

    Hi, All
    QUESTION: HOW TO ADD OWN SUBJECT IN CCMS
    In NW2004s SP20, kernal 4.6C WebAs 620
    I add paramater in RZ21, Method: CCMS_OnAlert_Eamil , Paramater: SUBJECT_ALERT value CCMS Alert from XDV
    But nothing changed when I received e mail it same look like CCMS alerts XDV 20080528 104346
    How can I do that please advicse
    Thanks

    HI,
    Refer
    Blog to implement the email notification:
    /people/federico.babelis2/blog/2006/05/03/solution-manager-cen-and-alerting-configuration-guide-for-dummies
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/c193d07a7343ff9a81db1bdc97b2f7/frameset.htm
    Monitoring with Solution Manager
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/40f83ee0e66856e10000000a114084/frameset.htm
    Configuring the Alert monitoring of Solution Manager 4.0
    Thanks
    Swarup
    Edited by: Swarup Sawant on May 30, 2008 8:07 PM

  • Asset related question - How to add a record into table ANLC?

    Hello experts,
    Could anyone tell me how to add a record into table ANLC?
    Thanks very much!
    Christina.

    how you want add?
    you want add direct in table???.
    Normally if yo post any transaction this table will update.
    ex;acquisition;
    chandra

  • Absolute Beginner Question: How to add a page?

    Dumb question, I know, but I'm brand new. How do I add a page to the portal. In
    other words, how do I add a tab to the primary navigation and point it to a page
    template for loading page-specific portlets?

    Nevermind. My functionality was hidden in the EBusiness Control Center and I had
    to scroll right to see the required buttons. Found it.

  • Newbie Repository question: How to add extra columns to relationship table?

    I've defined the following item-descriptors:
    <item-descriptor name="award" display-property="id">
    <table name="bc_award" type="primary" id-column-name="award_id>
    </table>
    </item-descriptor>
    <item-descriptor name="product" display-property="displayName" xml-combine="append">
    <table name="bc_product" type="auxiliary" id-column-name="product_id">
    </table>
    Now products and awards have a many-to-many relationship, so I also added the following under the product item-descriptor definition:
    <table name="bc_prd_awards" type="multi" id-column-name="product_id">
    <property name="awards" data-type="set" component-item-type="award" column-name="award-id"/>
    </table>
    So far, so good. However, I actually want some extra information on the relationship table. Namely, the catalog to which the product-award association applies. In other words, I'd like the create table statement to turn out something like this:
    CREATE_TABLE bc_prd_awards (
    product_id varchar2(254) NOT NULL REFERENCES dcs_product(product_id),
    award_id varchar2(254) NOT NULL REFERENCES bc_award(award_id),
    catalog_id varchar2(254) NOT NULL REFERENCES dcs_catalog(catalog_id),
    PRIMARY KEY(product_id, award_id, catalog_id)
    Any ideas as to how I accomplish this?
    Edited by: user6200425 on Jul 1, 2011 1:04 PM

    If you want to add catalog information to the product-award association, do this.
    <item-descriptor name="product"/>
    <table type=multi>
    <property name="productAwardAssociation" component-item-type="productAward" data-type="set" />
    </table>
    </item-descriptor>
    <item-descriptor name="productAward">
    <property name="award" column-name="award" item-type="Award"/>
    <property name="catalog" column-name="catalog" item-type="Catalog"/>
    </item-descriptor>
    <item-descriptor name="Award">
    --- award related properties
    </item-descriptor>
    Hope this helps.
    Thanks
    karthik

  • SQL Query question : how to add data to two tables connected by third Junction-table.

    Hello specialists.
    Maybe this is the wrong formum but I've got a question for which you probably have the answer, i hope.
    Situation
    John is member of Group_A and Group_B
    Bill is member of Group_B and Group_C
    Allison is member of Group_A and Group_E
    How can I create a query to input Allisons username into table 1 and groupmembership into table 2. Also updating the relationship within junction-table3 must be done automaticaly. I want to avoid duplicate records.
    The final situation I want is given in red text.
    The relationships between the tables are as follows
    Table1 (PK)ID-Userinfo    [ONE]    <------------> [MANY] Table3 ID-Userinfo
    Table3 (PK)ID-GroupInfo  [MANY] <------------> [ONE]   Table2 (PK)ID-GroupInfo
    Table1: UserInfo
    (PK)ID-Userinfo   UserName
    1                        John
    2                        Bill
    3                        Allison
    Table2: GroupInfo
    (PK)ID-GroupInfo  GroupName
    1                          Group_A
    2                          Group_B
    3                          Group_C
    4                          Group_E
    Table3: MemberOf
    (PK)ID-MemberOf  ID-UserInfo  ID-GroupInfo
    1                           1                 1
    2                           1                 2
    3                           2                 2
    4                           2                 3
    5                           3                 1
    6                           3                 4
    I hope you can help me cracking this nut.
    Thx in advance. Greetings Fred

    Hi RSingh
    May i comment something very small?
    Anyone who writes a response, done it on the assumption that he is writing the answer. Writing response is the statement of "I think that's correct". Each one that write a response see it as the answer. It makes no sense immediately mark your own
    answer too (double actions). Marking a response as "Propose as answer" is explicitly designed to
    allow others to announce that they think this is the best right answer in the thread, after the discussion :-)
    In my personal opinion, we should not mark our own answers. There are enough users with permissions, which would be glad to mark your answers as correct / recommended.
    Give us the opportunity, I will love to mark your answers :-). Moreover, by marking "Proposed as answer" you actually close the thread, other users which see that the question got an answer, may not check
    the thread at all, and maybe they could provide a different answer.
    * Exceptions are very specific cases. For example a case where the message has already become very old and no one marked anything. in this case marking "Proposed as answer" can help others and especially the person who ask the question, to focus
    on thread and the answer (more on the subject is in the Moderators forum and the Moderators Guide by the way).
    [Personal Site] [Blog] [Facebook]

  • Question: How to add a Sandbox system as a second Quality System?

    Dear experts,
    I am kindly asking for your help and asking you to write me exact procedure on how to do this.
    We have a 3 system landscape - DEV, QAS and PRD. There are 2 routes from DEV and QAS:
    ZDEV and the SAP standard route and a delivery route from QAS to PRD.
    We also have built a Sandbox system, which we temporarily need to include in TMS, in order
    to perform a few transports from our DEV system to the Sandbox. When doing a transport
    (not sure exactly at which step), the system has to offer a choice, whether the transport to be
    imported in the QAS or in the sandbox.
    For sure I know that we will need to make /usr/sap/trans shared to the sandbox as well.
    Then I am kindly asking you to explain exactly how to setup this configuration.
    I am relying very much on your help, as I made quite bad experience with OSS messages, which
    are hanging for weeks without any answer... And I believe that this forum is faster and more precisely
    answered, than OSS messages. And we have 4 non-working days ahead, and right on tuesday in the
    morning I need to implement this configuration!
    Many many thanks in advance!!

    Hi Symon,
    You're right, the first step is to ensure that the SAPService<SID> user for your sandbox (let's call it SAPServiceSBX) must have the same level of access to /usr/sap/trans on your transport domain controller (usually, but not always, your DEV system) as the other systems in the transport domain.  If you are in a Windows Active Directory environment, this is most easily accomplished by adding the SAP_SBX_GlobalAdmin Active Directory group to the SAP_LocalAdmin local group on the DEV system.  Your SAPServiceSBX user should have already been a member of SAP_SBX_GlobalAdmin as part of the normal installation process when you created the SBX system.  If you are on another OS, I can't really help you there, but it must achieve the same effect of granting that file system access.
    Next, you need to tell SBX how to find the domain controller.  Log on to SBX as an administrative user and start transaction RZ10.  Open your DEFAULT profile and, if it's not already there or has something different, put in an entry with Parameter Name = SAPTRANSHOST and Parameter Value = the host name of your domain controller, i.e. your DEV system, where the /usr/sap/trans directory resides.  Save and activate the profile.  If you made a change here, you will probably need to restart the SBX system for it to take effect.  In the old days, you would have to add a SAPTRANSHOST entry to your hosts file on the operating system level and/or add it as an environment variable for your sidadm OS user, but I don't think that's necessary anymore, if you put it in the profile.
    After the restart, logon to SBX again, this time to client 000, as an administrative user and start transaction STMS.  Most likely, if SBX isn't a member of a transport domain already, you will get a popup asking you to add it to one (or to create one).  If so, put in the name of the transport domain (probably DOMAIN_DEV, but you can find it out by going into STMS on the DEV system), and any other details about the DEV system that it asks for.  If you don't get a popup, then select Extras... Delete TMS Configuration to reset it so that you are starting over fresh (you may have created a standalone transport domain just for SBX when you installed it, and if so you need to delete that so it can join your DEV domain).  You should get a message then that the system is waiting to be approved for inclusion in the domain.
    Now go logon to your DEV system and start STMS, then call up the System Overview.  If necessary, refresh the list.  You should see your SBX system there with a status indicating it's waiting for inclusion.  Click on the symbol, or select SBX and click in the menu SAP System... Approve, and now it should be in.  Once that's done, highlight all the systems in the list, then click SAP System... Update Configuration to distribute the information about the new system to all systems in the domain.  Now select SAP System... Check... and go through the three tests respectively to ensure everything is working.
    Back out of the system overview and go into Transport Routes.  Refresh if necessary.  You should see your ZDEV and SAP transport routes you mentioned earlier, and SBX should now show up as a Single System.  It's fine to leave it this way, and if this is temporary, I recommend leaving it this way.  Check the configuration for consistency, then select Configuration... Distribute and Activate (you can also do this from SBX with Adjust with Controller).
    That should be all you have to do to set it up.  You can do some further tests to ensure the Transport Groups configuration is good (from the System Overview screen).
    Because you have configured SBX as a Single System, transports released from DEV won't automatically show up in the SBX import queue.  However, you can forward transports there easily.  From the SBX system, in STMS, in the Import Overview, select the import queue (or import history) of your QAS system and highlight the transports you want in SBX.  Choose Request... Forward... System and select your SBX system.  They should now show up in the SBX import queue ready for import as normal.
    I hope this helps.
    Best regards,
    Matt

  • Newbie question - how to add a computer not on your network?

    We purchased the ARD 3.0 for our networked Macs and so far it's been working fine. But we also have a remote user we'd like to add. This person is using a cable modem to connect to our VPN now but is moving and may have to use dial-up for a while.
    So, how do I add them to this list? Get their IP address? What if the IP address changes?
    Thanks

    "So, how do I add them to this list?"
    "File" menu --> Add by address.
    But you should forget about supporting this user if they have a dialup connection, as it is far to slow to do 95% of ARDs tasks...especially control and observe.
    "What if the IP address changes?"
    Set up the computer with a dynamic hostname at dyndns.com

  • Connected to Network, how to add browse point for servers

    A little help please,
    I have my Playbook properly connected to my network. I want to be able to browse to one of my servers on the network to be able to upload/download files to/from the playbook. I don't want to have to do it through another PC on the network. I want to be able to do it directly from my playbook.
    I have all SMB/CIFS windows shares on my internal network. All of my other devices (computers, media players, other)can browse to any of my servers. I'd like to be able to do the same with my playbook.....
    What would be nice; be able to play any media file from the server. Download a document, work on it and be able to save it on the server. Transfer files to/from server/playbook to take on the go.
    Please, if someone knows how to set this up, submit a step-by-step tutorial with as much info as possible.
    Regards.

     The PlayBook can access files on a Windows computer by using an app called Ghost Commander.  I have not done this myself as I tend to move files to and from the PlayBook over WiFi from my desktop computer.  Whether this would work in accessing a server proper is another matter but it should be possible if it is a Windows server.  The following blog discusses how to set up the PlayBook and computer to allow the PlayBook to browse and transfer files:
    Browsing network shares on the PlayBook Blog
    There may be better experts in this forum who can shed some light on the matter.
    PlayBook 64GB and 32 GB

  • SQL Server Distributed Partitioning Views how to add a new node online

    We are using distributed partitioning views in SQL Server 2012 Enterprise Edition for scaling out our data across more than one servers. Now we faced to question how to add a new node (server) into the scale outed db servers system without sending the servers
    down, so our users will be able to use them during the process as well.
    For example we have 4 servers with scaled out data. When we add the new empty server, the CHECKINGs for the partitioning columns should be reorganized. But during the process the partitioning views are not working.
    The High Availability, Always On or Failover Cluster approaches seem are not resolve the problems.
    So my question is how to add new node online?
    KH

    Thank you Erland for the reply.
    Yes, it's sounds as possible solution but has some not resolvable nuance in it. Let's say we copied some data from Node5 to new added Node6. Let's assume in Node5 we had data in Table1 with partitioning column's values 100,101,102,103,104,105,106.  Now
    we want to copy part of the rows with partitioning column's values 103,104,105,106 from Node5.Table1 into Node6.Table1. With this Node5 will contain less data and will work more quickly (less IO, less CPU usage etc), and the rest data will be contained on
    Node6. But because of Node5 is already in use, the Node5.Table1 contains CHECK CONSTRAINT = ParttionColumn should be from 100 up to 106. This is check for Node5. The Distributed Partitioning Views are already using the CHECKs to identify what server should
    be used to get data from.
    Now when we copied part of the Node5.Table1 rows to Node6.Table1 the views are still using the 103-106 rows from Node5.Table1 because the CHECK points there. Then we include the newest Node6.Table1 in the distributed partitioning views. OK, but we should
    set some CHECK on new Node6.Table1 which will be used by views. We can't set intersecting checking like Node5 has CHECK 100-106 and Node6 has CHECK 103-106. We also can't edit Node5 check and set it 100-102 untill the data will be removed in it. But this means
    that the data will not be available during the execution. 
    So, any ideas ?
    KH

  • How to add abap stack to existing NW Java engine- for XI installation

    Hi All,
    I am having a netweaver Java Stack installed on my system. I would like to install XI - in order to install Xi ,I guess the system should be ABAP + Java. But since I am having java based engine, I would like to add ABAP stack to it. So, my question how to add an ABAP stack to already existing JAVA/J2ee engine.
    So what this process is known as-- Is it upgrading or New Installation. Because I need the guide and CD's for it.
    Can any one tell me which Guide(Install/upgrade/Master) wud help me.
    Thanks
    S

    Hi
    check the link www.service.sap.com/instguides>SAP Netweaver 7.0>installation guides there you can find what is the process which involves in installing ABAP+JAVA with PI
    Regards
    Uday

  • How to add SAP BI or BEx Reports on Reports Work center link in WEB UI

    Hello All,
    I have question, How to add SAP BI Reports on Reports Work center link in WEB UI? I found an article on SDN but could not understand. Please provide all steps in detail.
    Thanks,
    BMW

    Hi BMW325ci (I hope you have the latest model )
    Here are the steps:
    1. have the BI team create a webversion of the report. (not required when calling a query directly
    2. create in SPRO --> CRM --> UI Framework --> UI Framework Definition --> Display SAP NetWeaver BI Reports in CRM the reports you want to display
         e.g. BI Report ID         Z_DYBE_GROSS_SALES_CUST_MAT
                Long description              Revenue per customer/materialgroup
                BI Object Type                  HT Template 3.x  (depending on your BI version)
                BI Object Key                 ZWCOPALM01_PPS_REVENUE_ARTG_V2
                BI System                      (when using the webtemplate, nothing needs to be filled)
    3. create in SPRO --> CRM --> UI Framework --> Technical Role Definition --> Define Navigation Bar Profile
        a. A logical link for each BI report.
           e.g. Logical Link ID ZDB-ACC-DE
                  Type    D BI report
                  Target ID       DISPLAY
                  Parameter       Z_DYBE_GROSS_SALES_CUST_MAT
                  Parameter Class CL_CRM_GEN_UI_BI_UTIL
                  Icon Name       GC_ICON_REPORTS
                  Title           Revenue per customer/mater.
                  Description     Revenue per customer/materialgroup
       b. Include in the relevant Report Work Center Link the logical links you have created in step 3.a
          e.g. Group ID        SLS-ACC-RE
                 LogLinkID ZDB-ACC-DE position 80
       c. Make sure that your work center link is assigned to the work center
          e.g. Work Center ID  SLS-REPORT
                 GroupID  SLS-ACC-RE position 10
       d. Make sure that your work center is assigned to your navigation bar profile
    at this moment the report is linked to a standard workcenter, which can be shown on the webui.
    4. In your business role, you need to of course make sure that the flags on the workcenter entries are set on show in menu and directly.
    This should give you the complete picture.
    KR,
    Micha

  • How to add Abab stack to exiting Java stack

    Hi All,
    I am having a netweaver Java Stack installed on my system. I would like to install XI - in order to install Xi ,I guess the system should be ABAP + Java. But since I am having java based engine, I would like to add ABAP stack to it. So, my question how to add an ABAP stack to already existing JAVA/J2ee engine.
    So what this process is known as-- Is it upgrading or New Installation. Because I need the guide and CD's for it.
    Can any one tell me which Guide(Install/upgrade/Master) wud help me.
    Thanks
    S

    Hello
    If you are adding XI 7.1 check this page: http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000702775&_SCENARIO=01100035870000000202&
    If you are adding XI 7.0 check this one: http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000659894&_SCENARIO=01100035870000000202&
    You should read the master guides and install the new usage type on top of your current installation but check the SAP notes about it first.
    If what you want is to install XI 3.0, that is if you have an existing v6.40 java stack, I think the operation is not recommended/supported by SAP, you should install a separate instance.
    Hope it helps.
    -Sam.

  • How to add an event after ALL the components of an animation(incl. symbols)were created and played?

    I would like to add a button/trigger that goes back to the beginning of the animation when all the elements of my composition, including symbols which have their own timelines and trigger buttons, were created and drawn/played. It should be independent of the main timeline.
    Is there any way to do it?
    Thanks!

    Can a click event handler be added to the stage to control symbols that are on the stage?  Like this question How to add a symbol event handler (on click or on mouseover) on the stage timeline
    Basically we are looking for way to load in a bunch of instructions at run time, instead of having to individually control each individual symbol.

  • How can add with Imovie 11 a sign on a film like e.g. a circle around  a football player,

    I would like to add some signs or colors on still images of my film. How to do that? Thank you in advance

    visit my web-site
    https://sites.google.com/site/karstenschluter/imovie09tricks/how-to-add-a-pointe r
    includes a free download of some circles .. and pointers ..

Maybe you are looking for