I assume you are familiar with Document 657 in the MacKichan technical support. I use the following steps to generate item tags.
Determine which cst file your document uses. You can do this by clicking Style under the File menu when the document is open in SWP.
Close your document.
Locate and open the style file in a tex editor. This should be in the C:\SWP55\Styles folder.
Make a backup of this file.
Enter the line \newenvironment{nameofenvironment}{}{} as indicated below. Filters are located at the top of the document. You can add as many as you need. Do not remove any of the existing lines.
[FILTER]
\newenvironment{error}{}{}
\newenvironment{nameofenvironment}{}{}
\TCIEnd
Same this file; do not change the name.
Open your document; any new environments you added should appear in the item tags menu.
Please give an example of the
Please give an example of the type of environment you wish to implement.
Regards,
--Tom Price
For example, the comment
For example, the comment environment from the version package.
Cheers and thanx,
André
I assume you are familiar
I assume you are familiar with Document 657 in the MacKichan technical support. I use the following steps to generate item tags.
[FILTER]
\newenvironment{error}{}{}
\newenvironment{nameofenvironment}{}{}
\TCIEnd
Good luck.
Regards,
--Tom Price
That works. Great manx
That works. Great manx thanks.
André