Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] metropolis theme doesn't allow us to align slide body #172

Open
tapyu opened this issue May 25, 2024 · 0 comments
Open

[Bug] metropolis theme doesn't allow us to align slide body #172

tapyu opened this issue May 25, 2024 · 0 comments

Comments

@tapyu
Copy link

tapyu commented May 25, 2024

In

#import "@preview/polylux:0.3.1": *
#import themes.metropolis: *

#show: metropolis-theme.with()
#set text(font: "Fira Sans", weight: "light", size: 20pt)
#slide(title: "Slide title")[

  #set align(top+left)
  A slide with some maths:
  $ x_(n+1) = (x_n + a/x_n) / 2 $

  #lorem(2)
]

For some reason, metropolis doesn't allow us to align the slide text body as #set align(top+left) does nothing. This is quite restrictive and should be fixed.

@tapyu tapyu changed the title [Bug] metropolis theme doesn't allow to align slide body [Bug] metropolis theme doesn't allow us to align slide body May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant