Skip to content

Instantly share code, notes, and snippets.

@wtsnjp
Created October 23, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtsnjp/9dc9849025e566b7d1f0c189ca3e58b7 to your computer and use it in GitHub Desktop.
Save wtsnjp/9dc9849025e566b7d1f0c189ca3e58b7 to your computer and use it in GitHub Desktop.
\documentclass{article}
\newcommand{\inlineTag}{%
\refstepcounter{equation}%
\bgroup\normalfont\normalcolor (\theequation)\egroup}
\begin{document}
This is a sample inline math: $x\;\inlineTag\label{math:x}$.
Look at Equation (\ref{math:x})!
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment