Need to second indent line only to a paragraph, possible? Exercise of lateral thinking...

Right now I use styles two para formatting that I want to do. I would like to be able to do it with one so I have the flexibility to change the attributes of text fonts (which will change the wood by line) without having to replace paragraph breaks in all the legends of the table when I do. I suppose I could do a GREP pattern to automate the removal of the old lines '\r' with that style but I had to manually enter all new, it's dozens, I think in the whole document.

Sounds like it might be a job for the initials, but I can't go to work?

Main problem is that I have to second indent line but not the first line where the secondary table header is on the same line as the legend of the table.

Screenshot 2014-04-20 14.04.34.png

Currently I have a paragraph style that uses a GREP style to apply a underscore character style to the first word and the code for the legends of the table (for example table 5.12). I also three tabs to determine the offset of the undeline rule, which is offer a background color to positions of tab parameter expression (\tTable\s\d\.\d+\t) allows me to control the offsets of the rule. I guess I could use above rule also to the same effect while moving tabs is easier to change shifts in specific cases like the longer numbers for example 'Table 5.28' or tweeking just the style.

File of ID to play with.

Hello

Immediately, I would use: search for the beginning of the para (with numbering) and paste an anchored block (no color) with wrap (0). No need to cut the paragraph on two.

Tags: InDesign

Similar Questions

  • second indent line in css list

    I would like to know how indent the lines of other/etc list in the justified div block.
    It should be simple, but it's to fight.

    http://estafetaagent.com/pages/spacetest.html

    Use CSS with a hanging indent, for example,

    Li {text-indent:-6px ;}}

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "elmorilloana" wrote in message
    News:ftujj4$AF5$1@forums. Macromedia.com...
    > thank you, no - what you kindly showed me that I can do. what I want is
    > to
    > indent the second line below a list (ing) unique, i.e. first row of the list
    > article
    > has the ball and then the following lines under the listed item, I want to
    > dash.
    > something like below:
    > * akdfakfldkfkdfln
    > ndjfkdlfklkl
    > nlkdflnkldfk
    > * nladkflklf
    > nlklnklk
    >

  • How to set the alignment of the grid as "First line only" for any style of paragraph

    Hello.. Please help me.

    I have to set the alignment of the grid as "First line only" for any paragraph style.

    I use the code below to set the alignment of the grid as "all lines".

    *********************************************************************************

    TextAttributes InterfacePtr < ITextAttributes > (styleInfo, UseDefaultIID());

    AttrGridAlignment InterfacePtr < ITextAttrGridAlignment > (: CreateObject2 < ITextAttrGridAlignment > (kTextAttrGridAlignmentBoss));

    attrGridAlignment-> SetGridAlignment (Text::kGABaseline);

    textAttributes-> ApplyAttribute (attrGridAlignment);

    Here, I created the text attribute of the alignment of the grid and applied to the styleInfo of the style.

    Now, the problem is that I tried all available of Text::GridAlignmentMetric values, but none of them affect the 'first line only. Please tell me the solution of this problem. I'm short on time.

    Thanks in advance.

    You apply this attribute via kEditTextStyleCmdBoss or equivalent? If this is not the case, consider to do.

    kGABaseline is what you need. In addition (see dialogue change style to a "pipe") you will need kTAGridAlignOnlyFirstLineReportBoss - IID_ITEXTATTRBOOLEAN set to true...

    Dirk

  • JavaScript to extract the second line only a field of text as a PDF?  Is this possible?

    I have a PDF form created in Acrobat DC.  One of the fields is a for the name and address multi line text field.  The user between that info with carriage returns in a field named the plaintiff that ends in a format such as:

    Name

    Mailing address

    City, State Zip

    I need to extract JUST the second line of this field to complete another field of text with these data.  So, my second text field called StreetAddress and would automatically extract only the second input line in the text field named candidate.

    Is it still possible?  If so, can someone give me an example of how this can be accomplished?  I don't want to ask the applicant to each line of input in separate fields.

    Of course, it is possible. Use this code as the "StreetAddress": custom calculation script

    var fullAddress = this.getField("Applicant").valueAsString;
    var lines = fullAddress.split("\r");
    if (lines.length>1) event.value = lines[1];
    else event.value = "";
    
  • connect the telephone line only to send a fax

    I just got my HP8600 and want to know if I can connect my phone line only when I want to send a fax?  I've never had the opportunity to receive a fax and so would deal with the connection of the phone only when I need to send a.

    Hello

    Yes, you can do it this way, if you wish. Please use the following manual to implement in your country:

    http://h10032.www1.HP.com/CTG/manual/c03045013.PDF

    Kind regards.

  • Using of "get the N first lines only" does / * + FIRST_ROWS ([N]) * / redundant index?

    I know FIRST_ROWS indicator shows the optimizer to minimize the time of the first row.  I know that the new feature of 12 c for "fetch [FIRST |]» [NEXT] [N] LINES [ONLY |] WITH LINKS] "get first/next N lines only / with ties" will implement the query using ROW_NUMBER().  Should I leave hint in case it improves performance, or the clause FETCH FIRST made this redundant suspicion?

    Hi Wes and Hoek,

    Oracle said on the indicators in the 12 c setting guide. Each version of this statement becomes stronger.

    The disadvantage of the advice is additional code that you must manage, audit and control. Tips have been introduced in Oracle7, when users have little recourse if the optimizer generated suboptimal plans. Because changes in the database and host environment can make obsolete tips or negative consequences, it is a good practice to test the use of indicators, but use other techniques to manage the execution plans.

    Oracle provides several tools, including how to set up SQL, SQL plan management and SQL Performance Analyzer to solve performance problems unresolved by the optimizer. Oracle strongly recommends that you use these tools instead of advice because they provide new solutions like the change of environment data and database.

    Oracle presents advice in V7, basically as an admission that its optimizer based on CSSTidy based cost did not get things right all the time and tried to get rid of them since. In addition, the preferred method of setting when you are browsing the major updates was to review advice to remove them. It will be interesting to what extent can it be pushed in V12.

    In what concerns the first lines index and ROWNUM limiting, unless you just try to get the garbage data, it's meaningless without the presence of an ORDER BY. Once you have an ORDER BY, the query must retrieve all the data before it can return anything. The exception to this rule is if there is an index that the database can use to retrieve already ordered data, that is to say on the order of columns. Therefore, the essence of the indication of FIRST LINES. It will be aggressive looking in the index in favor if the index is in line with the order of. (Try the setting of a SIEBEL instance if you need proof)

    I don't have a 12 c to test at the moment, but looking at the examples of Martin, it appears the optimizer is aware of the new windowing function in the new FETCH FIRST/NEXT structure and selects a plan that gives the best answer. If you go through the effort to review suggested rownum limited requests to remove the tips if possible, maybe you should just rewrite with new windowing function.

    Concerning

    André

  • Lines only try to extract

    Hello world

    I spent about 3 hours last night working on a small .by script to make lines only.  After 3 hours, I was totally aggravated problems of the ticks and they are supposed to be in the correct position.  I tried researching the literature of oracle to learn more on how to use these tick marks, but nothing is.  Now I'm totally confused as to how to use the tick marks in the script below and in general.  Rather, I read something and learn how do to the future someone just give me the answer to a problem.  I hope you understand.  I just try to extract the rows only in a table.

    Thank you for your help in advance.

    Kind regards

    Al

    I'm on a computer laptop windows 7.

    I checked the query and returns the rows I need actually.

    I am as user scott the expdp running with the following command:

    > expdp parfile = rowsonly.par

    > user name: scott

    > password: *.

    Here's what I have:

    1. Rowsonly.par

    Directory = dpump_dir1

    dumpfile = scottrows.dmp

    logfile = scottrows.log

    include = table: "="LVGSTN_ADD"

    Query = LVGSTN_ADD: "' WHERE L_NAME LIKE"A % '"

    My output is as follows:

    c:\app\Oracle\parfiles > parfile = rowsonly.par expdp

    Export: Release 11.2.0.1.0 - Production on Sat Sep 7 18:28:19 2013

    User name: scott

    Password:

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit

    Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    ORA-39001: invalid argument value < = I have made several attempts to fix this.

    ORA-39071: value of the TABLES is ill-formed.             < = I have made several attempts to fix this.

    ORA-00920: invalid relational operator < = I have made several attempts to fix this.

    c:\app\Oracle\parfiles >

    Hi DK2010

    I found the problem.  I replaced this table to another, and it worked.  When I compared the two tables that I saw that was one I used an EXTERNAL TABLE.  Clearly oracle cannot operate on this type.  I simply forgot all about this table and its source.

    Now I can store my lead pipe and go to sleep.

    Kind regards

    Al

  • Need to send several lines in mail utility

    HI Experts,

    I'm using ODI 11 g.

    In my ODI package I use a Variable when I need to write this query

    Select campgn_no. »  '|| LPAD (lang, 4,' ') | »   '|| LPAD (total, 6,' ') | »  '|| (select TO_DATE(CELL_STRDT,'YYYY/MM/DD')
    ||'      '|| CELL_END_DATE
    OF sp_product m, sp_dom o
    WHERE m.offer_id = o.offer_id AND o.campgn_no IN (SELECT DISTINCT T.CAMPGN_NO FROM SP_ODI_TEMP T WHERE T.CAMPGN_ID ='lm10303 "") and rownum = 1) | Chr (10) Lang_Break_Up
    de)
    Select o.campgn_no, campgn_no, lang, count (1) total m.lang
    of sp_product m, sp_dom o
    where m.offer_id = o.offer_id
    AND O.CAMPGN_NO IN (SELECT DISTINCT T.CAMPGN_NO FROM SP_ODI_TEMP T WHERE T.CAMPGN_ID = 'lm10303')
    O.CAMPGN_NO GROUP, ORDER BY O.CAMPGN_NO M.LANG);

    This qqery returns values like

    LON01 E 4 MARCH 10, 13 2 FEBRUARY 13

    LON02 E 2 MARCH 10, 13 2 FEBRUARY 13

    LON03 E 4 MARCH 10, 13 2 FEBRUARY 13

    LON04 E 3 MARCH 10, 13 2 FEBRUARY 13

    Just after this Variable, I am setting a utility of mail to send this result.

    But after running the post office, it sends only one line of result.
    LON01 E 4 MARCH 10, 13 2 FEBRUARY 13

    I need to send multiple lines ... How to do this... Please help me on this.

    Thank you
    Lony

    Hello

    If you have less than 4000 tank, you can use this workaround with listagg.

    LISTAGG (last_name, ';) ')

    THE Group (ORDER BY hire_date, last_name)

    Select LISTAGG (campgn_no |) »  '|| LPAD (lang, 4,' ') | »   '|| LPAD (total, 6,' ') | »  '|| (select TO_DATE(CELL_STRDT,'YYYY/MM/DD')

    ||'      '|| CELL_END_DATE , '

    ') THE Group (ORDER BY campgn_no)

    OF sp_product m, sp_dom o

    WHERE m.offer_id = o.offer_id AND o.campgn_no IN (SELECT DISTINCT T.CAMPGN_NO FROM SP_ODI_TEMP T WHERE T.CAMPGN_ID ='lm10303 "") and rownum = 1) | Chr (10) Lang_Break_Up

    Of...



    Basically you tell Oracle to consider only one line which consist as the concatenation of your line with a \r\n


    Let me know

  • Run the second sql statement only if the first sql statement is set to zero.

    Hey guys I seem to have a mental block here. I have two sql statements. I would like to than the second to run only if the first sql statement is set to zero. I know that I can use PLsql but I would really like to see if I can do this with sql upward. Your answers are very much appreciated.
    This is the first sql
      Select     ft.fund_code, 
                 ft.orgn_code, 
                 ft.acct_code, 
                 ft.amount, 
                 fb.owner_pidm, 
                 ft.prog_code      
          from ftrbremb fb , ftcractg ft
          where fb.doc_code = 'TR000038'
          and fb.ftpbport_id = ft.ftpbport_id
    second sql statement
         Select ft.fund_code, 
                 ft.orgn_code, 
                 ft.acct_code, 
                 ft.amount, 
                 fb.owner_pidm, 
                 ft.prog_code      
          from ftrbremb fb , ftcractg ft, ftprexps fx
          where fb.doc_code = 'TR000038'
          --and fb.ftpbport_id = ft.ftpbport_id
          and fx.ftrbremb_id = fb.id
          and ft.ftprexps_id = fx.id;
    How can I combine these two statements together so that when the first is null the second run. As a bonus, I want to get just the first line as well.
    Any help would be greatly appreciated. I tried to accomplish with the case statement but it dosent everything seems to work for me.
    Thank you

    Miguel,

    the idea is simple: join the two queries (via the union of all) and to change the second part as to return only the rows if the first query returns no rows by changing the NOT EXISTS (first request). Hope I made it clear... ;)

  • I need to number the lines of my page document for the presentation of the journal. Help, please!

    I need to number the lines of a document to be submitted to a journal. I can make a section in the document, but I can't find a command, and then add the line numbers.

    Hi Misha,.

    3 pages includes number of words to display as a menu item in the view menu:

    The County appears at the bottom left of the page and it shows more options when you click on it. Unfortunately, "number of lines" is not included in the available options:

    If you had ' 09 Pages on your Mac and did not intentionally removed it when you installed 5 Pages, it will always be there, in a folder named iWork ' 09, in your Applications folder.

    Copy your document, open the Pages ' 09 and paste the contents of your document into a word processor new document in Pages ' 09.

    Check that the end of the document is delivered on the same page (number) and to the same position on this page as in the original and making small changes at the margin to adjust it if necessary.

    Then go to edit > tools > statistics to see this more comprehensive report:

    Note that if you need to present the newspaper article in one format other than a file of Pages, the number of rows may change due to changes in the conversion to the new format of formatting.

    If you don't have a Pages ' 09, you can get a number of lines using tools > line numbers in OpenOffice or LibreOfficeApache. Both are applications open source, free to download and use (even if you might donate help the future evolution of the demand). The links will take you to their respective Web sites.

    Oh... One more thing (as long as Steve jobs used to say sometimes): pages (3), go (menu) Pages > provide pages of comments and make a feature request so that the line count (and line numbering) added the capability of 3 Pages.

    Kind regards

    Barry

  • Tools command line only for tiger?

    I have an iMac G3 carbon on OS X 10.4.11, with a small hard drive. Is there a command line only version of Xcode 2.5 tools?

    Hello redactedredacted,

    How tiny talk we? XCode 2.5 is less than 1 GB. You can download it here: https://developer.apple.com/downloads/

    Uncheck all the options except for the developer tools and scroll down. I don't know what options are available for the installation of.

  • I need a second Apple ID/e-mail address.  How?

    I need a second Apple e-mail address.  How?

    Settings > Mail, Contacts, calendars > accounts > add account

  • The Performance counter requested is not a custom counter, it needs to be initialized read-only.

    I use SAGE ACt! database and I get this error message after loading.  The Performance counter requested is not a custom counter, it needs to be initialized read-only.

    Does anyone know how to remedy this?  I talked to the WISE and they say it's a problem of Windows registry, but I don't have the knowledge to deal with this.

    Hello

    Thanks for posting your query in Microsoft Community!

    Can I know what Windows operating system do you use?

    I would like you see below and check if that helps.

    Error message "Performance counter is not a custom counter, it needs to be initialized in ReadOnly" when you run Microsoft Dynamics CRM 4.0

    http://support.Microsoft.com/kb/958377#appliesTo

    Note: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756 /) how to back up and restore the registry in Windows.

    Please report if you are still having the problem. I will be happy to provide you with the additional options that you can use to get the problem resolved.

    We can't wait to hear back on your part.

  • Do I need a second WAP54G?

    Miss me part of the configuration, or miss me an access point.  Any help is appreciated.

    Here we go...

    I have a wireless ISP router that serves as my internet source.  I have a laptop that connects to what just fine (wireless) and can surf the web. I have a router WRT54GS (router called "A") connected to the ethernet port (1) on the ISP router.  The router is used 2 wireless computers on my floor of my house.  I have no problem, surf the web with these two computers.

    Here is where the fun begins.

    In my Office I have a WAP54G that connect wirelessly to the router.  Can I connect a pc or a server via Cat5 on port ethernet of the WAP54G and surf the web. At this point, all is well in my world.  But it was not good enough!  I'm working on a large number of pc and I need more connections in my office.

    I decided to connect another router (WRT54G Router called "b") to the WAP54G so that I could connect several computers to a kvm in the same room all wired.

    I connected via cat5 ethernet port WAP on the WAN port on the router B.

    I then connected to a pc/server/laptop (yes I tried everything) to router B and I couldn't surf the web but could have access to router via web services.

    Things I know.

    When you are connected to router B.  I received a valid (via DHCP) IP address of the router.  Can I access router via WAP.  This means that I was able to connect to router and change all the settings.  Without router B in the image of a pc/server/computer laptop all work well when hard connected to the WAP.  Even with the router B connected to WAP (and the machines connected to router B does not) my other computers that connect wirelessly to the router work seamlessly.  In the router I have updated the list of mac filter with the mac address of each asset.

    so...   If I don't have not lost...  What do you think?

    Do I need a second WAP to complete the bridge?

    WAP needs to be connected to a port ethernet in router B?

    I forget just an easy adjustment?

    Is it impossible given equipment I currently have?

    Do you need clarification or have any questions?

    Can you help me?

    Thank you for your time and your thoughts,

    Justin

    If it helps, it's Ikster who helped me no volcano. I pasted the shortcut to this one below, don't forget to turn off your firewall until you have your configuration work.

    http://forums.Linksys.com/Linksys/board/message?board.ID=Access_Points&message.ID=3533&query.ID=2007...

  • Need to draw the line &amp; bargraph on Blackberry using JDE 4.7

    Hello

    I need to draw a line and a graphic barcode using JDE 4.7.

    can someone help me find the starting point.

    Thanks in advance.

    The forum search will often provide an answer.

    http://supportforums.BlackBerry.com/T5/Java-development/how-implements-a-chart-on-BlackBerry/m-p/465...

Maybe you are looking for

  • Account reset virtual store - 30687 account

    After the upgrade and register virtualstore there is only a blank screen in the virtualstore.So I need support or account reset, if this can help.My account 30687Firmware E_1.100

  • Help! Windows has damaged Macintosh HD

    Hi people, I really need an expert on this one! I had OS X El Capitan and Windows 10 (bootcamp) installed on my MacBook Pro. Today, I tried to boot Windows and a screen pops up saying that it was unable to start, so I used the installation disk windo

  • I need a guide on how to use the microsoft 3000 keyboard

    Hello I have something that I can print on how to use the keys for the microsoft 3000 keyboard or need a downloadable guide. I give my boss a copy. Thank you Neil

  • Vista command line

    I was curious to know if anyone had a list of the command-line such as msconfig and regedit for vista Home premium. I had to leave school due to the fact of their being incriminated, and now I'm looking to go elsewhere.

  • Try to run Defrag/Task Scheduler Service, get the message 'Task Scheduler Service does not work' in Windows 7

    I'm trying to defragment my system (Windows 7).  When I go to START and type in "Defragmenter" it states: "the Task Scheduler Service does not work.  "Start the Task Scheduler Service and try again.  When I do, the following message appears: "the rem