Skip to main content
ramukneevan
Participant
July 22, 2014
Answered

How to automate the adding of check-box along with each numbered item in Framemaker file ?

  • July 22, 2014
  • 2 replies
  • 1183 views

I tried using the wingdings font as check-box. But I don't want to use it manually every time. I want to have it as a style part of my procedure style (numbering style).   I need the check-box along with each numbered item. Whenever I apply my numbering style in FM, I should get something like:

" <checkbox> 1. <text> "

This topic has been closed for replies.
Correct answer Arnis Gubins

If your font doesn't have a checkbox symbol at the codepoint that Error indicates, you could also use two paragraphs together. Create one paratag for the checkbox alone and have it set to be a run-in. Have the Next Pgf Tag set to be your autonumber tag.

Then when you need to add a numbered list with a checkbox, just select the checkbox paratag and hit Enter. You are now entering the autonumber component.

2 replies

Arnis Gubins
Arnis GubinsCorrect answer
Inspiring
July 22, 2014

If your font doesn't have a checkbox symbol at the codepoint that Error indicates, you could also use two paragraphs together. Create one paratag for the checkbox alone and have it set to be a run-in. Have the Next Pgf Tag set to be your autonumber tag.

Then when you need to add a numbered list with a checkbox, just select the checkbox paratag and hit Enter. You are now entering the autonumber component.

ramukneevan
Participant
July 23, 2014

Thanks Arnis Gubins!!!

It worked fine.

Bob_Niland
Community Expert
Community Expert
July 22, 2014

Use "N:\u2751\ <n+>.\ " for the autonumber format.

"N" Use counter N

"\u2751" One of many checkboxes available in Unicode

"<n+>" increment the counter

"." ordinary period

"\ " non-breaking space

This assumes that you are on FM8 or later, and your Unicode font has that glyph code point populated (Arial Unicode MS does if your font doesn't).

Don't use WingDings (or Zaph Dingbats) anymore. Using codepage overlays has any number of issues, and these two sets of legacy codepage dingbats don't even match each other.

ramukneevan
Participant
July 23, 2014

Thanks.. I tried this and it worked fine.