1 Jun 2006 03:55
Re: Re: make spellchecker ignore last names forever?
RS <w.m.l <at> gmx.net>
2006-06-01 01:55:01 GMT
2006-06-01 01:55:01 GMT
On 31.05.2006 07:05, Valentin Polishchuk wrote:
> 1. Is it possible to extend the document-specific dictionary
> functionality to the files that are "\input" in the main tex-file?
Yes, just set the main file as the Main File.
> 2. Quite a bit of the words in a document-specific dictionary are the
> last names of the authors of the papers cited in the document. Could
> the authors' last names extraction from the .bib file (specified
> either with \bibliography or with GATHER) and putting them into the
> dictionary be done automatically?
Well, it could be done, but it would be quite a beast of a macro, and
hard to make it reliable. I'ld rather just search for "author <at> { }="
using the Find In Files dialog, copy the results to the clipboard and
create the list manually.
Btw, this is what I've settled for in the MDIActivate macro (Refresh
only if a dictionary exists; don't use the dictionary if the current
file is itself that dictionary):
RemoveDictionary("Document Dictionary");
IfFileExists("%P\%N.dic",!">
IfStr('%T','.dic','<>',!'>
AddDictionary(''Document Dictionary'',>
''%P\%N.dic'','''',1,0,1,1,1);>
Refresh(1);');");
Regards,
Robert.
(Continue reading)
RSS Feed