Place a block of text in small characters outside the margin

Is there a method by which I could place a block of small text (outside the margin) in all of the main text and every time the body of the text moves, the small text block also moves along with the main text block? I work with the laws of Parliament and along the main text, there are a lot of marginal notes, which must be placed. Unfortunately, I have to put the marginal notes manually and whenever the text of the law is changed, I have to re - align all marginal notes manually. PageMaker has a solution, you know? Thank you.

lawproject wrote:

Is there a method by which I could place a block of small text (outside the margin) in all of the main text and every time the body of the text moves, the small text block also moves along with the main text block? I work with the laws of Parliament and along the main text, there are a lot of marginal notes, which must be placed. Unfortunately, I have to put the marginal notes manually and whenever the text of the law is changed, I have to re - align all marginal notes manually. PageMaker has a solution, you know? Thank you.

I think you can do this in Indesign with a block of anchor text.

Jay

Tags: Adobe PageMaker

Similar Questions

  • Help!  I'm stuck.  No, not the child into the well.  I took a picture and put a second layer top with a rounded rectangle to make a frame.  My problem is that I need to find a way to hide the small box outside the box on the second layer.  Thanks to

    Help!  I'm stuck.  No, not the child into the well.  I took a picture and put a second layer top with a rounded rectangle to make a frame.  My problem is that I need to find a way to hide the small box outside the box on the second layer.  Thanks to all those who can help you.

    Another option is to put the Options bar of the Rectangle rounded to the path tool

    Trash bolt for the background layer, hold down the Cmd key and click on the symbol of the new layer to layer below the image to white. Then edit > fill with white.

    Return the image layer and draw the image as a path

    Click the load as a selection path in the Panel traced

    Edit > stroke and stroke with color

    Select > Inverse > delete

  • Once I do a text comment and click outside the comment, my comment fades lighter than the color of multiple shades, in which it was typed. Someone knows how to fix this?

    Once I do a text comment and click outside the comment, my comment fades lighter than the color of multiple shades, in which it was typed. Someone knows how to fix this?

    Maybe the opacity for the comments of text setting is set to a value lower than 100%... The problem is that there is no way to change it except by using a script.

    Here's how you can do it. After you have created your comment, click on it with the mouse and press Ctrl + J to open the JS Console window.

    In the lower part of the window clear the text that is there and enter this instead and then press Ctrl + Enter:

    this.selectedAnnots [0] .opacity = 1;

    This should change the level of opacity for the comment selected 100%.

    If it works then right click on the comment, go to properties and then click on the 'Make default properties' box and click OK.

    It should now be fixed for any comment that you create.

  • After separate or unscrew the last block of text, it still points to the old story

    Hello

    I used "kTextUnlinkCmdBoss" to separate the last block of text on the wire, however, once the order is processed, if I have access to the textModel of the box following it still points to the old model:

    InterfacePtr<IGeometry> srcgeometry (srcbox,UseDefaultIID());

    If(srcgeometry ==NULL) break;

    InterfacePtr<IMultiColumnTextFrame> srctextframe(srcbox. ) GetDataBase (), Utils<IFrameUtils>-> ()GetTextFrameUID(srcgeometry), UseDefaultIID());

    If(srctextframe ==NULL) break;

    Srctextmodel InterfacePtr<ITextModel> (srctextframe->QueryTextModel());

    If(srctextmodel ==NULL) break;

    Is it possible to force a refresh the news of textModel in relation to the text block? Of course, if I checked the textModel later, he is properly affected by a new, it's just problem of info is not refreshed on the same running cycle.
    Thank you
    ADI

    Hi Adam, Hi Dirk,

    what works for me using kTextLinkCmdBoss on the precceeding box.

    InterfacePtr iTextLinkCmd (CmdUtils::CreateCommand (kTextLinkCmdBoss));

    UIDList uidList (iDataBase);

    uidList.Append (mcTextFrameUID_preceeding);

    uidList.Append (mcTextFrameUID_preceeding);

    iTextLinkCmd-> SetItemList (uidList);

    CmdUtils::ProcessCommand (textLinkCmd);

    Best,

    Peter

  • Blurry text in small characters in Icon editor 2009

    I am trying to create an icon with a small text, but every time I try a text size 10 or smaller, the text becomes blurred (see below). I know that I could get a text more without that happening before, but for some reason it just now and I do not know why. Any help is appreciated!

    Thank you

    -Cristian

    Cristian,

    the following steps should solve the problem:

    Navigate to the Control Panel - display properties - settings tab -: appearance
    Click on 'effects '.... "and disable or change the active element of the option"use the following method to smooth edges of screen fonts ".

    Thank you

    Tom

  • Text of the e-mail window and the display shrunk. Cannot read the text in small characters. How to restore the display?

    The E-mail screen suddenly started to shrink and is now so low that it cannot be used.

    Put the zoom level for this area - {Ctrl + 0} < < This is a zero

    https://support.Mozilla.com/en-us/KB/page+zoom

  • [ID 5.5, JS] Blocks of text or program group of the United Nations in document

    I have a document of several hundred pages (ID 5.5, JS). I need to put new coordinates for the linked text frames. It works fine as long as there is only a single textframe by page. Here's my code:


    var myDoc.textFrames = monarticle;
    for (var i = 0; i < myStory.length; i ++) {}
    var myPage = monarticle [i];
    myPage.geometricBounds = [30,23.5,267,186.5]


    Of course, this does not work for pages where I have several textframe. My theoretical approach is first group these and then set the new coordinates for executives of group related texts, and after the work is done, dissociate the.


    I found the following script by Tomaxxi which works fine for the active page, but I need the job done for the whole document.

    var myObj = new Array; myObj = app.activeWindow.activePage.pageItems; app.activeWindow.activePage.groups.add(myObj);

    After some fruitless effort I must admit I have no idea how to adapt it to my specific needs. Any help is much appreciated.



    Hello Pia,

    I have checkd your condition in the code js John.

    I just changed your more than 1 select elements

    var myDoc = app.activeDocument;
    var i, myObj = [];
    for (i=myDoc.pages.length-1; i>=0; i--) {
      myObj = myDoc.pages[i].pageItems;
      if(myObj.length >1){
           myDoc.pages[i].groups.add(myObj);
           }
    }
    

    THX

    csm_phil

  • Block of text not threaded connection to the linked text frames

    Can someone please help with a script js (for ID 5.5) that connects a textframe not threaded to those threaded. I tried

    myTextFrameA.nextTextFrame = myTextFrameB;

    He messes things as soon as I learned to link more than once, of course, I have to (I need a script otherwise?).

    Thanks for your help.

    Oops - I did not try before posting. The idea was to force the script to stop when you have selected something else, and in general a 'return' is sufficient.

    Change the 'back' in 'exit (0)' he'll grind to stop as required.

  • The blocks of text move in Muse

    I'm having a problem with the moving blocks of text. I'm trying to place a block of text on a chart. They are in the same layer. The graphic (png since Illustrator) is x 50px 960px. the text block is x 50px 200px. (Picture the graph under a brace of section and the text is the name of the section).

    I diligently to align the graphic frame and text to align horizontally (they have the same value of Y). In design mode, they are lined up. (The text is centered in the image horizontally) In preview, the text is is more aligned to the Center with the graph below him.

    I tried all PIN for browser, pin it to the page and not pin code... I was even considering sticking a PIN in my eye, but that seems not good either... I had this same problem with the other blocks of text as well. (Coincidentally also in addition to a PNG in Illustrator.) I had the text block completely disappear in the preview when pinned.

    I don't know that this is one of those really stoopid things simple if you know what to do, it's very simple... but if you do not have...

    The big question... What is the trick to get the text to appear in the same preview as it appears in the design?

    Someone got this?

    Zak solution in this post on the forum help? Alignment inside the bug box.

  • Copy blocks of text between documents

    I have two documents which have the same number of pages. I want to write a script to copy blocks of text on each page of the document source to the corresponding page in the target document. There is usually only a single block of text on each page, and I want it placed exactly the same in the target as the source. I tried the following:

    for (var i = 0; i < fromDoc.pages.length; i ++) {}

    for (var j = 0; j < fromDoc.pages [i].textFrames.length; j ++) {}

    var fromTextFrame = fromDoc.pages [i] .textFrames [j];

    App.Select (fromTextFrame);

    App.Copy ();

    toPage var = toDoc.pages [i];

    App.Select (toPage);

    App.Paste ();

    }

    }

    It gives me an error on the statement of app.copy: "Cannot copy/cut because of invalid selection."

    Can someone help me with the right code? That the ks!

    Sorry - it's a bug in the forum software that is sometimes

    submitted by email do not appear. What I said is:

    You should avoid the use of copy(), paste() etc. - There is almost always a

    best way to do things.

    In this case, see the duplicate of a textFrame method:

    TextFrame.duplicate (for: varies by: table of unit of measure (number or))

    String)): PageItem

    Adobe InDesign CS6 (8,0) Object Model

    Duplicates the TextFrame to the location specified or offset.

    of: Data Type: varies

    The location of the new TextFrame, in coordinates specified in the

    format. Can accept: table of 2 units, spread, Page or layer.

    (Optional)

    by: Data Type: table of unit of measure (number or string)

    Amount to compensate for the new original TextFrame

    TextFrame position. (Optional)

    You can see that the setting 'to' duplicate() accepts various

    things, which seems to be what you are looking for: page.

    So if you set myPage to a page in a second document, likely to be you

    will find that it has been reproduced on this page:

    myTextFrame.duplicate (myPage)

    Try and see how the text block lands facing upward.

    If this isn't in the right place, I suggest to copy the

    the source for the new textFrame textFrame geometricBounds (he can be)

    have other ways to do it). Just ensure that the origin of the rule and

    units of measure in the two documents are the same.

    HTH,

    Ariel

  • Cannot create a new paragraph in a block of text

    User of Windows 7, 64-bit machine... ALienware i7 processer.

    I create blocks of text and you can type the first paragraph very well. When I type entry to add my second paragraph my cursor disappears. If I type it shows more red overset text.

    I checked my space, my paragraph spacing after...

    Tried many documents... PLEASE HELP ME

    Edition > shortcuts keyboard... and make a new set because you can't change the game by default.

    In the product box, select Menu Type and scroll to the bottom to insert a character to break: paragraph return and select it. Now, place the cursor in the new shortcut field and press enter on the numeric keypad. Context of you changing text, then click on assign, then OK.

  • What is the differece between a Standard report column and that is set to display text (escape special characters)?

    Hello friends,

    My requirement is

    I want to create a table. Presents some columns to display text.

    so my question is,

    What is the difference between a Standard report column and display text (escape special characters) in the attribute column property?

    Kind regards

    Arianne.

    Hi ujwala1234,

    ujwala1234 wrote:

    Hello friends,

    My requirement is

    I want to create a table. Presents some columns to display text.

    so my question is,

    What is the difference between a Standard report column and display text (escape special characters) in the attribute column property?

    Kind regards

    Arianne.

    Here is the difference:

    • Standard report column: this is used when your column in the SQL query returns the HTML markup. For example the query SQL with APEX_ITEM API columns or columns where you have mixed data in the column with the markup. In short, APEX rendering engine treats the column as HTML markup and analysis accordingly to display the required HTML element.
    • Display text (escape special characters): this type analysis the column data in the form of data stored in the database (no HTML). During analysis if the data contains special characters then it escapes and displays the data.

    Yes, you can mix the manual in the form of built on APEX_ITEM with normal standard report (display text) columns.

    I hope this helps!

    Kind regards

    Kiran

  • Adding pages and blocks of text to emulate the behavior of "Smart Text Reflow"

    I create a large number of tables in a document.  If I'm Smart Text reflow on, my script is malfunctioning.  I have the start of treatment:

    1. Add a new table

    2. If the last block of text of page overflowing and then add a new page

    With smartTextReflow off, I want to assure that the executives of new blocks of text which corresponding to the main text of the page master.  It must be able to manage to get the settings from the page of left/right text block.

    I have solved my problem.  I was overthinking things!

    Given that I have selected blocks of text on master pages as the main text blocks, when you create a new page, a block of text is automatically created. So the problem is then simply connect the block preceding text for the text block that was created when the page is added.

    TableAutomation.prototype.AddPage = function() {
         var previousTextFrame = app.activeDocument.pages[-2].textFrames[0];
         var np = app.activeDocument.pages.add();
         var textFrame = np.textFrames[0];
         previousTextFrame.nextTextFrame = textFrame;
    };
    

    The cost of the above code was about 5 hours of banging my head against the wall

  • Heights of game for all the blocks of text in a document

    Looking to do something seemingly simple. I want all the blocks of text in my document to the same height.

    Here's where I am.

    app.activeDocument.textFrames.everyItem () .height = "2.3195 in."

    Note: I work in InDesign CS5.

    Any help on where to go from here would be greatly appreciated.

    Or, in the CS6 and later*:

    var NEW_HEIGHT = '2.3195 in';
    
    // MULTIPLE RESIZE() IN ONE STEP
    // =============================
    app.activeDocument.textFrames.everyItem().resize(
    
        // Target bounding box(es) -- Use OUTER_STROKE_BOUNDS if needed
        // ---
        [CoordinateSpaces.INNER_COORDINATES, BoundingBoxLimits.GEOMETRIC_PATH_BOUNDS],
    
        // Reference point -- Here resize is performed relative to the top edge
        // ---
        AnchorPoint.TOP_CENTER_ANCHOR,
    
        // Absolute replacement
        // ---
        ResizeMethods.REPLACING_CURRENT_DIMENSIONS_WITH,
    
        // [width, height] in points
        // ---
        [ResizeConstraints.KEEP_CURRENT_VALUE, +UnitValue(NEW_HEIGHT).as('pt')]
        );
    

    * Can operate CS5. x too, but I think remember that CS4 has a bug where resize() is a plural specifier whose receptors belong to several blocks spread.

    @+

    Marc

  • Adding blocks of text

    I add blocks of text via a script to each layer of each broadcast of a file.

    The only properties that I speak are the geometric limits and the outline color and size.

    On some client provided files if I run another script to tell me the geometric limits of managers of related texts, on some pages it shows the first two geometric as limits being-. 0 and 999999999999 when she's been assigned to-1 and 0.  But if I manually click on the blocks of text, they are properly showing the y of x that I coordinate expect (-1, 0).

    I'll try to post the code a little, but I'm sure this has more to do with the files from the front pages to no and it leaves a persistent problem. Maybe I need to wipe completely all of the properties in pages face before adding blocks of text?

    Converting the value at the front is not necessary, ID done this on its own.

    Curiously, a conversion from inches to points * is * accurate--a thumb is equal to 72 points. Or at least it does if you use definition of Adobe (which I believe that indesign uses internally).

    I would just not worth on inconsistency 0.00000001%. Even if your output will be furred, should be miles (or kilometres ;)) scale before someone should she notices, and at these magnifications the process itself would add many more potential inaccuracies.)

    If you want to display the value of a user, use the flare:

    valRounded = Math.round(value*1000)/1000;

    will return your value with a modest three digits of precision.

Maybe you are looking for

  • WiFi functionality

    is my Pavilion a6238x capable wireless?

  • Since win 8, Fn + F8 upgrade only changes to the mode of plan on TECRA R850

    Hello My Tecra R850 - 1 CL (with Ericsson 3 G modem) has 2 LEDs for the network: a yellow for the WiFi LED and one light blue for 3G. Windows 7 64 bit, everything worked OK and Fn + F8 allows to enable or disable the WiFi and 3G. Since I've upgraded

  • What speed of ram in CQ4010F

    Looking to add some more ram to my computer and short pulling on the handle and the search. A hope that someone all ready made this upgrade and what you used. Tried PCWIZZARD and locked up my computer twice when he tried to analyze both to 62% had to

  • Free netflix does not work

    you just bought the Sony kdl70r550a. Cannot activate the free offer. someone at - it the same problem

  • Droid unveiled Razr

    http://Mashable.com/2011/10/18/droid-RAZR/ Looks like one, thinner, water-resistant kevlar locked up 4g Droid x (2).