Skip to content

Quarto crashing with tbl-colwidths #1274

Answered by jjallaire
fuhrmanator asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reporting this! The underlying cause of this is that we don't quite have our Lua filters ordered optimally to divide into "AST Normalization" (which I'd argue the tbl-colwidths feature is) and "Features". Ideally we'd run all of our AST Normalization before user filters (so they could depend on it) but right now we only have two things in the normalization pass: (1) Merging text and file based includes; and (2) Resolving relative links within books (whose compilation occurs from the root). So for now I'd say just use the workaround you have and/or play with the order of filters (if quarto runs first then this also won't occur).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fuhrmanator
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