Delicate required... GREP style using a subexpression not staining to find space characters

I have the section headers in my paper which have a paragraph that are applied to their style. They are always of the form \d\.\d\.\d\.\d(\t) follow in a short sentence of the text. For example:

5.2.2.1 the rain in Spain falls gently on the crane

I'm looking for a style GREP can highlight the character of each word with a character style, but not the spaces between words. It seems to imply nested iterations which I do not know how to do, including an expression not staining. Well, it isn't working how I think it should...

5.2.2.1 the rain in Spain falls gently on the crane



I think that this style of GREP should get it: (? < = \t) ((\S) +(?:\ s)) + positive looks on the tab between the last digit of the section number and the first word, but the hair subexpressions are not spaces to underscores, instead, I find myself with all the head text highlights as follows:


5.2.2.1 the rain in Spain falls gently on the crane

"Nonmarquantes" subexpressions mean nothing to InDesign; You can only use in search operations and replace GREP.

There may be a single GREP (complicated) style that works, but it might be easier to point out everything and then apply a second GREP style that takes away the underlining of your spaces.

Tags: InDesign

Similar Questions

  • How the style of text that is placed between the space characters

    Via a paragraph style sheet, I need apply character styles to text that is enclosed in the white spaces.

    For example:

    The cat < < thinspace > > Sam < < thinspace > > on < < enspace > > < < enspace > > Carpet

    In the light of the foregoing, "Sat" would have a character style while "Mat" will be another.

    What is the best way to achieve this?

    I know that Indesign has GREP styles, but that doesn't seem to work with the text placed between the space characters.

    The only reason why I am using space characters is also because they are invisible when printing.

    Is there another method for the text wrapping to tag as needing to be marked with a style?

    Thank you!

    Peter Spier says:

    Where is Jongware when we need him?

    By working?

    I don't find anything wrong with the styles available in CS6, it is defined locally or in a style. Maybe there was an invisible error in the original style of GREP - say, something like a space at the end.

    I agree with Peter, however, you might want to try other codes. Because

    The only reason why I am using space characters is also because they are invisible when printing.

    This is not the case... quite true. Of course, you don't see any markings on paper (or screen), but you pouvez see space between words is smaller and more!

    But do not limit yourself with "invisible" codes You can use this trick to emulate type HTML styling: http://indesignsecrets.com/using-grep-styles-to-format-html-code-in-indesign.php

    A big advantage is that with a click of a button, you can still get the visible 'invisible' codes. Just disable the GREP style that masks the codes or change its character style.

  • Not possible to write space characters in the fields 'Subject and Message' [Send &amp; Track]

    • Acrobat Acrobat Pro DC 2015.016.20039
    • OS X El Capitán 10.11.4

    Problem since the last update.

    1. File > Send file > Send and track...
    2. Choose "Send Invitations personalized (with track)"
    3. Go to the fields 'subject and Message.

    Problem: I can write a text in these two areas, but it is not possible to type any space character. The only solution I know is to copy a space character outside of Acrobat, and paste it in via the clip board.

    Does anyone know how to recover the ability to write normal.

    The keyboard is ok, no problem.

    Mrs. Willi Adelberger

    Hey Willi,

    Today we released a hotfix that resolves this problem on space/line jump does not work in the transmission and the railway. If you're not already updated to the latest patch, simply open Acrobat and visit help > check for updates to apply this hotfix.

    More details about this release and bug fixes is available here: https://helpx.adobe.com/acrobat/release-note/acrobat-dc-june-02-2016.html

    Please give it a try and let us know.

    Thank you

    -ashu

  • GREP styles - excluding whole words

    A project of datamerge we were experimenting GREP styles to see if we can get the text to change the names automatically.

    We basically data that came with "Firstname Lastname" in a few places. In only one of the occurrences we want to remove 'Lastname' then thought we would experience a GREP style for this. We use a character with a fill of none style to achieve.

    So we have "Dear Firstname Lastname," and you want to make a style of GREP that is just "Lastname", but leaves the "Dear" and "First name" single. Targeting "Dear" and "First name" with a GREP style was easy. "Dear\s\S +" is "Dear" followed by a space, followed by anything that is not a space until it reaches the next space. However, applying the same logic to exclude it was not so easy.

    We tried a postanalyse to say look for "Dear" followed of a Word and exclude them, then apply the style to the rest of the line. We started with (? < = expensive) \S+ who worked to exclude just 'Dear' and apply the style to the rest of the line, but when we added the rest of the expression to create (? < = Dear\s\S +) we got nothing? We were able to get (? < = Dear\s\S) \D+ to work. It excluded "Dear", more space and the first letter of "Lastname", but we can't seem to find a combination that will include the whole second word ("Firstname").

    Maybe it's that there is an even easier way to do that simply target the first two words of a paragraph, but we have not been able to find a way to do either. Maybe we're just too ask many GREP styles and it is not possible... but we approach!

    I know it's probably easier to address this issue in the data by doing a new field in advance, but we don't have that luxury this time.

    Thanks for the pointers that anyone may be able to give.

    Steve

    OK, I guess that I do not take your sense of the first time through. Can I use the deprivation of sleep as an excuse?

    Of course, that's just my opinion, but I think that if there are some styles to make, either nested or GREP, we should limit the paragraph style so that those paragraphs that would be greetings, even if it means using a realtionship of style based on the isolate. Given the description of the problem where the paragraphs seem to begin with 'Dear', I'd be willing to bet that there no cases of paragraphs in this position in the merger that doesn't start like that.

    And I really don't like your solution.

  • InDesign: Help with Grep Styles (do not always work)

    I found this excellent tutorial which allows styles GREP simulate the functionality of the HTML tags.

    So that the cat sat on the Mat < /b > < b > will appear in InDesign as: the cat sat on the Mat.

    The problem is that this does not always work.

    Here I have two text elements that are displayed on pages separated into separate text boxes. Both have the same paragraph style applied to them (who use the technical HTML GREP)

    < b > "Make fool me super fast, birthday card from Jonathan!" < /b > add Ben.

    Holly wand Glitters and brushes lift into the air.

    "It works!" shouts Holly and Ben.

    < b > "Humpy, lumpy, bumpy, do."

    Nice and comfortable King thistle. "< /b >

    "Thank you, you can go now."

    Nanny Plum,' said King thistle.

    The first paragraph works perfectly. The < b > tags are hidden and the bold character style is applied.

    Paragraph 2 does not work. The < b > tags are hidden, but the characters are not "BOLD".

    This could be the cause?

    Here is my code GREP:

    Apply the Style HTML to text: (< \/*b >)

    Apply bold to the text: (< b >). + (< /b >)

    (Style HTML is used to hide the HTML characters. "Style"BOLD"makes"BOLD").

    Thanks for any help that can be offered

    Is there a paragraph return after 'make '? You can check by turning on the view-> display-> Normal Mode and then Type-> display hidden characters (not sure on the last of them, my phone isn't InDesign on it).

    GREP styles may cover several paragraphs. So if the opening tag "BOLD" is in one paragraph, and the closing tag is in the second paragraph, it'll never work.

  • Error message: the preset used by one or more sequences in this project requires third-party components that could not find. These sequences will be changed to use a custom sequence implementation. To continue editing using the original preset, as

    Hi all

    I can't open a project PP without this error message that appears:

    "The preset used by one or more sequences in this project requires third-party components that could not find. These sequences will be changed to use a custom sequence implementation. To continue editing using the preset original, exit the application without saving the project, reinstall all third-party components that are needed, and reopen the project'.»

    What I had been doing before that to happen was a PP project using sequences ProRes for editing and editing multicamera. Several cameras didn't work very well and after a few attempts of difficulty that I gave up and finished the work of cutting 3 layers of video instead. SOUL refused to make the finished three lasting more than 1 hr sequences so rendered video sequences PP. finals

    I tried to remove the plists for SOUL, PP and QT repair disk permissions and restarted, but there was no improvement.

    Customer is satisfied for now, but will want to return on this work to a later date so decided to uninstall and reinstall SOUL and PP in the hope that the two would be willing to work properly when needed again. SOUL works very well in conjunction with another PP project, but now I can't open the PP project in question without the above error message appears.

    After searching on the net, it seems that the problem may be caused by ProRes but I could not find a definitive solution to the problem. Does anyone know either:

    1. How do I solve this problem?

    2. If I chose the "modified by using a custom sequence parameter", can I be sure that my footage will look the same, even if they do not use ProRes? The final format of the deliverable will be mp4 so as long as the overall appearance does not change so I can afford a change in the edit codec. It's just that with three sequences of more than an hour long, I don't want working days to be ruined.

    Other older PP projects of mine open and work properly.

    First CC 8.2.0 Pro

    Media encode CC 8.2.0.54

    10.10.2 OSX

    Any help would be greatly appreciated.

    Duncan.

    Web chat Adobe find a solution.

    Open the PP. project

    Export your project or the sequence in Final Cut Pro XML form.

    Set up a new project PP.

    Import Final Cut Pro XML file.

    This will take you to the top race.

    Since getting back to this publishing project, I found that some things will be lost or change using XML:

    You will lose the position key framing, black video clips, dissolve fx, audio levels, dynamic audio fx, the possibility to open a multi camera clip and change the display of the camera.

    You keep the cut points, crop fx.

    Not perfect but only took a few hours to save 3 working days.

  • Using grep Style

    Hello!

    I need a grep for this style:

    I got a list of style names. I need to DIMENSIONS: at the beginning of all the names of styles, what is grep for this style?

    Thank you!

    b GREP Styles can add (or change) text. To do this, you need a regular GREP search / replace.

    (b) Eugene is partially right--is the code for "the beginning of the paragraph.

    ^

    but he forgot that you can search for a 'position' but you cannot use it in a search/replace operation, and you must always include at least a single character. To do this, you can use the wildcard character. (period) like this:

    Search

    ^.

    Replace it with

    SIZE: $0

  • GREP style - apply character style to the opening and closing parentheses surrounding a 0 (but not 0)

    Hello

    I'm relatively new to GREP style and will have to put in shape about 600 postcards containing various data (via the merger of data), including phone numbers. Consider the following data set:

    1. + 44 (0) 123467800

    2 (©) copyright

    3. (name of the program)

    I want to tell Indesign to stagger the opening and the closing parenthesis of the baseline (with a character style), but only the bracket that include a 0 and, possibly, without affecting the 0 value between them.

    Seems like an easy task, but it is impossible to find a solution. Could someone help?

    Thank you very much

    Antonio

  • Configure Apache HTTP Srvr for WLS12c error - "address already in use: make_sock: could not bind to address 80.

    Hello the Experts of Oracle.

    I already have

    1. installed the Apache HTTP Server (with libraries)
    2. Downloaded the Plugin of Apache WLS12c
    3. copied the plugin files into the appropriate directories.
    4. Modify the httpd.conf (see below)

    At the present time, I try to start the Apache HTTP server and runs in an unexpected error.

    WHY APACHE ATTEMPTS TO LISTEN ON PORT 80. ?  I've SPECIFIED the PORT 8888

    Question: How to go beyond the error.   -| "Address already in use: make_sock: could not bind to address 80 '

    My server is 192.168.1.21.  In my view, that it has ESTABLISHED processes.  Yet, he reports, that it cannot start.

    junk1.PNG

    Here is the content of the httpd.conf file.  My customizations are in Red.

    #

    # This is the main Apache HTTP server configuration file.  It contains the

    configuration directives # that give the server its instructions.

    See # < URL: http://httpd.Apache.org/docs/2.4/ > for more information.

    # See especially

    # < URL: http://httpd.Apache.org/docs/2.4/mod/directives.html >

    # for an analysis of each configuration directive.

    #

    # Do NOT simply read the instructions here without understanding

    # what they do.  They are there only as advice or reminders.  If you do not know

    # consult the online documentation. You have been warned.

    #

    # Configuration and logfile names: If the file names that you specify for a lot

    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the

    # server uses this explicit path.  If filenames do * not * start

    # with "/", the value of ServerRoot directive is preceded by - both "logs/access_log".

    # with ServerRoot set to "/ usr/local/apache2" will be interpreted by the

    # Server as "/ usr/local/apache2/logs/access_log", considering that "/ logs/access_log".

    # will be interpreted as "/ logs/access_log".

    #

    # ServerRoot: The top of the directory under which the server tree

    # configuration, error and the log files are kept.

    #

    # Do not add a bar slash at the end of the directory path.  If you point

    # ServerRoot to non-local disk, remember to choose a local drive on the

    # Directive Mutex, if based on mutex files are used.  If you want to share the

    # ServerRoot even for several demons httpd, you will need to change to

    # PidFile less.

    #

    ServerRoot "/ usr/local/apache2.

    #

    # PidFile: The file in which the server should record its process

    ID # when it starts.

    #

    PidFile ' / usr/local/apache2/logs/httpd.pid '.

    #

    # Mutex: Allows you to set the mutex mechanism and the mutex file directory

    # for individual mutex, or change the default global values

    #

    # Uncomment and change the directory if mutexes are based on files and the default

    # mutex file directory is not on a local disk or is not suitable for some

    # other reason.

    #

    # Default Mutex: newspapers

    #

    # Listen: Allows you to bind Apache to specific IP addresses and/or

    ports #, instead of the default value. See also the < VirtualHost >

    directive #.

    #

    # Change this to listen on specific IP addresses below for

    # prevent Apache glomming on all related IP addresses.

    #

    # Example-> look 12.34.56.78:80

    # Listen api.astcorporation.com:8001

    Listen 8888

    #

    # Dynamic Shared Object (DSO) Support

    #

    # To be able to use the features of a module that was built as a DSO you

    # duty place corresponding 'LoadModule' lines at this location until the

    # directives that it contained are actually available _avant_, that they are used.

    # Modules statically compiled (those listed by "httpd-l") is not necessary

    # to be responsible here.

    #

    # Example:

    # LoadModule foo_module modules/mod_foo.so

    #

    LoadModule authn_file_module modules/mod_authn_file.so

    #LoadModule authn_dbm_module modules/mod_authn_dbm.so

    #LoadModule authn_anon_module modules/mod_authn_anon.so

    #LoadModule authn_dbd_module modules/mod_authn_dbd.so

    #LoadModule authn_socache_module modules/mod_authn_socache.so

    LoadModule modules/mod_authn_core.so authn_core_module

    LoadModule modules/mod_authz_host.so authz_host_module

    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module

    LoadModule modules/mod_authz_user.so authz_user_module

    #LoadModule authz_dbm_module modules/mod_authz_dbm.so

    #LoadModule authz_owner_module modules/mod_authz_owner.so

    #LoadModule authz_dbd_module modules/mod_authz_dbd.so

    LoadModule modules/mod_authz_core.so authz_core_module

    LoadModule modules/mod_access_compat.so access_compat_module

    LoadModule auth_basic_module modules/mod_auth_basic.so

    #LoadModule auth_form_module modules/mod_auth_form.so

    #LoadModule auth_digest_module modules/mod_auth_digest.so

    #LoadModule allowmethods_module modules/mod_allowmethods.so

    #LoadModule file_cache_module modules/mod_file_cache.so

    #LoadModule cache_module modules/mod_cache.so

    #LoadModule disk_cache_module modules/mod_cache_disk.so

    #LoadModule cache_socache_module modules/mod_cache_socache.so

    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

    #LoadModule socache_dbm_module modules/mod_socache_dbm.so

    #LoadModule socache_memcache_module modules/mod_socache_memcache.so

    #LoadModule macro_module modules/mod_macro.so

    #LoadModule dbd_module modules/mod_dbd.so

    #LoadModule dumpio_module modules/mod_dumpio.so

    #LoadModule buffer_module modules/mod_buffer.so

    #LoadModule ratelimit_module modules/mod_ratelimit.so

    LoadModule modules/mod_reqtimeout.so reqtimeout_module

    #LoadModule ext_filter_module modules/mod_ext_filter.so

    Request_module modules/mod_request.so #LoadModule

    #LoadModule include_module modules/mod_include.so

    LoadModule modules/mod_filter.so filter_module

    #LoadModule substitute_module modules/mod_substitute.so

    #LoadModule sed_module modules/mod_sed.so

    Modules/mod_deflate.so deflate_module #LoadModule

    LoadModule mime_module modules/mod_mime.so

    LoadModule log_config_module modules/mod_log_config.so

    #LoadModule log_debug_module modules/mod_log_debug.so

    #LoadModule logio_module modules/mod_logio.so

    LoadModule env_module modules/mod_env.so

    #LoadModule modules/mod_expires.so expires_module

    LoadModule headers_module modules/mod_headers.so

    #LoadModule unique_id_module modules/mod_unique_id.so

    LoadModule setenvif_module modules/mod_setenvif.so

    LoadModule modules/mod_version.so version_module

    #LoadModule remoteip_module modules/mod_remoteip.so

    #LoadModule modules/mod_proxy.so proxy_module

    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule

    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule

    Modules/mod_proxy_http.so proxy_http_module #LoadModule

    #LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so

    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so

    #LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule

    #LoadModule proxy_express_module modules/mod_proxy_express.so

    #LoadModule session_module modules/mod_session.so

    #LoadModule session_cookie_module modules/mod_session_cookie.so

    #LoadModule session_dbd_module modules/mod_session_dbd.so

    #LoadModule slotmem_shm_module modules/mod_slotmem_shm.so

    #LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so

    #LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so

    #LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so

    #LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so

    LoadModule modules/mod_unixd.so unixd_module

    #LoadModule dav_module modules/mod_dav.so

    LoadModule status_module modules/mod_status.so

    LoadModule autoindex_module modules/mod_autoindex.so

    #LoadModule info_module modules/mod_info.so

    #LoadModule cgid_module modules/mod_cgid.so

    #LoadModule dav_fs_module modules/mod_dav_fs.so

    #LoadModule vhost_alias_module modules/mod_vhost_alias.so

    #LoadModule modules/mod_negotiation.so negotiation_module

    LoadModule modules/mod_dir.so dir_module

    #LoadModule actions_module modules/mod_actions.so

    Modules/mod_speling.so speling_module #LoadModule

    #LoadModule userdir_module modules/mod_userdir.so

    LoadModule alias_module modules/mod_alias.so

    #LoadModule rewrite_module modules/mod_rewrite.so

    # Added on 23/09/2015 | -enabling reverse proxy requests for users of WLS12c

    LoadModule modules/mod_wl_24.so weblogic_module

    < IfModule unixd_module >

    #

    # If you want httpd to run as a different user or group, you must run

    # httpd as root initially and it will pass.

    #

    # Group / user: the name (or #number) of the user/group to run httpd as.

    # It is generally advisable to create a dedicated and aggregatable for user

    # httpd, as with most system services are running.

    #

    Demon of the user

    Daemon group

    < / IfModule >

    Server configuration # 'hand '.

    #

    # The directives in this section implement the values used by the 'hand '.

    # Server, which meets all demands that are not managed by a

    definition of # < VirtualHost >.  These values also provide defaults for

    # all < VirtualHost > containers you can set later in the file.

    #

    # All these directives may appear inside containers < VirtualHost >,.

    # in which case the value default parameters will be substituted for the

    virtual host of # being defined.

    #

    #

    # ServerAdmin: Your address, where problems with the server should be

    # e-mail.  This address appears on some generated by the page server, such

    # as error documents.  for example [email protected]

    #

    ServerAdmin [email protected]

    #

    # ServerName gives the name and the port used by the server to identify itself.

    # This can often be determined automatically, but we recommend that you specify

    # explicitly to avoid problems during startup.

    #

    # If your host doesn't have a registered DNS name, enter its IP address here.

    #

    Servername 192.168.1.21

    #

    # Deny access to the whole of the file system of your server. You must

    # explicitly allow access to web content directories in other

    blocks of # < directory > below.

    #

    < directory / >

    AllowOverride none

    Need all refused

    < / Book >

    #

    # Note that, from this point forward you must precisely enable

    features special # to be enabled - so if something doesn't work not as

    # you might expect, make sure that you have specifically enabled it

    # below.

    #

    #

    # DocumentRoot: The directory you are going to use your

    documents #. By default, all requests are taken from this directory, but

    aliases and symlinks # can be used to point to other locations.

    #

    DocumentRoot "/ usr/local/apache2/htdocs.

    < directory "/ usr/local/apache2/htdocs" >

    #

    # Possible values for the Options directive are "None", "All."

    # or any combination of:

    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named * explicitly *-'all Options '.

    # is not give it to you.

    #

    # The Options directive is complex and important.  Please see

        # http://httpd.Apache.org/docs/2.4/mod/core.HTML#options

    # For more information.

    #

    Options Indexes FollowSymLinks

    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be 'All', 'None', or any combination of key words:

    # AllowOverride FileInfo AuthConfig Limit

    #

    AllowOverride None

    #

    # Controls who can get stuff from this server.

    #

    Need of all granted

    < / Book >

    #

    # DirectoryIndex: sets the file Apache will serve if a directory

    # is requested.

    #

    < IfModule dir_module >

    DirectoryIndex index.html

    < / IfModule >

    #

    # The following lines prevent the .htaccess and .htpasswd files to be

    # seen by customers of the Web.

    #

    < files ".ht *" >

    Need all refused

    < / files >

    #

    # ErrorLog: The location of the error log file.

    # If you do not specify an ErrorLog directive in a < VirtualHost >

    # container, error messages related to this virtual host will be

    # logged here.  If you * define an error for a < VirtualHost > log file

    container of #, that host errors will be logged there and not here.

    #

    ErrorLog "logs/error_log".

    #

    # LogLevel: Control the number of messages in the error_log.

    # Possible values include: debug, info, notice, warn, error, crit,.

    # emerg, alert.

    #

    LogLevel debug

    < IfModule log_config_module >

    #

    # The following directives define some nicknames format for use with

    # a directive CustomLog (see below).

    #

    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"

    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >

    # You must enable mod_logio.c use %I and frequency

    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio

    < / IfModule >

    #

    # The location and format of the access (Common Log Format) log file.

    # If you do not have any logfiles access set in a < VirtualHost >

    container of #, they will be saved here.  On the other hand, if you * do *.

    # define per - < VirtualHost > access logfiles, transactions will be

    # logged there and * not * in this file.

    #

    CustomLog "logs/access_log" common

    #

    # If you prefer a log file of access, agent, and referer information

    # (Combined logfile format) you can use the following directive.

    #

    #CustomLog "logs/access_log" combined

    < / IfModule >

    < IfModule alias_module >

    #

    # Redirect: Allows to tell clients the documents used for

    # exist in your server's namespace, but no more. The customer

    # make a new request for the document at its new location.

    # Example:

    # Redirect permanent/foo http://www.example.com/bar

    #

    # Alias: Maps web paths into paths of file system and is used to

    # access content that don't live under the DocumentRoot directive.

    # Example:

    # Alias /webpath/full/filesystem/path

    #

    # If you include a trailing / on /webpath, then the server will be

    # require that he be present in the URL.  It is also likely that

    # duty provide a < Directory > section to allow access to

    # the path to the file system.

    #

    # ScriptAlias: This controls which directories contain server scripts.

    # ScriptAliases are essentially the same as assumed names, except that

    # documents in the target directory are treated as applications and

    # executed by the server on demand, rather than as documents sent to the

    client of #.  The same regulation on flight "/" applies to the ScriptAlias

    # as for the Alias directives.

    #

    ScriptAlias/cgi-bin / "/ usr/local/apache2/cgi-bin /".

    < / IfModule >

    < IfModule cgid_module >

    #

    # ScriptSock: On threaded servers, refers to the access path to the UNIX

    decision # used to communicate with the CGI mod_cgid daemon.

    #

    #Scriptsock cgisock

    < / IfModule >

    #

    # "/ usr/local/apache2/cgi-bin" just need to replace your ScriptAlias

    # CGI directory exists, if you have set up.

    #

    < directory "/ usr/local/apache2/cgi-bin" >

    AllowOverride None

    None of the options

    Need of all granted

    < / Book >

    < IfModule mime_module >

    #

    # TypesConfig points to the file containing the list of mappings from

    # MIME file extension - type.

    #

    TypesConfig conf/mime.types

    #

    # AddType allows you to add or replace the MIME configuration

    # the file specified in TypesConfig for specific file types.

    #

    #AddType application/x-gzip .tgz

    #

    # AddEncoding allows you to have certain browsers uncompress

    # information on the fly. Note: Not all browsers support this.

    #

    #AddEncoding x-compress. Z

    #AddEncoding x-gzip .gz .tgz

    #

    # If the AddEncoding directives above are commented out, then you

    # should probably define these extensions to indicate media types:

    #

    AddType application/x-compress. Z

    AddType application/x-gzip .gz .tgz

    #

    # AddHandler allows you to map certain "manipulators": file extensions

    # No actions associated with the file type. It can be either integrated into the server

    # or added to the directive of the Action (see below)

    #

    # To use CGI outside of ScriptAlias directories scripts:

    # (You will also need to add "ExecCGI" to the "Options" directive.)

    #

    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):

    #AddHandler type-plan of the var

    #

    # Filters allow you to process content before sending it to the client.

    #

    # To parse .shtml for server-side includes (SSI) files:

    # (You will also need to add "Includes" the "Options" directive.)

    #

    #AddType text/html .shtml

    #AddOutputFilter INCLUDES .shtml

    < / IfModule >

    #

    # The mod_mime_magic module allows the server to use various boards of the

    content of the file itself to determine its type.  The MIMEMagicFile

    # directive tells the module where the definitions of suspicion.

    #

    #MIMEMagicFile conf/magic

    #

    # Customizable error responses come in three flavors:

    ((# 1) text 2) local redirects 3) external redirects

    #

    # Examples:

    #Error Document 500 "The server made a boo boo".

    #Error Document 404 Missing.html

    #Error Document 404 "/cgi-bin/missing_handler.pl"

    #Errordocument 402 http://www.example.com/subscription_info.html

    #

    #

    # MaxRanges: Number of channels in a Maximum request before

    # return the resource, or one of the extraordinary

    # values 'default', 'none' or 'unlimited '.

    # Default is to accept 200 beaches.

    Unlimited #MaxRanges

    #

    # EnableMMAP and EnableSendfile: on systems that support.

    projection in memory # or the sendfile syscall can be used to deliver

    # files.  Usually, this improves the performance of the server, but must

    # turn off when mounted network is served

    # file systems or if support for these functions is also

    # broken on your system.

    # Default: EnableMMAP, EnableSendfile Off

    #

    #EnableMMAP off

    #EnableSendfile on

    # Additional configuration

    #

    # The configuration files in the conf/extra/directory can be

    # included to add additional features or change the default configuration

    # the server, or you can simply copy their content here and change as

    # necessary.

    # Server-pool management (MPM specific)

    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages

    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory

    #Include conf/extra/httpd-autoindex.conf

    # Language settings

    #Include conf/extra/httpd-languages.conf

    # User directories

    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration

    #Include conf/extra/httpd-info.conf

    # Virtual hosts

    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server

    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)

    #Include conf/extra/httpd-dav.conf

    # Various default settings

    #Include conf/extra/httpd-default.conf

    # Configure mod_proxy_html to understand HTML4/XHTML1

    < IfModule proxy_html_module >

    Include the conf/extra/proxy-html.conf

    < / IfModule >

    # Secure connections (SSL/TLS)

    #Include conf/extra/httpd-ssl.conf

    #

    # Note: The following text should be present to support

    # start without SSL on platforms without equivalent/dev/random

    but # a statically compiled in mod_ssl.

    #

    < IfModule ssl_module >

    SSLRandomSeed startup builtin

    SSLRandomSeed connect builtin

    < / IfModule >

    #

    # Uncomment on the below to deal with user agents that deliberately

    # violate open standards by abusing DNT (DNT * must * be a specific)

    choice of end-users #)

    #

    # < IfModule setenvif_module >

    #BrowserMatch "MSIE 10.0"; bad_DNT

    # < / IfModule >

    # < IfModule headers_module >

    #RequestHeader unset DNT env = bad_DNT

    # < / IfModule >

    #= WLS 12 c routing Configuration. Seven 2015 =.

    # Added to fix the mistakes of transport of myAST resulting from the use of deprecated SSL 2.0 Mobile Security.

    # The following has been added to activate the reverse proxy requests from users of WLS 12 c-based applications.

    #-8002 port = SSL listener for api.astcorporation.com (managed server)

    # - the port 443 = SSL listener for myast.astcorporation.com (managed server)

    #

    # Phases of deployment:

    API.astcorporation.com:8001/myast # (1).

    # VirtualHost (2) Setup / WeblogicCluster guidelines to register myast.astcorporation.com:443

    # 3-test api & myast

    # 4-regenerate private certificate + all certificates.

    # Minimum nonclustered directive specifies WebLogic IP + port.

    < IfModule mod_weblogic.c >

    WebLogicHost 192.168.1.43

    WebLogicPort 8002

    Debugging now

    DebugConfigInfo WE

    Newspapers/myAst12c_WLS_error_log WLLogFile

    WLS-JSESSION-ID WLCookieName

    < / IfModule >

    # Proxy request per path Note: SetHandler specifies the handler for the plug-in module for the Apache HTTP Server

    < /myast location >

    SetHandler weblogic-Manager

    ErrorPage http://www.astcorporation.com/services/middleware/Middleware_Services.html

    < / location >

    # Added proxy

    ProxyPreserveHost off

    #ProxyPass /api http://API.astcorporation.com:8001 / myast

    #ProxyPass /myast http://myast.astcorporation.com

    I found my answer after I posted.  I'll leave it here to help others...

    The list of all instances of Apache that were started

    • ' ps - ef | grep apache. "

    Kill the persistent process

  • Trouble with Grep Styles

    I'm trying to set up a grep style in my paragraph styles.  I am wanting this to "BOLD" or chemicals that it will not be because of the () is there a way to do this "BOLD" in a grep style?

    any time you need a character that she also an operator in GREP, you can escape it by using-in front of her

    chemical\ (be)

  • Point to add to the script or Grep Style?

    Hello

    Is it possible to add a hightlight to a script?  Basically, what I want to do is highlight the text and the tricky part is that the text changes size depending on the size of the file, we are working on that.  I want to highlight automatically the "FOR PROFESSIONAL USE ONLY" the way that we do now is to underscore that in the menu options underscore: say my font size is 8, leading 9.6 (these will always change).

    Weight: = 9.6

    Shift: = - 8*.33

    Color = yellow

    It's the way we do now.  Can it be scripted or Grep style which will automatically do this for certain lines of text only?  And no matter the font size calculate what he needs to do if its 2pt, 10pt 100 PT etc... It will highlight the text specified correctly?

    I hope it's possible...

    Thank you

    The lower one is best.

    I remove a bug and also if not 'what' is provided to the point function culminating and there is no entry in find it which is the find panel of text and text is selected, then this text is highlighted.

    An idea in the script is that a shortcut can be applied to it and it will get its information from the Panel of text search.

    So for now to change the answer to this one

    // Highlight function by Trevor
    // http://creative-scripts.com
    // Custom Scripts for Adobe InDesign, Illustrator and a lot more
    // Beta Version 1
    // https://forums.adobe.com/message/8898663#8898663
    
    function highlight(what, color) {
        var range, s, doc;
        doc = app.properties.activeDocument;
        if (!doc) {
            return 'No Active Document';
        }
        s = app.selection && app.selection[0];
        range = (s && s.properties.underline !== undefined && s.characters.length) ? s : doc;
        app.doScript(f, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, 'Highlight Text');
    
        function f() {
            var finds, find, l, leading, pointSize, currentChangeProps;
            color = color || app.activeDocument.colors.itemByName('Yellow');
            // Store current find change text settings
            currentFindTextWhat = app.findTextPreferences.findWhat;
            currentChangeProps = app.changeTextPreferences.properties;
            what = what || currentFindTextWhat;
            if (what !== '') {
                // if no what is provided then the current entry in the find text panel will be used
                app.findTextPreferences.findWhat = what;
                app.changeTextPreferences.changeTo = '';
                app.changeTextPreferences.underline = true;
                app.changeTextPreferences.underlineColor = color;
                finds = range.findText();
                range.changeText();
                l = finds.length;
                while (l--) {
                    find = finds[l];
                    leading = find.leading;
                    pointSize = find.pointSize;
                    leading = pointSize * find.autoLeading / 100;
                    find.underlineWeight = leading + 'pt'; // This is presuming that font and leading size is set to points!
                    find.underlineOffset = (pointSize - leading) * 1.5; // The 1.5 might need tweaking but seems to work well
                }
                app.findTextPreferences.findWhat = currentFindTextWhat;
                app.changeTextPreferences.properties = currentChangeProps;
            } else if (range !== app.activeDocument) {
                leading = range.leading;
                pointSize = range.pointSize;
                leading = pointSize * range.autoLeading / 100;
                range.underline = true;
                range.underlineColor = color;
                range.underlineWeight = leading + 'pt'; // This is presuming that font and leading size is set to points!
                range.underlineOffset = (pointSize - leading) * 1.5; // The 1.5 might need tweaking but seems to work well
            }
        }
    }
    
    /***************************************************************************************************************************************
    ** If text is selected then the "highlighting" is only applied within the selected text                                              **
    ** Otherwise the "highlighting" is applied within the whole document                                                                **
    ** One could change this to apply to what ever is selected in the Find text document if one wanted to                                **
    ** To highlight the word(s) in the find text panel just use highlight(); or highlight(undefined, app.activeDocument.swatches[5]);    **
    ** One can use highlight('Foo'); to highlight "foo" and ignore what's in the find text panel                                        **
    ** The formating / styles etc. for the find are taken from the find panel                                                            **
    ** If one provides a swatch as the second argument highlight(undefined, app.activeDocument.swatches[5]); that swatch will be used    **
    ** otherwise yellow will be used                                                                                                    **
    ** If one provides a swatch as the second argument highlight(undefined, app.activeDocument.swatches[5]); that swatch will be used    **
    ** If text is selected and what argument is given and the find what in the find panel is empty then the selected text is highlighted **
    **************************************************************************************************************************************/
    
    highlight();
    
  • Find whole words with Grep Style

    Hi, need some help with this, he cannot know.

    I need to find some words in the style of a paragraph. I have created a character style to 'be bold' and you want to paraghaph style 'ainesosat' to use it when there are words in the paragraph.

    the words are for example

    Rasvaton maitojauhe

    Maitojauhe

    Juustojauhe

    Kerma

    VOI

    I know I can find these with this string:

    Rasvaton maitojauhe | Maitojauhe | Juustojauhe: Kerma. VOI

    but I don't want to find for example:

    Voimakassuolainen

    -includes "Voi".

    Also the words could begin with capital letter or not. I can of course dublicate chain and do both, with or without capital letters, but if there is a better solution for it, I'd be happy to hear...

    Tero

    1. add parentheses and word limits:

    \b(rasvaton maitojauhe | Maitojauhe | Juustojauhe | Kerma. \B voi)

    2. Add the flag "ignore case" at the beginning:

    (? i) \b(Rasvaton maitojauhe | Maitojauhe | Juustojauhe | Kerma. \B voi)

    See InDesign help | Find/replace for GREP options. You can use almost all the search commands in a GREP style, but does not replace those. ('Almost', because a GREP style, by definition, is limited to a single paragraph to work, and tempting to cross paragraphs automatically him will fail.)

  • GREP style allows text in square brackets

    I'm just starting to understand some ways that I can use GREP in the messy confusion of the documents that I have to work here, so patient with me...

    We have a load of technical writers here who do not necessarily have a lot of experience InDesign, but be used to enter text. A text must be "BOLD" to attract the attention of the end user, so I thought I could use GREPs for apply a bold style to certain words and phrases that occur in any of the documents. Such a forum is intended for users to renew the clips or bolts or similar, so I did what I think is a GREP which finds 'renew' and applies to every word between it and a return or a period (but exclude the word "renewed", because the other permutations that follows):

    renew (?.) Ed.*?). +(\.| \r)

    That works very well in most places. But I fell on cases where there is an image reference in parentheses after the occurrences of 'renew' in places (such as "you must renew the clips (see figure 6)'") and I would like to exclude the media and their content of style. But as a beginner, I had a little if bogged down hit brick walls trying to find ways to do it. Can anyone offer a suggestion?

    Thanks for any help.

    Doug, you use GREP (to find and replace) or GREP Styles? (by your description of what it does)

    If GREP Styles:

    1 no need to use (\. | \r) at the end GREP Styles automatically stop at the end of each paragraph.

    2. no need to use (?) Ed.*?) a simple (?.) ED) is enough here, as long as this corresponds to what didn't really matter if / what follows.

    Try it shorter:

    renew (?.) ED) [^ ()] +

    -This text makes bold to 'renew' and the end of the paragraph * or * up to the first parenthesis.

  • About GREP Style (2)

    Hello

    Imagine the following line and how I want to treat:

    "It is on the left side a bwatertiful blEU House with pink you'llow doors and windows. On the right side, we find a beautiful green horse black stIArs and a pue roof rpl! »

    What I mean: some words where the vowels are in bold, somewhere the consonants are in bold, but you can not systematize it.

    In this case, a way to speed up the process to deal with every word? Thanks in advance!

    Piece of cake. He needs 2 character styles (well, one if you want everything is the same: "BOLD") and 2 styles GREP, as well as two invisible characters that you can easily insert without interrupting the flow of regular text. I used "End nested Style" (~ h) and "Non-Joiner Invisible" (~ d) here. the two have no default keyboard shortcut, but those are easily added if you do a lot of them.

    GREP Style 1: [aeiou](?=\w*~h)

    GREP Style 2: [bcdfghj-np-twxyz](?=\w*~j)

    ... I wonder how correct it is to insert 'y' is the consonant or a vowel list. It is not a vowel in "yellow" is? If there is something simple, such as "It's a consonant followed or preceded by a vowel", you can add a style fat isn't (or in my example is not highlighted, by cutting the underscore) for

    (?<>

    (Just thought of this after you have created the image below. He works for switching * off * for vowels, but not for * on * for consonants. Maybe that has need of a 4th GREP).

  • Grep styles and chips

    Is it possible to use GREP styles to insert chips on text once a specific title was detected?

    Working on a brochure where many pages will have a section of features, so I am reluctant to overide manually paragraph styles. The "FEATURES:" topic will always remain the same, the text in bullet points will change.

    For the moment, I have the diagram below...

    FEATURES:

    Test1

    test2

    test3

    test4

    What I hope to get is...

    FEATURES:

    • Test1
    • test2
    • test3
    • test4


    I have not used before GREP styles, but look around him seems the most obvious function to use, so if anyone has another solution would be great.

    Heading should be a paragraph on his own style.

    Use a hard return not a soft return for a new paragraph http://indesignsecrets.com/dos-and-donts-of-text-in-indesign.php

    Ball should be a separate paragraph style.

    Apply this style to only to bullets

    Set a Style of character for your bullets, which can be applied by the bullet paragraph style.

Maybe you are looking for

  • Send videos with 'Messages '.

    I used an iPhone 5 c for a couple of years now and love it!  However, when I receive a video of my daughter-in-law (who also uses an iPhone 5 c) in a text message, if not more than 25 seconds he gets narrowed down and degraded. Why? I noticed on the

  • Problem with playing the games on my Satellite A100

    Hello..Thanks for your help on my last question.I was wondering if the Satellite A100-756 is compatible for the Sims2.I tried to play it, and it works fine until I try to leave the game.He died with a "blue screen" and restarts.Everyone is having the

  • How can I delete the history of updates to Vista?

    Please tell us how to remove the history of Vista Home Premium updates. There is no box "Delete" anywhere on the screen "updates to see the.

  • DeskJet 3755: Photo printer

    I recently installed a Deskjet 3755 and an icon for printing of photos called 'HP Photo Creations' was created on my desktop.  When I try to open the program I get a message saying "your system administrator has blocked this program" - I am the syste

  • Error 80040154 from Windows Media Center Receiver Service

    Had this problem now for awhile on Vista Home Premium SP2 - when you start Media Center, I see low-resolution logos and control icons and when I run the application 'Live TV' I get the error ' files needed to display video are not installed or workin