Notes. Adobe InCopy CS6

Add to My manuals
108 Pages

advertisement

Notes. Adobe InCopy CS6 | Manualzz

8

Notes

CS6

Chapter Update Status

Unchanged

With the InDesign and InCopy inline editorial-notes features, you can add comments and annotations as notes directly to text without affecting the flow of a story. Notes features are designed to be used in a workgroup environment. Notes can be color coded or turned on or off based on certain criteria.

Notes can be created using the Note tool in the toolbox, the Notes > New Note command, or the New

Note icon on the Notes palette.

We assume that you have already read

Chapter 2, “Getting Started”

and know how to create, install, and run a script. We also assume you have some knowledge of working with notes in InCopy.

Entering and importing a note

This section covers the process of getting a note into your InCopy document. Just as you can create a note and replace the text of the note using the InCopy user interface, you can create notes and insert text into a note using scripting.

Adding a note to a story

To add note to a story, use the

Add method. The following sample adds a note at the last insertion point.

For the complete script, see InsertNote.

Set myInCopy = CreateObject("InCopy.Application.CS6")

Set myDocument = myIncopy.Documents.Item(1)

Set myStory = myDocument.Stories.Item(1)

Rem We'll use the last insertion point in the story.

Set myInsertionPoint = myStory.insertionPoints.Item(-1)

Set myNote = myInsertionPoint.Notes.Add

myNote.Texts.Item(1).Contents = "This is a Note."

Replacing text of a note

To replace the text of a note, use the

Contents property, as shown in the following sample. For the complete script, see Replace.

myInCopy = CreateObject("InCopy.Application.CS6") myDocument = myIncopy.Documents.Item(1)

Set myStory = myDocument.Stories.Item(1)

Set myNote = myStory.Notes.Item(1)

Replace text of note with "This is a replaced note." myNote.Texts.Item(1).Contents = "This is a replaced note."

85

advertisement

Key Features

  • Seamless collaboration between copywriters and designers
  • Copyflow workspace tailored for editorial workflows
  • Effortless integration with InDesign for copy placement and editing
  • Comprehensive text editing and styling capabilities
  • Efficient handling of long-form and complex documents
  • Streamlined copyfitting and typesetting features
  • Advanced typography controls for precise text formatting

Related manuals

Frequently Answers and Questions

Can InCopy be used independently of InDesign?
Yes, InCopy can be used as a standalone application for text editing and styling.
How does InCopy integrate with InDesign?
InCopy seamlessly integrates with InDesign, allowing copywriters to place and edit copy within InDesign page layouts.
What are the benefits of using InCopy for editorial workflows?
InCopy provides a specialized copyflow workspace tailored for editorial workflows, ensuring efficient and collaborative copywriting and editing.
Does InCopy support advanced typography features?
Yes, InCopy offers advanced typography controls for precise text formatting, giving you complete control over the appearance of your text.
Download PDF

advertisement

Table of contents