allofphysicsgraph / latex-in-arxiv

extract math latex from content in arxiv
4 stars 1 forks source link

correlate the use of variables across instances in the same paper #21

Open bhpayne opened 7 months ago

bhpayne commented 7 months ago

As an example, suppose the following is in a paper:

\begin{equation}
a = b + c
\end{equation}
Assuming you know $b$, then
\begin{equation}
b*c = f
\end{equation}

There are three uses of b. Identify all those uses as the same symbol.

caveat: sometimes f_b is the variable f indexed by variable b, and sometimes f_b is a variable distinct and unrelated to b.

Success: count the number of instances of each variable in a given paper.