Search the web
Sign In
New User? Sign Up
cindexusers · A forum for discussing Cindex indexing software.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8237 - 8266 of 8642   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8237
I'm using 2.0 Pubs Ed. I'm working on a Glindex, a combination glossary and index. Each chapter has a vocabulary section. Each paragraph in the section is a...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
3:08 am
8238
If the entire heading ends with a period, then that would explain what you are observing. CINDEX matches using the maximal pattern not minimal. So it doesn't...
David K. Ream
levtechinc
Offline Send Email
Jul 3, 2009
3:28 am
8239
... are ... with the ... last period ... heading ... Each paragraph has potentially more than one sentence, hence potentially multiple periods. Removing all...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
2:59 pm
8240
How about temporarily replacing the periods with something else, doing the bold change, then changing the not-periods back to periods...? DP ... [Non-text...
Deborah Patton
pattonindexer
Offline Send Email
Jul 3, 2009
3:14 pm
8241
One could try saving the index as a DAT or even ARC file and then using a modern text editor which has regular-expression search and replace including minimal-...
John Sampson
jsampson22000
Offline Send Email
Jul 3, 2009
3:37 pm
8242
... I expect I'd get the same result. The change won't stop at the first delimiter, no matter what character I use. As you can see by Dave Ream's posting,...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
3:43 pm
8243
... modern ... minimal- ... have ... I have Kedit, which allows me to specify how many occurrences on each line I want changed, but I don't know if it accepts...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
3:50 pm
8244
Not necessarily. Some text editors let you specify minimal v. maximal pattern matching. The text editor I use and like is CodeWright. It assumes minimal...
David K. Ream
levtechinc
Offline Send Email
Jul 3, 2009
4:06 pm
8245
... pattern ... which is ... I meant "No way to do it in native Cindex." I'm probably not going to get and learn a new text editor to make one global change in...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
4:18 pm
8246
Richard, If I'm understanding the problem correctly, the way to do it might be to use regular expressions like this (I'm not very familiar with Cindex yet so I...
Margaret Berson
macmcl_2000
Offline Send Email
Jul 3, 2009
4:19 pm
8247
... use ... The problem is that it doesn't STOP at the first period, it stops at the last. Because each entry is an entire paragraph, there are potentially ...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
4:30 pm
8248
I think I have a solution (and if this doesn't work, an alternate). FIND: ^?*. [A-Z] REPLACE WITH: \& (applying bold) Then you have to unbold the period,...
Scott Smiley
scottpsmiley
Offline Send Email
Jul 3, 2009
5:27 pm
8249
... I just finished making the changes semi-manually: Ctrt + Shift + Right Arrow selects a word at a time. When I have all the words selected, Ctrl + B bolds...
Richard Evans
infodex_99
Online Now Send Email
Jul 3, 2009
6:22 pm
8250
Cindex macro. I can't tell you details because my Cindex for Mac does not have macros. Scott ... [Non-text portions of this message have been removed]...
Scott Smiley
scottpsmiley
Offline Send Email
Jul 4, 2009
4:02 pm
8251
... All Cindex macros do is record keystrokes and mouse clicks. I'm not aware of any intelligence that can step through a string and stop at a certain ...
Richard Evans
infodex_99
Online Now Send Email
Jul 4, 2009
4:24 pm
8252
Anybody working on this beautiful Sunday? I need to remove italics from some locators. I find all the records with italicized locators fine. When I go to...
N a n c y G e r t h
idahoindexer
Offline Send Email
Jul 5, 2009
4:17 pm
8253
... italicized ... Selectively how? Can you give an example? I'm not sure I understand your REPLACE pattern. It seems to say: Any locator beginning with the...
Richard Evans
infodex_99
Online Now Send Email
Jul 5, 2009
6:03 pm
8254
I have a book in for Harvard that needs the subheads sorted by page number order. What changes in the sort routine do I need to make to make this work. Sandi...
Sandi Schroeder
sanindex
Offline Send Email
Jul 7, 2009
4:56 pm
8255
Have you searched Help? Sorting entries: Use the Sort panel (Tools menu) to specify how Cindex should sort records and locators. When Cindex sorts records, it...
Naomi Linzer
jnlinzer
Offline Send Email
Jul 7, 2009
5:05 pm
8256
Hi Sandi With your index open, go to: Tools > Sort > Fields > Order then drag + Page so it's directly under + Main and "voila" when you click "OK" you should ...
Kenny H
kennyhassman
Offline Send Email
Jul 8, 2009
12:56 am
8257
Be sure to have only one locator (or range of locators) per record. You can do that with "expand" the index. ... -- Paula Presley Paula Presley Editorial...
Paula Presley
bookwoman2003
Offline Send Email
Jul 8, 2009
1:51 am
8258
I'm creating my first index exercises for a class. With SKY, a header of "Index" was automatically created when I printed the index. With Cindex, I've followed...
Margaret Berson
macmcl_2000
Offline Send Email
Jul 9, 2009
6:15 pm
8259
The way I do it is to enclose it in angle brackets: <Index> That bumps it to the top, and it will export to Word. Cheers, Carol Roberts ...
Carol
indexer53211
Offline Send Email
Jul 9, 2009
6:37 pm
8260
The procedure you describe will work in Cindex if you *print* the file. What I do, if the client wants "Index" at the top of the first page in the RTF file, is...
Janet Russell
corofindex
Offline Send Email
Jul 9, 2009
6:39 pm
8261
OK, after doing the first batch of proofs manually, one record at a time, I found a way to do this globally. Using the example shown below as a model: The...
Richard Evans
infodex_99
Online Now Send Email
Jul 10, 2009
3:47 pm
8262
I've been spending some time today just experimenting with how Cindex works and seeing how I can set various options to remain the way I want them, and so...
Margaret Berson
macmcl_2000
Offline Send Email
Jul 12, 2009
3:43 am
8263
Not sure about the freezing up, that's not a problem I've experienced.  I'm also using Windows XP, with all the updates.  What version of Cindex are you...
flagday_1960@...
flagday_1960
Offline Send Email
Jul 12, 2009
11:32 am
8264
Margaret, I've been using Cindex (in its various iterations) for 10 years. I haven't had the freezing problem (altho other programs have frozen on me in...
Ina Gravitz
inagravitz
Offline Send Email
Jul 12, 2009
2:15 pm
8265
Hi,I'm using the student demo version that you get for the class. If this keeps happening, I think I'll contact their technical support. Before I had this...
Margaret Berson
macmcl_2000
Offline Send Email
Jul 12, 2009
5:46 pm
8266
I need to add a volume number to all my page references. When I follow the instructions on page 240 of the manual for Cindex 2.0, the volume number appears...
Katharyn Dunham
maineindexer
Offline Send Email
Jul 13, 2009
1:52 am
Messages 8237 - 8266 of 8642   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help