Add a referencable latex align equation #12873
Unanswered
gavinhesketh
asked this question in
Q&A
Replies: 1 comment
-
Please use the search before opening new threads, this has been discussed extensively in several places already:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, I'd like to add some aligned equations to a document compiled as html and pdf.
For example, I can include aligned equations in my .qmd file like this:
which compiles and displays correctly for pdf and html, but I can't work out how to make this referenceable in the document. eg this works for equations:
but similar syntax does not work for align. I find this works for the html output:
... but not for pdf as the .tex file has "erroneous nesting of equation structures":
Is there a way to refer to an align that works for pdf and html? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions