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

APA PDF weird render #94

Open
bsgallih12 opened this issue Sep 26, 2024 · 8 comments
Open

APA PDF weird render #94

bsgallih12 opened this issue Sep 26, 2024 · 8 comments

Comments

@bsgallih12
Copy link

Hello, the figure caption for an image is rendering like this by default and I'm not sure why

image

@bsgallih12
Copy link
Author

Can also provide an example if needed

@bsgallih12
Copy link
Author

Just following up on this one in case it was missed. It's still cutting off half the caption when using the following markdown syntax for the apaquarto-pdf output option

Caption

@wjschne
Copy link
Owner

wjschne commented Oct 2, 2024

Sure, can you send the code that produces this error? Email is fine if you don't want to post it here: [email protected]

@bsgallih12
Copy link
Author

Can do! I've sent you an email. Thanks!

@bsgallih12
Copy link
Author

bsgallih12 commented Oct 2, 2024

Also, if you run the files I sent over but change the output to apaquarto-typst,you get the other issue I've been having where the cross referenced tables end up all in bold rather than just the header row. That issue only shows up for Typst output. It's totally fine for PDF

@wjschne
Copy link
Owner

wjschne commented Oct 6, 2024

This, I think, is the same problem as in #83

For now, the workaround solution to set the after-caption-space option to 0pt. For example:

#| label: "tbl-descriptive-statistics"
#| echo: false
#| tbl-cap: "Summary Statistics"
#| after-caption-space: 0pt

library(tinytable)
tt(head(iris))

Let me know if this works for you.

@bsgallih12
Copy link
Author

bsgallih12 commented Oct 6, 2024 via email

@wjschne
Copy link
Owner

wjschne commented Oct 12, 2024

If you install Quarto 1.6 (pre-release), you can have landscape pages:

https://prerelease.quarto.org/docs/authoring/article-layout.html#landscape-mode

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