Can different TeXworks users, working in a network, have a central place for storing the Hunspell dictionary, instead of all having a local copy on their computer? The reason is we need to add new words to the Hunspell dictionary. That would be much easier if we have only one copy of Hunspell in the network.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Judging from TeXworks in MiKTeX 2.9 and TeX Live 2012 under Windows I would say it is not possible. It would require a rewriting of sources, because at the moment the path seems to be hardcoded: one can only choose between dictionaries in different languages, but not the actual underlying files and their path. In fact, in the version of TeXworks distributed with TeX Live I cannot even select a single dictionary, because they seem not to be included and they have to be added manually from each user. |
||||
|
|


git pullto keep their dictionaries up to date. As a complement to this, individual users can update their dictionaries and push back to the master, where the "owner" can approve changes by merging them in. Although this method needs action in the users' machines (which could be done by a daily script, say), it provides you with information when something's out-of-date. – Brent.Longborough Jun 4 '12 at 12:17