-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Longtable huxtable #29
Comments
?tabular_environment but be aware that nothing is guaranteed to work!
…On Tue, 17 Oct 2017 at 15:40, Nico Katzke ***@***.***> wrote:
Hi, great package.
Would just like to know if there is a way of specifying a long-table in
huxtable from rmarkdown without having to hack the tex file for pdf output?
Nico
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFjJ96NmWO0OBz57J7sew8XSUbry-NtQks5stLxUgaJpZM4P8Q6Q>
.
|
Hi, really like this package! The set_tabular_environment works to include 'longtable' in the Latex but unfortunately the No caption: \providecommand{\huxb}[2]{\arrayrulecolor[RGB]{#1}\global\arrayrulewidth=#2pt}
\providecommand{\huxvb}[2]{\color[RGB]{#1}\vrule width #2pt}
\providecommand{\huxtpad}[1]{\rule{0pt}{\baselineskip+#1}}
\providecommand{\huxbpad}[1]{\rule[-#1]{0pt}{#1}}
\begin{table}[H]
\begin{raggedright}
\begin{threeparttable}
\captionsetup{justification=raggedright,singlelinecheck=off}
\caption{Summary Table}
\begin{longtable}{p{0.25\textwidth} p{0.75\textwidth} Caption generated: \providecommand{\huxb}[2]{\arrayrulecolor[RGB]{#1}\global\arrayrulewidth=#2pt}
\providecommand{\huxvb}[2]{\color[RGB]{#1}\vrule width #2pt}
\providecommand{\huxtpad}[1]{\rule{0pt}{\baselineskip+#1}}
\providecommand{\huxbpad}[1]{\rule[-#1]{0pt}{#1}}
\begin{table}[H]
\begin{raggedright}
\begin{threeparttable}
\captionsetup{justification=raggedright,singlelinecheck=off}
\begin{longtable}{p{0.25\textwidth} p{0.75\textwidth}}
\caption{Summary Table} Any suggestions on how to ensure the caption comes after the |
It’s a bug but not a priority. See ?tabular_environment for why not. Also
NB: this is a new issue, not the same as the existing one.
--
Sent from Gmail Mobile
|
It looks like @hughjonesd fixed this issue by adding |
Comments welcome on whether this actually works! |
Any interest in using my |
Possibly. It looks quite good.
Most importantly, are you interested in working on it? That will definitely improve its changes of happening. |
Yes, see the documentation.
Paddings are only for rows and columns in LaTeX tables.
Yes, see the documentation.
Sorry, I am not an R user (never use it before). I know only LaTeX. |
Hi, great package.
Would just like to know if there is a way of specifying a long-table in huxtable from rmarkdown without having to hack the tex file for pdf output?
Nico
The text was updated successfully, but these errors were encountered: