Latex Equation References

by georgrasumov
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically numerates equations using labels.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian References Plugin

An Obsidian plugin that makes Numbering LaTeX equations easier:

  • Automatically numbers equations (\tag{N}) based on %\label{...} comments.
  • Replaces \ref{...} with a prefix and the equations numbering.

Features

  • Automatic numbering
    Every equation with a %\label{key} comment is assigned a sequential number, and a \tag{N} is inserted or updated automatically.

  • Live references
    In Live Preview mode, \ref{key} is displayed as Equation N (or whatever prefix you choose).
    When your cursor enters the reference, the raw \ref{key} text is shown for editing.

  • Customizable prefix
    Configure the word shown before the number (e.g. Equation, Eq., Gleichung).

Usage

  • write %\label{uniqeID} at the end of a line in an equation enviroment
  • write \ref{uniqueID} in your Text so that a Reference to this Equation is displayed