Skip to content
/ rdfref Public
forked from michal-h21/rdfref

Cross-referencing system for LaTeX, inspired with RDF

Notifications You must be signed in to change notification settings

ouboub/rdfref

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The rdfref package

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:

Installation

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.

Documentation

You can run make to create a documentation and example document. You will need dot2tex to make a dependency graph of theorems.

DONE

  1. add a simple shell script to generate the graph (in png).
  2. move out the rdf stuff at the end of the example file to an external file, for better visibility.
  3. Add more sensible theorems, lemmas etc

TODO

  1. Write a clearer example latex file, with real lemmas, theorem etc
  2. Provide a graph
  3. long term, add emacs/auctex/reftex support
  4. Start to add a more environment, for example corollary, but does not work right now

Workflow

Run latex on theorems-sample.tex run sh mygraph.sh a simple script that generates the graph as an png.

About

Cross-referencing system for LaTeX, inspired with RDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 84.1%
  • Lua 15.4%
  • Other 0.5%