I found a perl script on the internet that makes a concordance. 
http://www.perlmonks.org/?node_id=104604

I ran it on my windows computer using cygwin (after downloading Perl) and it
works (mostly)

To use:
1. export document from Lyx as text
2. convert the text file to Unix style newlines (LF only). I do this with my
editor, Editpad Pro
3. run the script
MakeConcordance LyxText.txt > LyxTextConcord.txt

I noticed the Lyx text file includes the Latex code for equations and has
some lines beginning with [ like [Senseless!!! 
(I didn't know Lyx made editorial comments :-), which seems to give the Perl
code problems.

But this gets me part of the way there. It would be nice to have better
coupling between the output of the concordance program and Lyx.

Bob

-- 
View this message in context: 
http://n2.nabble.com/Generating-lindex-entries-tp2336743p2337046.html
Sent from the LyX - Users mailing list archive at Nabble.com.

Reply via email to