Forum Replies Created
-
AuthorPosts
-
Masood Ahmad
ParticipantHi Dekker, I was just going through this forum for something interesting to learn and found your post. It’s a long time, but could I ask you to elaborate your query in detail. Screen shots will help to understand the query in a much better way.
I’ll wait…
March 13, 2014 at 12:59 am in reply to: Cannot copy necessary linked file(s)? – Error Message #67645Masood Ahmad
ParticipantI have a suggestion not to use long file-names instead use a small, easy to read names. Also try not to use any special characters i.e. ~!@#$%^&*()-=+[{]}\|;:'”/?.>,< as these symbols reserve some place in the Operating Systems’ coding.
You will get numerous error messages on PC if any of these character is used somewhere in the file-name, whereas on MAC, these are ignored sometimes by the MAC OS. One might not get any error on a MAC but might get errors on PC with the same file.
Rather than copying or pasting or downloading the stuff from the net and using it straight away, try to rename the file if the name is too long or contains special characters.
Remember the Golden days of DOS where 8.3 was a file-naming standard :)
Masood Ahmad
ParticipantYes Lindsey, there is indeed a solution and it is very simple no matter if you are in a single text frame or using multiple ones.
Using Style-sheet:
Create Two Style-sheets i.e. one for the first line in the numbered list and second for the rest of the list and follow the same for each List group.In the First Style the numbering should start at “1”. whereas
the Second Style will “Continue from Previous Number” mode under the Number Style.Using Override:
While working on a single style for the Numbered List, Select/keep your cursor in the first line of the number list group and change the “Start At” mode to “1” under the Numbered List options.Number List Options can also be recalled by Option+Clicking or Alt+Clicking.
The fastest way:
While keeping your cursor in the first line of the number list use Cmd+Click or Ctrl+Click twice, will also do the magic.Please let me know if these helps.
Masood Ahmad
ParticipantI remember there was something similar to this but I don’t remember the proper link.
Here is the solution that will work perfectly than any other trick. Try this:
For the Opening Paragraph Style add some little values to it:
Make the Rule Above under the Paragraph Rules;
give an offset of 2in;
Check the “Keep in Frame” option
make the Colour to none and Weight to 0pt.Thanks in advance, I know that was amazing…
March 12, 2014 at 1:52 am in reply to: Font shown even after all fonts were converted to outlines #67602Masood Ahmad
ParticipantJust Turn Off or Uncheck the “Page Information” option under Marks and Bleeds while exporting PDF. The page information uses the Helvetica Font. If you delete that from the PDF, there will be no fonts under the Document Properties.
What a pity, you can’t convert that information to Outline :)February 24, 2014 at 6:19 am in reply to: Typing special foreign-language accented characters #67289Masood Ahmad
Participantcan you give some text example. Also the vowels or long-vowels etc.
Masood Ahmad
ParticipantRogier, have you tried by steps, mentioned in my previous post? Please let me know if it solves your problem.
Masood Ahmad
ParticipantHi Rogier, If it is the static text that you want to repeat, i.e. “Item Number”, please follow the steps below:
1. Create a Text Box and enable the “Numbered List”
2. Go to the “Bullets and Numbering” options
3. In the “Numbering Style” section, Go to the Input Text box in front of the “Number:” where it is written “^#.^t”
4. Type the text you want before the “^” caret and delete the “.^t” (if not needed), for example: “Item number ^#” and click OK
5. Line numbering will not work if there is no text in front of it, therefore, insert “End Nested Style Here” from the “Type > Insert Special Character > Other” menu. i.e. making fool of the InDesign.
6. Now the numbering will work, simply enter hard return.Masood Ahmad
ParticipantTry auto selecting the font name by clicking on the “Font Family:” and then using the Backspace key to delete the font from the list.
If you use the Del key to delete the font name, then it will revert to the first name in the list.
Masood Ahmad
ParticipantAbbas, could you send me the InDesign, preferably CS5 or an IDML as mentioned by you in the below link:
https://s27.postimg.org/gumqxcelv/Grep_style_3.gif
on this forum or on my personal email address: “masoodahmad@inbox.com
I’m trying to incorporate the codes and have achieved a bit of it.
Erwan, your query cannot be processed with the GREP as it do not support the codes for Languages. If there could be anything like:
[Language(Indonesian)]
or
[^Language(Indonesian)]then your query could have been resolved. Else, you have to use the Find/Change. Meanwhile, I’ll try to dig out something.
The best way, I think, David Blatner or Michael Murphy can show us some trick or code to achieve this.
Masood Ahmad
ParticipantThe link to the InDesign file:
Masood Ahmad
ParticipantHi Abbas, I have tried to write a code to minimize the manual work and have included the basic latin characters used normally. I have not taken the complete list of special characters. Try to populate the GREP code to work wonders. As I said earlier that the code has been tested on CS5, but that was on MAC, however, I test the code at home on ME and tweaked it a little. Please check the InDesign file which contains the Urdu text, paragraph style and a character style:
The tweaked codes are also listed below:
Code1:
([\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}])+Code2:
([!”‘()-./\:;<=>\[\]^_`~\{|\}]+(?=[\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}]))+Code3:
((?<=[\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}])[!”‘()-./\:;<=>\[\]^_`~\{|\}]+)+Code4:
([\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}]|[!”‘()-./\:;<=>\[\]^_~\{|\}])([\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}]|[!"'()-./\:;<=>\[\]^_~\{|\}])Apart from this, you can apply the character style manually on the left overs. Please let me know if you got something better.
Masood Ahmad
ParticipantHi Damyanto / Abbas,
I think I have achieved what is expected. The code has been tested on InDesign CS5 and is working fine.
Here are the steps:
1. create a Paragraph style for the Complex script (i.e. Arabic) with Arabic font-set (for example: Adobe Arabic Regular Font)2. create a Character style for the Latin script (i.e. English) with Latin font-set (for example: Myriad Pro Regular Font, character direction Left-to-Right, etc)
3. Create first New GREP Style in the Paragraph Style, Apply the Character style (created for the latin script) and enter code1 in the ‘To Text’ field:
code1:
([\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}])+4. Create second New GREP Style in the Paragraph Style, Apply the Character style (created for the latin script) and enter code2 in the ‘To Text’ field:
code2:
([!”‘()-./\:;<=>\[\]^_`~\{|\} ](?=[\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}]))+5. Create third New GREP Style in the Paragraph Style, Apply the Character style (created for the latin script) and enter code3 in the ‘To Text’ field:
code3:
((?<=[\x{0023}-\x{0026}]|[\x{002A}-\x{002C}]|[\x{0030}-\x{0039}]|[\x{003F}-\x{005A}]|[\x{0061}-\x{007A}]|[\x{00A9}])[!”‘()-./\:;<=>\[\]^_`~\{|\} ])+Now the BIG Question… What this code will do???
The code will search for latin text i.e. A-Z, a-z, 0-9 and all special characters surrounded by latin text and will apply the Character Style. In real scenario, the user can directly type Arabic text using the Paragraph style and as soon as he type any English text, the code will automatically apply the Character style for the English text. Therefore, the user doesn’t have to manually change the font for the English text.Thanks Damayanto and Abbas for raising this issue. I’ll too use this code till Adobe comes up with something.
February 11, 2014 at 1:57 am in reply to: Create a list of anything that uses a certain paragraph/character style #67105Masood Ahmad
ParticipantHello Alexandro,
If I have not misinterpret, you need a script to create an Index. I think Indiscripts have something for you, also listed other useful links:
https://www.indiscripts.com/post/2011/11/indexmatic-frequently-asked-questions
https://creativepro.com/building-an-index-using-character-styles-or-external-word-list.php
Masood Ahmad
ParticipantHi, I think this will help you…
GREP Find What:
\+\d+\+Change Format:
Icons character styleThe code will find all the digits whether 1 or many before and after the plus sign.
-
AuthorPosts
