emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox and links to equation
@ 2015-02-15  0:27 Rasmus
  2015-02-15  9:58 ` Nicolas Goaziou
  0 siblings, 1 reply; 12+ messages in thread
From: Rasmus @ 2015-02-15  0:27 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have two issues with linking to equations.

Consider the following example:

    \begin{alinged}
    \Label{eq:1}
    \min f(x)\\
    \label{eq:2}
    \st  c(x)=0
    \end{aligned}
    Insightful comments on [[eq:1]] and [[eq:2]]


* Issue 1

If org-link-search-must-match-exact-headline is nil the links will work in
the buffer.  However, they will be discarded on export.  Eq:1 I can refer
to if I give the latex-environment a #+NAME, but I can't refer to eq:2.  I
think it should be possible to put in a link for eq:2.  I don't know if it
should depend on org-link-search-must-match-exact-headline or not,
probably not.

Any ideas how this could be solved and whether it's desirable solving?

* Issue 2 (ox-latex specific)

Since we now have amsmath in the org-default-package-alist I would like to
\eqref{·} to refer to equations.  The main difference is that it takes
care of the parenthesis automatically.  I.e. \ref{eq:2} → 2 and
\eqref(eq:2) → (2).  Also, mathtools works with \eqref, but not \ref.
However, in old document it could lead to ((2)).

I have a simple patch that hard-coded equation to \eqref, but I don't know
if a more general approach should be taken.  Or if it a filter issue.

—Rasmus

-- 
The second rule of Fight Club is: You do not talk about Fight Club

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-02-27 13:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-15  0:27 ox and links to equation Rasmus
2015-02-15  9:58 ` Nicolas Goaziou
2015-02-15 11:30   ` Rasmus
2015-02-15 12:50     ` Nicolas Goaziou
2015-02-15 13:01       ` Rasmus
2015-02-15 16:02         ` Nicolas Goaziou
2015-02-15 20:37           ` Rasmus
2015-02-15 20:46             ` Nicolas Goaziou
2015-02-15 22:31               ` Rasmus
2015-02-16  1:50           ` [patch, ox-html] mathjax changes (was: ox and links to equation) Rasmus
2015-02-17 18:04             ` [patch, ox-html] mathjax changes Rasmus
2015-02-27 13:11               ` Rasmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).