Apply character formats in the Marker window

We need the ability to apply character formats (including superscript and subscript) in the Marker window. I use this feature to generate LOM files, which are greatly helpful, but after generation, I must edit the file directly to apply character tags to individual items to correspond with the style of the text from which the markers have been generated.
For example, I have a list of warnings at the beginning of my book. I place a marker in each warning in the chapters to generate the list of markers. Some of the warnings in the chapters contain the product name which includes an Italic character and a superscript registration character. (The client's style is to use the registration character at every instance.) When I place the text in the Marker window, I have no way to include the character formats for Italics and superscript. Therefore, when the list of warnings is generated, the product name is not styled correctly, and I must edit every instance in that file--every time I generate for a revision.
If the Marker window would accept character format codes like the Variable window does, the problem would be solved.

I've never done a LOM, but if you are pulling across text at the marker, and LOMs work like TOCs, try the following.
Apply a Character format to the source text with the attributes you need.
Make sure that format also exists in the Character Catalog of the LOM file.
In the case of TOCs, this causes the TOC lines to use that Character format (as defined in the TOC, as long as the format name is the exactly the same).

Similar Messages

  • Reports 6: Character format within the field

    Is it possible to apply different types of formatting (bold,italic,font size changes and font type changes) to a text within same field using Oracle Reports 6i? We are generating PDF files using Oracle Reports (legal documents) that must have proper formatting within the field and can't find way of doing it dynamically. Text for the field is pulled from the database - it is not hard-coded in report.
    Is this available in Ver 9/10?
    Thanks,
    Dejan Bogojevic

    Hi Dejan,
    You can get the desired output in HTML format in 9i/10g. Look at the "Contains HTML Tags" property in Builder Online Help. However, for PDF output this is not currently supported.
    Navneet.

  • Character  information at the candidate window in the pinyin input system.

    While learning writing chinese characters with the pinyin input system at an apple store, I found that at the candidate window, already selected a character, the window showed the pinyin with the tone number, the code, the radical and the components of the character. I have OS X Lion 10.7.1 and Pages ´09 4.1 (923) and can not activate that helpful function. I already went back to the store without results. Does somebody can help me to activate this function? Is it a version related characteristic?. Thanks

    PS  Sorry, I gave you the instructions for 10.6.  In 10.7, you have to select Find Input Code in the "flag" under the Pinyin flag.

  • How to change the automatic character format in Message Editor?

    Hi experts,
    We use PI 7.31, AAE adapter in our scenario. When we use the message monitor in Adapter Engine, we choose one message and open it in Message editor, we can see the message payload with AUTO Character Format: Windows-1252.
    The problem is we have some CN characters and they cannot display in correct formats.
    So, is there any way to change the AUTO Character format?
    The other question is, can we see the message after mapping in java message monitor?
    Thanks.
    Kevin

    Hi,
    The Quantity field which is used in sales order has a standard Data Type:QUAN
    with Decimal Places:3 so u cant change the settings in standard data element CRMT_SCHEDLIN_QUAN
    If u want the quantity field without decimals then u need to create a Z data element.
    Regards,
    PePe

  • How to apply text formatting immediately?

    Hello!
    I apply text formatting to the empty newly created text flow. It seems to be strange that the formatting is not applied immediately, but when I start editing.
    The small sample demonstrates the problem.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml"layout="
    vertical"creationComplete="onCreationComplete()"
    >
    <mx:Script>
    <![CDATA[
    import flashx.textLayout.events.FlowOperationEvent; 
    import flashx.textLayout.formats.ITextLayoutFormat; 
    import flash.text.engine.RenderingMode; 
    import flash.text.engine.FontLookup; 
    import flashx.textLayout.formats.TextLayoutFormat; 
    import mx.controls.SWFLoader; 
    import flashx.textLayout.edit.EditManager; 
    import flashx.textLayout.container.ContainerController; 
    import flashx.textLayout.elements.TextFlow; 
    private var textFlow:TextFlow; 
    private function onCreationComplete():void { 
    var container:Sprite = new Sprite();canvas.rawChildren.addChild(container);
    var containerController:ContainerController = new ContainerController(container, canvas.width, canvas.height);textFlow=
    new TextFlow();textFlow.flowComposer.addController(containerController);
    textFlow.interactionManager=
    new EditManager();textFlow.flowComposer.updateAllControllers();
    private function onClick():void { 
    var charFormat:TextLayoutFormat = new TextLayoutFormat(); 
    var containerFormat:TextLayoutFormat = new TextLayoutFormat(); 
    var paragraphFormat:TextLayoutFormat = new TextLayoutFormat();charFormat.fontSize=36;
    textFlow.interactionManager.selectAll();
    (textFlow.interactionManager
    as EditManager).applyFormat(charFormat, paragraphFormat, containerFormat);textFlow.interactionManager.refreshSelection();
    textFlow.flowComposer.updateAllControllers();
    ]]>
    </mx:Script>
    <mx:Canvas id="canvas"width="
    200"height="
    200" borderStyle="solid"/>
    <mx:Button id="button"label="
    Push me"click="onClick()"
    />
    </mx:Application>
    When you click the button new font size is set. But the cursor in text field is not changed to a bigger one until I start editing. Also if to look at the textFlow internals in debugger you can see that new font size is not set...
    How can I force this?
    Kind Regards

    This is arguably a bug with a few things conspiring to cause the problem.  The general idea is that each paragraph ends with a paragraph terminator and the final terminator isn't selectable - that seems to be the core of the problem.  The other conspirator is that with a point selection character level format changes aren't applied until the next character is entered.  So with an empty document you always have a point selection. I could see character level format changes applying instantly to empty paragraphs.  I'll file a bug for more investigation.
    As for workarounds - well there's always direction model calls - just set the format directly on the span.  Another possibility would be to detected exactly this case and insert a character and then undo it.
    Note in your sample code the refreshSelection and updateAllControllers calls after applyFormat are redundant and can be safely removed.  Also any of the formats passed to applyFormat can be null.
    Hope that helps,
    Richard

  • Character Formats showing up in TOC

    TOC entries for, say, "Heading4", are nominally controlled by the paragraph format of the generated "Heading4TOC" format.
    Sometimes the body narrative will have local mods to the Heading4 text. Depending on what you're doing, you may want those mods to show up in the TOC, or you may not. In my case, I did not, and was surprised to see a TOC entry show up in color.
    It turns out that if you apply a Character Format to text used for TOC (and perhaps IX, LOF etc) generation, that ChrFmt is retained when rendering the TOC.
    So if you want the local enhancement to appear in the TOC, use Chr Fmt. I verified this by setting a heading word to Character Format "Symbol" (which applies the Symbol font`, all else As-Is). The TOC entry had that word in Symbol glyphs.
    if you don't want the local enhancement to appear in the TOC, use local overrides. I verified this by just doing a Format > Font > Symbol on the same word of the heading. The TOC entry had that word in roman.
    In my case, I have a table imported (as EPS) from a spreadsheet. I want the table title to appear in TOC, but of course Frame can't "see" that text. So the anchor line is that title in Heading4, which does appear in TOC. This particularly H4 has a local color override that is set invisible via Color Views. I want the TOC entry to be visible, but the Heading4 text in the body to be invisible. This works if the Heading4 has the invisible color applied with the graphics tools. It doesn't work if I use an invisible text Character Format.
    Another way to hack this particular problem is to put the Heading4 title in a text frame behind the imported image. Then it requires no character formatting magic. But you can't see it during edit, and you need to hope that the table white fills really are, and aren't just transparent.

    The TOC will only reproduce the character format of the heading if it  has that character format in its catalogue.
    Thanks for contributing that. It stands to reason that if TOC gen is honoring and replicationg the ChFmt, the easiest way to implement that is just to drag the format in with the text being cloned.
    Building on this, you can control the  appearance of the TOC entry by defining the character format – if you  wish, differently from how it is defined in the main text. So your  Heading 4 override may be coloured white in the main text, but black in  the TOC.
    Thanks again. I'm going to use this starting now, since the present manual set has need of it.
    The key aspects of the implementation:
    The ChFmt name needs to be something very self-evident to future document stewards, like "Hide_Except_TOC".
    In all .fm files except TOC, its definition is
    all As-Is, except for Color,
    which is an existing author-use-only color "Invisible Text" already set Invisible by Color Views during render.
    In the TOC file, the definition of "Hide_Except_TOC" is
    100% As-Is.
    (first time I've ever defined a format like that)

  • Problem with paragraph style overrides and character formatting

    I've had this problem for a long time, and sometimes it resolves itself, sometimes it doesn't. Finally I'm begging for help.
    I am typesetting academic articles into a journal.  We use endnotes. The endnotes have both italic and regular formatting--italics for book and journal titles, and foreign phrases.
    Sometimes when I place the text, the formatting reverts to whatever it was in Word.  To try to fix that, I've begun stripping the Word formatting from the original document, making everything "Courier New" and just importing it like that.  I figured this would clear a lot of the problems I've had with fiddly formatting issues.
    I was mistaken. 
    Here is what happens:
    When I place the document it comes up in the original Courier New font, with italics and other formatting intact.  If I click "article style" which is the main article paragraph  style format, normally it changes.  but if I right click and select "apply article style" it is more likely to change the paragraph to the proper style, with italics and other formatting still intact.
    But when it gets to endnotes, I'm sort of screwed.
    My endnotes style is a bulletted style, so that I can have the endnote numbers consistent.  but this seems to screw all the style formatting.
    Here is what I do:
    With the cursor in endnote text, I click "bulleted endnote style".  The character format remains the same, with a + beside the style. The endnote number format is different, however.  If I click "clear overrides" it does in fact change to the proper formatting, but it strips any italics or other character in the text.  This is frustrating because many of these endnotes have lots of italicized journal and book titles, and it takes a long time to figure out which ones I need to reitalicize manually.
    I have tried to use the "customize style import>Style mapping" but it has not fixed anything.
    Please help me figure out how to make these transitions more smoothly.  I am open to suggestions both on how to make the changes once the document is placed in the Indesign file, and also making modifications to formats in the native Word file so that I don't have these problems. 
    Thanks
    Dan

    Sorry, that last message wasn't supposed to send (if that's not obvious!). I was writing it and got interrupted.  Damn iphone. 
    I know why there are two numbers.  This is not an issue. What I didn't finish writing was that, the note number before i bullet it is a different font/ format. Again, not a problem.  Here is something interesting, though.  If I delete that original number by placing the cursor in the middle of it (say a between the 4 and 2 of 42) then delete everything by Shift+arrow forward, press delete then delete the rest of the unnecessary characters, THEN apply the style formatting, it works just fine.  Is it something to do with the character codes of those original note numbers? 
    Word drops in so many hidden codes that it screws everything up!

  • Inline character formatting

    Battling on happily after that Aha!-moment before Christmas, and testing myself by retrofitting structure to existing documents – still having far more fun than I feel I should do at the office :-}
    Today's question, which may well reveal an embarrassing lack of basic understanding. In my unstructured documents, I've always used specific character styles for options like !cite and !xph (book-titles and in-line code snippets respectively). Now I'm exploring structure, I haven't yet managed to work out how to handle these in-line changes. "Format change list" looked promising, but how do I define an element that's going to trigger the change? (if "element" is the right word at this low a level)
    My battered copy of the FM 7.0 User Guide briefly but tantalisingly mentions "… wrapping items that are inside paragraphs" without farther explanation. What other (online) references would you recommend?

    Hello Niels,
    I am a tad confused on what you doing. <cite> is an inline element in DITA. Are you building an EDD based on a pre-defined valid XML, such as DITA, or are you building and new EDD/DTD?
    As for the EDD, you have options as to how to apply inline (as well as block) formatting. For inline elements, you can reference a character tag, define all the required character formatting in the EDD, or point to a format change list. Which one to use depends on the application. The majority of the time, I reference a character tag. Sometimes, if the formatting is based on an attribute value, and/or requires minor a change, such as increasing relative font size, by a specific amount (+2pt), I will define that in the EDD. That can also be done using a format change list (if there a lot instances). For example, I use format change lists to turn on and off change bars, based on an attribute value. For example, most DITA elements have a @status attribute. I use that to apply formatting to block or inline text.
    I tend to point to paragraph and character tags 90% of the time. However, you can build an EDD that has all formatting defined in the EDD and basically creates a boat-load of overrides to the Body tag. I am not a fan of this. It will keep people from changing tags. However, if you want a single EDD for multiple page sizes, pointing to tags is the way to go. Then you only do formatting within the EDD for formatting such as adding relative space or increasing relative font size.
    Hope this helps.
    Regards,
    Stan

  • Technique to undo a character format application?

    Hi,
    Seems that answers to complicated questions are a bit sparse in these parts, but I'll try again anyway
    I'm wondering if there is any technique to reliably undo a character format application change; that is, an application of properties to a range of text with SetTextProps(). It is fairly simple to remember a list of original properties (PropVals) and the original text range (TextRange), then reapply those original properties to the whole range. However, within a text range, each character can have its own unique set of properties. So, remembering one set of original properties is not enough... seems I have to remember the properties of every single character in the range, the reapply character-by-character, in order to ensure that the new property application is completely undone.
    When you apply a character format in the GUI, FM reliably allows an undo, restoring each affected character to its original state. Surely it isn't remembering a PropVals array for every single character (?)  I'm just wondering if there is another trick here. It's entirely possible if FM is internally using another trick, it isn't one that I can feasibly replicate.
    Thanks,
    Russ

    Hi Jang (you might need to look at this on the forum websie),
    Effectively, I want to be able to restore a range of text to its original format, after the original format is completely overwritten. For example:
    Here is someTEXT
    Imagine that someone applies a character format that wipes all that out:
    Here is some text
    I want to restore the text to its original format. In the GUI, the FrameMaker Undo command successfully does that. I have a script that applies formatting and I'd like to replicate the undo, if its feasible. Naturally, the FM undo will not undo a script action.
    I am talking about text ranges only. By the way, how do you store a "safety paragraph?" Using the clipboard is not an option in this case.
    Thanks,
    Russ

  • Is there a place to see the "Marker Text" for the entire index and make changes?

    I know how to make individual changes in "marker text" for the Index.
    Is there a place to see the "Marker Text" for the entire index and make changes there?
    I am indexing a book that uses quotes from scripture.
    As an example, I want to change listings from
    Colossians 3:10-11
    to
    Colossians 3 verses 10-11
    I would appreciate any help.
    If this is not the correct venue for this question, please disregard.

    You didn't mention which version of FM that you're using. In FM9, this can now be done in the Marker Pod.
    There are third-party utilities that also let you see all marker content.
    In the freebie category is MarkerWorker from Cudspan at: http://www.cudspan.net/plugins/
    In the paid plug-in category are:
    IXgen: http://www.fsatools.com/ixmid.html
    MarkerTools : http://www.leximation.com/tools/info/markertools.php
    emDex: http://www.emdex.ca/
    Indexing add-ons:
    IndexTools (helpful for formatting and other Index layout tricks): http://www.siliconprairiesoftware.com/Products.html
    In the DIY category, you can create a List of Markers for the Index (with hypertext enabled), open the Marker window (Special > Marker...) and then use ctrl+alt click on the entry to make a hypertext link to the location and see it in the marker window for editing. [Note: you can also do the same thing from the Index itself]

  • Why is the Custom button in the Marker settings dialog grayed out in CS6?

    I'm wondering why it's grayed out and what its purpose is. Also, is there any way to make the Marker window display Names as well as comments? I feel like the comments field would be used for notes and comments while the name field is used to actually name the marker. It seems weird that the name field wouldn't be displayed in the Marker window and that the only way to identify which is which is by the thumbnail and comments.

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Adjust video format of Viewer (Playback) window?

    I am working on old video tapes that were recorded in the old TV format, which I think is a 4:3 ratio. In both the Events and Projects areas the clip icons show in that format, as I can see the date/time stamp at the bottom of each (i.e., "May 28 1995"), which indicates they were correctly imported. However, the Playback (Viewer) window only shows a narrower portion, in a wide-screen format, with the bottom and top of the videos cut off.
    How can I see the videos in their complete format in the Playback window? I've search this forum and iMovie Help, but can't find the answer.

    Got it: FIle > Properties

  • Smartforms - Change a text elements character Format

    Hello,
    I need to modify a Smartform by increasing the font size on some text elements.  When I highlight the text element to change and then click the dropdown for Character Format I can click the format I would like but it never changes.
    I've also tried resetting the character formats but it always gets back to it orginal size/settings.
    How can I change the character format in a text element?
    Thanks,
    Matt

    It appears I have to delete the field then change the character format to the font I want and finally drop the field back into place on the screen.
    If there is another way to do it, I never found it.
    Switching to the classic editor may work as well.  Worth trying.
    Thanks,
    Matt

  • Paragraph Format / Character Format for Variable address in SAPSCRIPT

    Dear All,
       I am trying to print variable address for ship-to-party. But the address is variable address for different vendors.
    The contents like
    /:  ADDRESS PARAGRAPH AS
    /:  TITLE    &LFA1-ANRED&
    /:  NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&
    /:  STREET   &LFA1-STRAS&
    /:  POBOX    &LFA1-PFACH&  CODE &LFA1-PSTL2&
    /:  CITY     &LFA1-ORT01&, &LFA1-ORT02&
    /:  POSTCODE &LFA1-PSTLZ&
    /:  COUNTRY  &LFA1-LAND1&
    /:  REGION   &LFA1-REGIO&
    /:  FROMCOUNTRY &T001-LAND1&
    /:  ENDADDRESS
    My question is, How to assign Paragragh format or character format to the above code?
    Your reply will help alot..
    Thanks and waiting
    Regards
    Anukul

    hi,
    in ur code u already gave
    /: ADDRESS PARAGRAPH AS goto paragraph formats n define or make the required changes for the paragraph format AS.
    click on character formats n define/change the character formats as breakpoint has mentioned.

  • Dynamic character format in SMARTFORMS

    Dear Gurus,
    I want to make a dynamic character format in smartforms. I did it in SAPscript and success.
    what I did in program before passing to smartform :
    d_note = '<XX> dynamic text </>'
    and pass it to SAPscript and smartforms :
    &d_note&
    in SAPscript I made new character format XX as BOLD and UNDERLINED. it works for SAPscript. the output become  = dynamic txt
    unfortunately when I do this in smartforms, it is a fail although I have set new character format XX as bold and underline in smartstyles. the output become = <XX> dynamic text </>
    any guru has a solution for this smartform?

    Hi Sendy,
    You cant use tags (eg- <XX>) in smartfomrs like you did in sap scripts. Use your style in the smartform( form attributes) with all character formats and paragraph formats which you need. When you create a new text module in the smartform you will get two drop down lists for the paragraph formats and character formats in the top of the editor. Type your text there and highlight then choose 'XX'(or any other character format) character format from the drop down list.
    Hope this would help.
    Cheers,
    Jeewana

Maybe you are looking for