We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to have the possibility to specify the location of the table I'm saving, or instead of having
\begin{table} ... \end{table}
be able to have
\begin{table}[h] ... \end{table}
I guess the solution would be to add another argument in the to_latex API which could take values in (None, 'h', 'H', 'h!'...)
to_latex
(None, 'h', 'H', 'h!'...)
I'm saving my tables to .tex files and then use the \input{path/to/tex} command, I did not find the possibility to give the [h] argument with input...
.tex
\input{path/to/tex}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
I would like to have the possibility to specify the location of the table I'm saving, or instead of having
be able to have
Describe the solution you'd like
I guess the solution would be to add another argument in the
to_latex
API which could take values in(None, 'h', 'H', 'h!'...)
Describe alternatives you've considered
I'm saving my tables to
.tex
files and then use the\input{path/to/tex}
command, I did not find the possibility to give the [h] argument with input...The text was updated successfully, but these errors were encountered: