MathHubInfo / Legacy-planetary

Legacy: Planetary System is a math-enabled Web 3.0 information portal.
http://trac.mathweb.org/planetary/
79 stars 25 forks source link

get \index{...} working on PlanetMath #431

Open holtzermann17 opened 10 years ago

holtzermann17 commented 10 years ago

Another point where Deyan and Bruce could usefully be involved is with index terms. LaTeXML does support \index{...}, I think, but I'm not sure how it would work in combination with PlanetMath articles.

E.g.:

holtzermann17 commented 10 years ago

Note, we could use \index{...} interchangeably with pm:keywords, and doing it that way would be more portable.

dginev commented 10 years ago

We need to discuss locality. In LaTeX, \index accumulates metadata that creates the index for the single document you are processing.

Would you want to have the same functionality in PlanetMath? A site-wide index is a completely different feature that needs to be properly understood before we can start implementing.