Questions tagged [glossaries]

18 questions
0
votes
3 answers

Regex to pull multiword matches from list of terms

I am trying to modify the following regex (in javascript) from the glossarizer plugin to make it less lenient. var regex = new RegExp("(^s*|[^!])" + this.clean(term) + "\\s*|\\,$", "i"); It is trying to retrieve a definition for a term in a JSON…
Damon
  • 10,493
  • 16
  • 86
  • 144
-1
votes
2 answers

customize glossaries

I am using the glossaries package and wonder if it is possible to customize the appearance of the output. For example I want to make the spaces between the entries smaller or changing the style of the page and line numbers (from 6-20 to 6.20). There…
-1
votes
1 answer

An English to English glossary with one line word meanings

I'm working on a dictionary that gets english words and returns their meanings. My duty is to write a program that reads words and their meanings form a base-input glossary file that is a text file then implements B-Tree Data-Structure for saving…
ARF
  • 72
  • 7
1
2