Closed cwilso6 closed 9 months ago
Hello, this is a quarto Word document. Quarto is managing captions on its own. With flextable, it works with PDF and HTML but not Word. That's an issue we are aware of since quarto exists, we can't do anything about it.
You can read flextable documentation about it here: https://davidgohel.github.io/flextable/reference/set_caption.html#using-quarto-
This issue can be closed, captions seem to work as expected with Quarto 1.4.549
with Word PDF and HTML. 'flextable' does not emit any caption when used in Quarto.
For future readers, TLTR, set_caption()
has not effect with Quarto that manage captions on its own.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
I am hoping to left aligned table caption, This issue was closed here https://github.com/davidgohel/flextable/issues/425.
I copied the code provided:
blah blah blah
r run_reference(id = "tbl-flextable-1")
.and it produced the following:
Notice that the captions are all on the left of the page (not the left of the table), I am getting different output than what you have shown in the previous thread.