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

Rotating tables #249

Open
vincentarelbundock opened this issue May 16, 2024 · 5 comments
Open

Rotating tables #249

vincentarelbundock opened this issue May 16, 2024 · 5 comments

Comments

@vincentarelbundock
Copy link
Owner

Also, how about support for rotating tables?
image

typst doesnt handle tables that are too wide (when rotated) for the page then though :( but maybe there's something that they can do

Originally posted by @aghaynes in #247 (comment)

@vincentarelbundock
Copy link
Owner Author

Yes, I agree that rotating tables would be a nice feature. I would be happy to consider a Pull Request for this. Ideally, the functionality should cover LaTeX and Typst. It probably doesn't make sense in Markdown or HTML.

@aghaynes
Copy link
Contributor

for reference: typst/typst#4148

@aghaynes

This comment was marked as outdated.

@vincentarelbundock
Copy link
Owner Author

Lua filter for Typst: quarto-dev/quarto-cli#9705

Does not preserver the caption

@vincentarelbundock
Copy link
Owner Author

vincentarelbundock commented May 21, 2024

```{=typst}
#rotate(-90deg, reflow: true, [
```

```{r}
#| tbl-cap: blah blah blah
#| label: tbl-base
head(mtcars) |> tinytable::tt()
```

```{=typst}
])
```

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

2 participants