Skip to content

Latex aligned in typst #3879

Answered by EpicEricEE
qres asked this question in Q&A
Apr 5, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

In case you're still interested, maybe this is a better solution:

#show math.plus: math.class.with("binary")

$
  A & = sin(b) \
    & #block[$
      = c &+ d \
          &+ e + f \
          &+ g + h
    $]
$

If you have numbered equations, you need to add this show rule to prevent the inner equation from being numbered:

#show math.equation.where(block: true): it => {
  set math.equation(numbering: none)
  it
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@qres
Comment options

Comment options

You must be logged in to vote
1 reply
@qres
Comment options

Answer selected by qres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants