Author Topic: customizing printed contact sheet  (Read 5400 times)

Offline suzanne

  • Newcomer
  • *
  • Posts: 2
    • View Profile
customizing printed contact sheet
« on: June 04, 2006, 03:58:08 PM »
Is there any way to control how the text appears under a thumbnail on a printed contact sheet? Idealy, I would like to have seperate lines for object name, caption, and date. (i work on a mac)
TIA

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: customizing printed contact sheet
« Reply #1 on: June 04, 2006, 05:43:14 PM »
Is there any way to control how the text appears under a thumbnail on a printed contact sheet? Idealy, I would like to have seperate lines for object name, caption, and date. (i work on a mac)

Yes.  Make the Title line height '5' since you're wanting to print a lot of information.  Then enter the variables for your Thumbnail title:

{object}{nl}{caption}{nl}{date}

The {nl} variable gives you a line break.

Depending on how much text you have in your caption, it may not all fit since there is a limit to how small Photo Mechanic will allow the font to get before it gets too small to be of use.

HTH,

-Kirk

Offline suzanne

  • Newcomer
  • *
  • Posts: 2
    • View Profile
Re: customizing printed contact sheet
« Reply #2 on: June 04, 2006, 07:29:43 PM »
perfect. thanks!