Skip to content

Implement references management #5

Description

@pbelmans

Similar to #4 we have that the proofs (and maybe some statements) will contain \ref's. Right now these are returned by the server as <a href>'s, which of course is wrong (it should be pure TeX).

But what do we want to happen with this? Some options come to mind:

  1. turn \ref into a \stackscite to the corresponding tag (every \label in the Stacks project has a tag, right?)
  2. check whether there is an existing label in the (local) LaTeX document, if so: refer to this one, if not: goto 1

This also relates to issue #6

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions