Entries in InDesign (9)

Friday
05Feb2010

Customizing InDesign's Links Panel

I’m primarily a print designer. So when it comes to linked files in InDesign, I need to know two main things – what is the color space of the linked file and what is the resolution of the file. InDesign CS4 makes it easy to find this info. If you click the arrow in the lower left hand corner of the Links Panel, you’ll see a link information box that gives you all sorts of data about the selected link including color space, actual PPI and effective PPI. (Actual PPI measures what the resolution of the file in it’s native form. Effective PPI calculates the output resolution based on how it is scaled within InDesign.)

It’s great and very handy, but you can only see one link at a time. And if you are trying to scan a document quickly to find low-res or RGB files, you still have to click on each link. Thankfully, Adobe offers another option. On the Links Panel, go to the flyout menu and select “Panel Options.” 

Select “Panel Options” from the flyout menu…

…and you can fully customize the appearance of your Link Panel.

Here you can customize what information is shown in the Link Info Box AND you can add information to show up in the Link Panel itself. Very handy for scanning a document quickly.

Link Panel showing color space and effective resolution.

Tuesday
06Oct2009

How GREP can save you time in InDesign 

I received a file containing 100 pages of information in a table. The table needed to be placed into InDesign. No problem…

Well, of course there was one problem. Randomly, the lines began with spaces. Not every line, but most lines. So the left edge of the table looked ragged. So how do you take out random spaces at the beginning of text? In a table? Without doing it manually? (Because I have much better things to do than going through a 100+ page document line-by-line…)

What is GREP?

In InDesign CS3 and CS4, you can choose to do GREP find and change. GREP is a text search function originally written for UNIX. Basically, it lets you look for patterns and allows you to do find and replace based on those patterns.

So back to the random spaces…

What I had was a pattern. Find all spaces at the beginning of the paragraph and replace with nothing. GREP was the perfect solution. 

Next to the find and change fields are flyout menus (marked with “@”) that give you shortcuts to all of the variables. For example, go to “Locations>Beginning of a Paragraph” and InDesign inserts a “^” into the field.

So I typed “^ ” (there is a space after the ^) in the “Find what” field – which tells InDesign to find one space at the beginning of any paragraph. I left the “Change to” field blank, clicked “Change All” and several thousand instances were changed instantly. Without having to go through line-by-line…

EDIT: Above, I set up the search with the ^ (to find the beginning of the paragraph) and a space after it. And while it works, a reader pointed out correctly that a better search would have been “^\s+” which would have found one or more spaces at the beginning of a line.

What else can GREP do?

I’ve used GREP to replace dashes or periods at the beginning of lines. And GREP is perfect for standardizing the formatting of a phone number across an entire document. GREP is amazingly powerful and you can build a GREP search for anything with a pattern. I’ve only scratched the surface…

You can save queries to be reused. (Several sample searches – including a phone number formatting query – are already saved as a sample searches in InDesign. It’s located at the top of the dialog box.)

InDesign also lets you apply GREP-based character styles – for example, telling it to find all prices in a document and apply a particular style.

It’s probably not for everyone.

You aren’t going to need GREP find/change unless you are doing some pretty heavy duty, long document work like magazines, catalogs and directories.

I’m pretty sure most InDesign users aren’t doing that kind of work. But if that type of project comes across your desk, keep in mind that GREP might be a great – and time-saving – solution for your project. 

More resources

Want to learn more about what GREP can do for you? If you do a search for GREP, there are lots of resources out there. Two that I have found helpful:

 

Wednesday
29Jul2009

More powerful text placement in InDesign

So let’s say you have a long text to place into InDesign – a magazine article or a training manual. In talking to some friends who are InDesign users, many of them place the text one frame at a time. But it can be so much easier than that…

Enlargements of InDesign’s text placement cursors. The cursors (and functions) change depending on what additional modifier keys are pressed. From left to right: Manual (default), Semi-Autoflow (Option/Alt), Autoflow (Shift) and Fixed-Page Autoflow (Shift + Option/Alt).

Default behavior…

When your cursor is loaded with text in InDesign, you can place the copy by clicking or by drawing a text box. You load your cursor by going to File>Place or by clicking on a text frame’s overset indicator (the red plus in the lower right “out port”).

If you click on the page, a text frame is created to fill either the page margins or a single column. (You set the margins and column settings when you open a new document.) If you draw a text frame, the text fills the new frame.

One more thing to note about the default behavior. When you are done placing the text, the tool reverts back to what it was before you went to File>Place. So if the Rectangle Tool was selected when you loaded your cursor, after you place the text, the tool becomes a rectangle again. Most of the time, that’s exactly the behavior you want.

Hold down the option key…

(Or the Alt key for you Windows users) If you are placing a long piece of text, you may want to draw a few text boxes and have the story flow between them. In this case, the default behavior of reverting back to original tool is irritating because it forces you to keep switching tools.

However, if you hold down the option key, the cursor stays loaded. You can continue to click or draw frames and the copy with automatically flow between them.

Or the shift key…

So let’s say you have a long training document that’s going to be several pages. When you place the copy, you keep having to add pages and link the text frames. If only InDesign would add the pages and frames for you…

Well, it can. Hold down the shift key when your text is loaded and click. InDesign will autoflow the copy, adding pages and text frames for the entire length of the copy.

Note: If you hold down the shift key and try to draw a text box, the default behavior kicks in and the tool reverts to what it was before you placed the text.

Use the shift key and the option/alt key together…

If you hold down the shift and option keys at the same time and click, InDesign autoflows the copy for that spread only, but it leaves the cursor loaded. If you draw a new text frame instead of just clicking, the copy doesn’t autoflow, but the cursor does stay loaded.

Monday
15Jun2009

Columbia Adobe User Group videos posted

The video of my demo at the Columbia Adobe User Group (CAUG) has been posted on Vimeo. You can catch my InDesign Typography Video over there. (My 15-20 minute presentation somehow turned into a 36 minute demo… sorry about that…) I think its a great resource to have these demos archived and posted.

I’d recommend watching Micah Thomason’s presentation on using Brushes in Photoshop. I’ve been using Photoshop since version 2.3 and I use Photoshop all the time, but had no idea that the brushes tool could do so much. Micah takes you through all the brush settings in Photoshop CS4 and explains how to use the brushes to make some very interesting textures.

They post all of the demos – two per meeting – to the CAUG Vimeo Channel. Right now, there are videos on topics like Camera RAW and Flash that are great resources.

My thanks again to Greg Lunn for inviting me to speak. I enjoyed it thoroughly and look forward to attending upcoming meetings.

Wednesday
10Jun2009

Advanced typography with InDesign at the June Columbia Adobe User Group Meeting

Ever wondered how to access OpenType features in InDesign? Looking for tips on formating, hyphenation and spacing? Confused about using style sheets? Want to know how a nested style can save you time?

I’ll be speaking about advanced typographic features in InDesign at this month’s Columbia Adobe User Group meeting. And I’m planning to cover all of those topics… It’s Thursday, June 11 at 6:00 p.m. at the SC ETV Building near Williams Brice Stadium.

Also on the agenda is Cyberwoven’s Micah Thomason talking about Photoshop Brush Techniques. And thanks to Greg Lunn for pulling this organization together for Columbia.

If you can’t join us in person, you can join CAUG online (via Acrobat Connect) on at 6:00 pm. And if you can’t make it, past sessions have been posted to Vimeo so if they do post the video, I’ll link to it… Hope to see you there.