LaTeX writer: Allow more flexible table alignment #2665
+1
−1
monofon
commented
1 check failed
Details
continuous-integration/travis-ci/pr
The Travis CI build failed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Removing the centering option
[c]to thelongtableenvironment allows LaTeX templates to control the overall table alignment in a document by setting thelongtablelength variablesLTleftandLTright.Example:
results in left aligned tables that respect paragraph indentation.
This patch will not change the default behavior of pandoc because
centeringis the default for tables even if[c]is not specified.