quarto-dev / quarto-dev/quarto

Equation Align blocks only run in 'raw' latex, not in math cell

Open
#123 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

vscode
Dominant language
TypeScript
Stars
645
Forks
62
Avg merge
17h 42m
Merged PRs (30d)
13

Description

Broken syntax:

$$
\begin{align}
&1 + 1
\end{align}
$$

Working syntax:

\begin{align}
&1 + 1
\end{align}

This has the disadvantage that the great vscode equation preview (which works for the latter example), doesn't work for the only syntax which quarto will compile documents using.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the two LaTeX snippets in Quarto, comparing the $$ math-cell form with the standalone align form. Trace how Quarto handles align blocks inside math cells; done means the reported align syntax compiles in Quarto while retaining the stated preview behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
latex
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.