This package is inspired by RDF. You can declare custom commands that save various metadata for objects. These metadata can be then looked up using simple query language.
It doesn't have any documentation yet, but you can see the samples of usage in answers on TeX.sx:
- Compiling a separate list of "Open Questions" found in the main text in order of appearance
- Analysis of cross-reference/link network within a single document
- Is there a software in Ubuntu that can analyse the cross references (theorems, lemmas, equations, etc.) in a tex project?)
- Show graph of references inside a document
- Define a command (like table of contents) but for attendees
- Output depending on crossreferences
- Implementing a very basic index from scratch
You can either clone this repository to your local TEXMF tree (typically ~/texmf/tex/latex
on UNIX like systems), or clone it to any local directory and run the make install
command.
You can run make
to create a documentation and example document. You will need dot2tex to make a dependency graph of theorems.