I am using pandoc to create a tufte-book latex. pandoc's tables are rendered using the longtable environment.
Within tufte-book this only uses the \textwidth. Wrapping it in a fullwidth environment has no effect, because it is a float.
Using table* and tabular environments allows me to get fullwidth tables, but redefining lontable to use that, looses other longtable features.
Ideas to resolve that or to provide longtable with an option to render fullwidth or not?
table*environment. – Zarko Apr 22 '19 at 04:55