Styling bullets in text using InDesign's bullets

Having a problem with aligning bulleted lists that have multiple lines.
What I want is the text to align but I also need the bullets to stay within the text.
I tried changing "left indent" and "first line indent" but no result (see the attachment).
Any help would be awesome.

Change Text After to Tab ^t

Similar Messages

  • XSLT and generated text using InDesign with xml

    I have recently switched from Framemaker to InDesign and am still getting to grips with the differences so apologies if this is a very basic query.
    Framemaker was used to format sgml tagged text. You could specify that a particular tag generated a prefix or suffix. You could also specify that the tag should generate the prefix or suffix only under certain circumstances (context rules). The prefixes and suffixes I need to apply are things like open and closing brackets, commas, full stops, and sometimes a bit of text.
    I am told that this can be done with XSLT. There are whole libraries of books on XSLT out there and not knowing anything about the subject I really don't know where to start. Does anyone out there who uses InDesign with xml and XSLT have any tips about where to find useful information on the subject?
    Thanks in advance for any help on the subject.
    Steven

    Yeah, we use to have such feature wayback then. Indesign package into GoLive.  Kindly look through the idea section and vote massively for this idea.

  • Styling bullets in text without using indesign's bullets

    Having a problem with aligning bulleted lists that have multiple lines. I need the text to align but I also need the bullets to stay within the text...
    Any help would be awesome.

    Use Type menu>Tabs
    Or use Left Indent and Right Line Indent
    Or use Bullets and Numbering

  • How to add a style name to a text using InDesign plugin

    Hi,
    I am developing a InDesign CS6 plugin to add a text to a text frame.
    I used the  textEditSuite->InsertText(WideString("String to Insert")) to insert a String to a text area.
    Now my requirement is to specify a style to the String while adding it using the plugin. So the output is a String that has a new style attribute different from the existing styles in indesign.
    I am thankful If somecan explain how can I achive this functionality.
    Thank You.

    Hi,
    you can use the ITextModelCmds interface to apply a style to the text. With the method ApplyStyleCmd you can apply paragraph and character styles via kParaAttrStrandBoss and kCharAttrStrandBoss.
    Markus

  • Problem with bullets in text boxes

    Hi,
    I haven't seen this problem written up anywhere but I am
    having problems with my text formatting differently in text boxes
    when I've used bullets in the text. I am using Captivate 2.
    So here's what happens:
    If the text caption has a bullet
    anywhere in the body, when I publish my captivate course, the text
    looks like normal 12 pt Arial.
    If there is a text box without any bullets, the text looks
    like it was bolded.
    The next result is that I have two types of body text
    throughout my course.
    I went into every slide and verified that there is no other
    text formatting going on and I did find that Impact was sometimes
    in the same text boxes where I had bullets but I finally got rid of
    all the impact. However, the problem remains. Can anyone help me?
    Thanks,
    Lin

    Hi Lin and welcome to our community
    My guess here is that you are using the Transparent caption
    type. When you do this, the caption anti-aliases the text inside
    and many claim it looks either bold or fuzzy. You have two options.
    1. Use Bullets on all captions. Don't worry, you don't have
    to actually SEE the bullets. Just press Enter a few times and apply
    bullets to one of the blank lines. Then size the caption so the
    bullet part is hidden from view.
    2. Implement a trick discovered by fellow Adobe Community
    Expert Paul Dewhurst. You can see his trick by
    clicking
    here.
    Hopefully one of these works for you... Rick

  • Using Images as bullets

    I have a client who insists on using a green leaf image for bullets, I do not see an option for theis in ID CS6. But I was able to import an image to use as a set of bullets in ms word. Is it possible to export that image from a list in word and use inside ID?
    thx
    RD

    I believe if you want to use the Bullets & Numbering to create your bullets automatically you'll need to have the green leaf image in the form of a font. There are some freeware software programs out there (Google to find one that will work with your operating system) that can help you transform an image to a font. Then you can add the font to your system and put the "bullet" into use through the Bullet & Numbering options (found under the menu on the Paragraph panel).
    Another option that may be less complicated in the short term if you don't have to use the green leaf too often is to insert the image as an anchored object. Then each instance will move with the text as you make edits.
    Hope that helps a bit!

  • How use SDK to insert text in indesign using c++

    Hello All
    I want to  use Indesign CS5.5 SDK  in my  c++ project first to create Indesign Document then insert text in textframe.
    How include SDK in my project ?
    Is it right method to create indesign Application using SDK.
    #include "IApplication.h"
    #include "ISession.h"
    # include "IDocumentCommands.h"
    virtual IApplication *  QueryApplication()=0 ;
    ISession *  GetExecutionContextSession();
    IApplication application(GetExecutionContextSession()->QueryApplication());
    It required so many .h file, first I copy .h file from SDK and put in Project directory but it give some error after including these .h file in project.
    There are so many directory(source,build,docs, etc.) in SDK.How include and use this SDK in my project to create Indesign Document.
    How include so many  .h file in my project ?
    I have already included SDK path in VisualStudio2008 ->Tools->Option->ProjectSolutions->vc++Directories
    Thanks.

    Hi Jongware,
    This is not correct in C# you have type cast all the object to another Object and then only we can access it in required format
    for example
    if want to get font in active Document
    InDesign.Application myInDesign=  (InDesign.Application) COMCreateObject("InDesign.Application");
    InDesign myDocument = (InDesign.Document)myInDesign.ActiveDocument;
    InDesign.ParagraphStyles pStyles = (InDesign.ParagraphStyle)myDocument.ParagraphStyles
    InDesign.ParagraphStyle pSteyls = (InDesign.ParagraphStyle)myDocument.ParagraphStyle
    for(int i =0;i<pStyles.Count;i++)
         pStyle = (InDesign.ParagraphStyle)myDocument.ParagraphStyles[i];
    public static object COMCreateObject (string sProgID)
        // We get the type using just the ProgID
        Type oType = Type.GetTypeFromProgID (sProgID);
        if (oType != null)
            return Activator.CreateInstance( oType);
        return null;
    like above content
    for selection content u have to type cast selection object.
    InDesign.Selection = (InDesign.Selection).myDocument.Selection;
    Console.Writeline(InDesign.Selection.Contents);
    but it showing error....
    like this you have to type cast all things in C# and you cannot simply get selection contents like app.selection[0].contents
    pls help me
    Thank you for your reply....
    R. Thangaraj

  • Copy indesign text using IScrapSuite does not maintain font info

    Hello All ,<br />  Using IScrapSuite and IClipboardController I am try to copy the text in indesign cs application.<br />I text is in indian language and I have set the paragraph style to text.For first paragraph all text get copied correctly , but for next paragraph onwords font information is lost.So how to maintain the font information ? <br /><br />code is :-<br />InterfacePtr<IScrapSuite> pscrap(static_cast<IScrapSuite*>(Utils<ISelectionUtils>()->QuerySuite(IID_ISCRAPSUITE))); <br />          if (pscrap)<br />          {<br />               InterfacePtr<IClipboardController> clipController(gSession, UseDefaultIID());<br />               if (clipController == nil)<br />               {<br />                    MessageBox(NULL,L"clipController invalid", L"Suite", MB_OK);<br />                    return -1;<br />               }<br />               if (pscrap->CanCopy(clipController) != kTrue)<br />               {<br />                    MessageBox(NULL,L"Can not copy text",L"CanCopy",MB_OK);<br />                    return -1;<br />               }<br />               if (pscrap->Copy(clipController) != kSuccess)<br />               {<br />                    MessageBox(NULL,L"Can not copy text",L"Copy",MB_OK);<br />                    return -1;          <br />               }<br /><br />Font is two byte font.For first paragraph text get copied correctly . but for paragraph after the firt no font information is maintained.<br />text is like :-<br />   <e101><e101><e101><e101><e101><e101><br /><e101><e101><e101><-till this we can see text with font<br />      <br />         <e102><e102><e102><e102><e102> <br /><e102><e102> <e102><e102> <e102><e102>  <-Can not see the text with font deails<br /><br />Thanks & Regards,<br />Pallavi.

    Hello All ,<br />  Using IScrapSuite and IClipboardController I am try to copy the text in indesign cs application.<br />I text is in indian language and I have set the paragraph style to text.For first paragraph all text get copied correctly , but for next paragraph onwords font information is lost.So how to maintain the font information ? <br /><br />code is :-<br />InterfacePtr<IScrapSuite> pscrap(static_cast<IScrapSuite*>(Utils<ISelectionUtils>()->QuerySuite(IID_ISCRAPSUITE))); <br />          if (pscrap)<br />          {<br />               InterfacePtr<IClipboardController> clipController(gSession, UseDefaultIID());<br />               if (clipController == nil)<br />               {<br />                    MessageBox(NULL,L"clipController invalid", L"Suite", MB_OK);<br />                    return -1;<br />               }<br />               if (pscrap->CanCopy(clipController) != kTrue)<br />               {<br />                    MessageBox(NULL,L"Can not copy text",L"CanCopy",MB_OK);<br />                    return -1;<br />               }<br />               if (pscrap->Copy(clipController) != kSuccess)<br />               {<br />                    MessageBox(NULL,L"Can not copy text",L"Copy",MB_OK);<br />                    return -1;          <br />               }<br /><br />Font is two byte font.For first paragraph text get copied correctly . but for paragraph after the firt no font information is maintained.<br />text is like :-<br />   <e101><e101><e101><e101><e101><e101><br /><e101><e101><e101><-till this we can see text with font<br />      <br />         <e102><e102><e102><e102><e102> <br /><e102><e102> <e102><e102> <e102><e102>  <-Can not see the text with font deails<br /><br />Thanks & Regards,<br />Pallavi.

  • Using InDesign CC on Windows 7 Ultimate.  Every time I hit the text tool button the program crashes

    When using InDesign CC, every time I hit the text tool button, the program crashes. 

    Arpit thanks, I have almost exactly the same issue, except that any editing of any kind in my Indesign CC seems to cause a crash.Windows 7 home premium.64bit
    I have received the same solution as you gave above, from the tech team, but cant find the correct file to add the "CopyPlugins.vbs script." to....I get an error message telling me to try again and chose the file adobe indesign CC, and yet that's what I'm doing. There must be an instruction missing for finding the correct file.

  • Need help with space between bullet and text in list

    I've been trying to increase the space between my bullet and text in my list. Everytime I increase the margin-left or padding everything moves to the right but the space between the bullet and text stays the same. Would someone help me figure out what I'm doing wrong. Website is located here. http://www.webassistantsllc.com/clients/sport
    Thanks
    Lynne

    Thanks for the help. That worked perfectly.
    Another question on my bullet:
    Is there a way to adjust the position of my bullet in a list? http://www.webassistantsllc.com/clients/sport
    Thanks
    Lynne

  • I am using InDesign CS5. I have a body of text which is ranged left with tabbed indents. My client now wants the copy to be justifed, keeping the tabbed indents. Help and advice needed please!

    I am using InDesign CS5. I have a body of text which is ranged left with tabbed indents. My client now wants the copy to be justifed, keeping the tabbed indents. Help and advice needed please!

    Hi
    That screen grab helps a lot. There’s a much easier way of doing what you’re doing.
    Remove all your tabs and set the text in justified paragraphs.
    I’ve typed in dummy text in the example I made below, but after “19.1” put in a space and put your blinking cursor after the space and before the ’N’ of ‘Notices'.
    Then hold down the Command key and hit Backspace (on Mac at least - it’s the key between the Inverted commas/ apostrophe key and the return key).
    The text will jump into place the way you want it to.
    Hope that helps
    Paul
    PS You can set a tab, instead of using a space, in the description I gave above. So, after 19.1 or 19.2 or 19.185 etc etc insert a tab, then hit the Command Backspace after every paragraph number and they'll all line up exactly together. You'll find that editing text within the paragraphs
    after you've set it will be LOADS easier this way.
    You can put the tab anywhere you want it to be using 'Command-ShiftT' and putting a 'left align' tab just after the number. Just type the Command Backspace after the paragraph number and it'll work

  • I've been using InDesign for class.  Now it "stops working" when I try to apply text and closes out

    I've been using InDesign for class.  Now I'm trying to do a newsletter for assignment and it keeps "stop working" and closes out the program.

    What Operating System? Is ID patched to version 8.0.2 (the patch was released last week). Do you have a Font Manager?
    Have you tried replacing your preferences? See Replace Your Preferences

  • Roundtripping text between Indesign and Word?

    I'm not exactly sure which forum this belongs on, so I'll start here.
    Our company does a lot of repurposing. We pickup recipes from a magazine and publish them in a book, or vice-versa. Our current system of picking up this content is inefficient and requires the text to be restyled every time it gets picked up. We're trying to implement a workflow that will retain the styling and eliminate duplication, but I'm encountering a couple problems:
    1) When pasting text from InDesign into a word doc, it retains the styles UNLESS those styles are pre-defined in word. For example, if the word template has a pre-defined style called Recipe - head and you paste text that has that style, the text will no longer have that style applied after pasting; it will be set to Normal.
    2) I can use InCopy to pickup the text and then export to RTF, but the text comes into Word with all the formatting applied (sizes, fonts, colors, etc.). This makes it very hard for the editors to read when they're reviewing the copy and making changes.
    So my questions are these:
    1) Is there a way to map styles from InDesign to Word? I'd like to set up the word doc to have all the styles names without the formatting so it's easier to read. OR,
    2) Is there a way to strip out all text formatting EXCEPT the style names themselves? We want it to retain the style names so we can map them to the InDesign styles when we import the text.
    If anyone has dealt with these issues, I would really appreciate the help. My searching thus far has yielded little in the way of results.
    Thanks in advance,
    Matthew

    Because I have very few translators who can work in ID, I use a workflow like this all the time. If you're handy with VBA, you can write a script that
    will go through all of the styles in your exported RTF and replace the formatting in the InDesign styles with something much simpler. For example, I'll change all serif styles to TNR and all sans styles to Arial, because I can assume that my less technically competent translators who panic when asked to install a font would at least have those two fonts installed. I can change the paragraph indents and spacing to something much simpler than what is in the ID doc with a single click. When I place that translated RTF back into InDesign, I can replace the translator's, ah, "formatting choices" with the original style definitions, so I can simply Clear Overrides and get something pretty close to the original formatting, only requiring minor cleanup.
    If you're not handy with VBA, and yet expect to use Word as an integral part of your workflow, I suggest that you get busy studying.
    Edit: Actually, tagged text is a pretty good idea, if you're willing to do some post-processing. The kind of editor who insists on unstyled text in Word is unlikely to be willing to edit tagged text in a raw text editor (or to use TagEditor or some other tool intended for manipulating tagged text).
    Message was edited by: Joel Cherney

  • How can I make an E-Book using InDesign?

    I initally assembled an ebook using Microsoft Word and uploaded the file to BookBaby along with the cover design as a separate image file. The E-book is a relatively simply layout, 100 color cartoons and a text "forward" on first page. However, BookBaby said NOT....I needed to resend the book in a "fixed format". Thus my decision to use InDesign. However, since I've never used InDesign for any work like this I am curious if anyone can help or at the very least, recommend decent links at how I could initially begin to restructure my entire book? As mentioned, it's a relatively simple layout from an asthetics standpoint - - 100 separate cartoons in full color that are 700 pixels wide in JPEG format. Then the "forward" and that full color cover with text already in the image for embedding as the cover design.
    Any insights, thoughts, feedback and / or constructive criticism would be greatly appreciated.

    Normally a paid-for book from the iBookstore can only be read on an Apple device, it tells you that in the requirements section of the purchase page.

  • How to print Indesign 1 built 20 pg. doc. using Indesign 4, saddle stitch on color copier????

    I have a document built in the first version of Indesign. We have two Macs (OS 10.4.11).  My employer purchased a Sharp/COECO brand 6200 color copier/printer (a big boy!).
    The #1 criteria for purchasing that equip. was that it had to successfully print our annual president's report. (After Sharp delivered the copier/printer, things went down hill starting with day one. Bad motherboard in machine; got new motherboard. Output quality shifted causing uneven margins on large posters (11x17) went sent directly from the Macintosh and it gets worse.) Long story short, our Sharp folks said it was because we were operating with Indesign 1 that the features for creating a saddle-stitch job appear grayed out (selections are shown, but we could not select them). Just last week we purchased Indesign 4. Installed it. Tried the very same steps as we tried with Indesign 1. Areas to select to create a booklet using saddle-stitch feature are still grayed out.
    Document information: 20 page, single-page built 8.5 x 11 document (built using Indesign 1).
    Cover Paper (for pages 1 & 20 and 2 & 19) : 80# Futura Laser Dull
    Content Paper (for pages 3-18) : 80# Futura Laser Text
    We want 700 copies of a 20 pg. document. We were instructed by our copier tech/specialist to print the covers separate (since they were to be a different weight paper). So I created an 11 x 17 horizontal layout to place my already built 8.5 x 11 single pages into so they would be printer spreads (the only way I knew to do it). Pages 20 & 1 were side one; pages 2 & 19 were side two. I printed one side first, then the other, as our copier will not duplex automatically.
    The theory from our copier tech was that we would load the covers into the by-pass tray and those would pull (to be added to the content pages to be saddle stitched) once I sent the pages 3-18 (still in a single page format) from my mac to the new copier/printer. The software from my mac would "talk" to the software on the copier/printer and the copier/printer would know to impose, place my letter-sized pages into printer spreads. Made sense to me.
    When we attempted to do all of the above, options that I needed to select for making it into a booklet, saddle-stitched, etc. were grayed out. After countless suggestions (with no solutions ) from our copier tech., they quickly washed their hands of the situation and stated that it was not their product but an issue with our mac. End of story.
    We have 700 covers already pre-printed (containing pages 20 & 1, 2 & 19).  I need to know if there is anyone out there who might have had a similar issue when trying to create a saddle stitched book, designed in Indesign 1, printed in Indesign 4 on a copier/printer that supposedly can do such as mentioned??If so, i need and appreciate all help, feedback, suggestions, recommendations as soon as possible. This job must be ready by Monday, Nov. 16, 2009.
    Our only other option at this time is to set pages 3-18 up as printer spreads, print them on the 80# Futura Dull Text paper (will yield me 4 printer spreads) and pair those with the first printer spread (20 & 1 and 2 & 19), which will then be a total of 5 printer spreads and carry it to a local printer who will graciously collate, fold, and saddle stitch for only $85.
    Please help and many, many thanks for all who can assist! I certainly appreciate it!

    Daniel,
    Thank you SO MUCH for your options and quick reply to my post! I'm nearly at my wits end ... our Command Workstation is also loaded on the only PC in my department. When you said it could be printed using Acrobat, I guess you mean just the plain old, basic Adobe Acrobat that one would use to open PDFs in? I'll give that a try first. If I've misunderstood you, please don't be afraid to correct me .... again, thanks!
    Beth Gray
    >>> Daniel Flavin <[email protected]> 11/04/09 5:58 PM >>>
    Several options come to mind -
    The copier engine and RIP are in charge of the imposition and duplexing from your single page file and should be available from any program ie: Word, Open Office, Acrobat. Could you print a 8 page file from any other program and have the features available?
    Your support points the finger at the MAC drivers; do you have a PC in the facility to check the imposition and duplexing ability?
    The job could be printed from Acrobat as easily as from InDesign if drivers are to blame.
    Is the Sharp accesible/driven by a stand alone program ie: Command Workstation? You would be able to spool the page file and make the options from there.
    FYI, 2 things you can expect and should check with from your local printer about the booklet making - A decent shop will score the covers before the gather, stitch and fold yeilding a nicer crease (no cracking along the spine). (I'm assuming your 80# Futura Dull is a cover weight as opposed to text weight.) Also, you should be getting a face trim to eliminate the creep from the inside pages - a clean polished outer edge. You Sharp can do neither and it is your annual report.

Maybe you are looking for

  • My iphone 5(not S) screen popped out, the whole screen and digitizer, will they replace this if i go to the apple store?

    my iphone 5 screen has been cracked but i recently dropped my phone again and the whole screenpopped out. its still attached by a black cord but now the whole screen is just black and i cant use it at all. will the apple store replace my screen or wi

  • Transfer Interest Rate instrument

    Hi - changes in underlying contracts require us to transfer certain Interest rate instruments (Prod Category 550) to a new company code. Other than changing the end date on the old transaction and creating a new transaction on the new company code  i

  • Can i update my "open box" macbook pro to osx mountain lion for free?

    Hi, i had recently bought an "open box" macbook pro 13 in. I bought it in the time that apple has said a mac would need to be bought to qualify for a free update. Nut according to apple, my mac was bought in December of last year. Is there any way i

  • Outlook sync other address books

    Hi, I am trying to sync additional contacts in Outlook e.g I have the default one "Contacts" but I also have "Clients" and "Mentors".  When completing a sync in iTunes it only sync's the default contacts, how can I include the additional groups? All

  • InDesign CS5.5 Print Booklet Only Printing Even Pages

    I'm having an issue with print booklet in Indesign CS5.5. I haven't used it before, so I'm not too familiar with it, but here's my problem: I'm printing out the document (comprised of letter-size facing pages) as a PostScript file, then converting to