rootstock
rootstock copied to clipboard
placeholder legend
Hi I sometimes need to cite in my text a table that would not fit in the manuscript (such as a big excel file for example). Is it possible to create a placeholder legend for this kind of case that would go in the manuscript at the end for example? Something like this maybe?
A table too big to be placed in the text{#tbl:constant-digits}
Best Greg
This might be possible with additional Pandoc filters. pandoc-crossref supports many types of cross-references, but it likely conflicts with the filters Manubot currently uses for figure and table numbering.
pandoc-numbering is another filter that adds more numbering support.
I haven't tested either of these.