emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Orgtbl, Radiotables: ":booktabs t"
@ 2013-11-26 10:15 AW
  2013-12-01  9:54 ` AW
  0 siblings, 1 reply; 11+ messages in thread
From: AW @ 2013-11-26 10:15 UTC (permalink / raw)
  To: org mode mailing list


\documentclass[parskip=half]{scrartcl}
\usepackage{booktabs, verbatim}

\begin{document}

Hello!

Once in a while I need a radiotable inside my LaTeX file and I'm asking to 
implement a parameter for the use of booktabs.

This is an example I picked from the manual of orgmode and added
\verb|\toprule|, \verb|\bottomrule|, :booktabs t and some other details.

This is the tabular in \LaTeX:

     \begin{tabular}{lrrr}\toprule
     Month & \multicolumn{1}{c}{Days} & Nr.\ sold & per day\\\midrule
     % BEGIN RECEIVE ORGTBL salesfigures
Jan & 23 & 55 & 2.4 \\
Feb & 21 & 16 & 0.8 \\
March & 22 & 278 & 12.6 \\
\hline
S: & 66 &  &  \\
     % END RECEIVE ORGTBL salesfigures
	\bottomrule
     \end{tabular}

And here comes the source:
     
\begin{verbatim}
     #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2 :booktabs t
     | Month | Days | Nr sold | per day |
     |-------+------+---------+---------|
     | Jan   |   23 |      55 |     2.4 |
     | Feb   |   21 |      16 |     0.8 |
     | March |   22 |     278 |    12.6 |
     |-------+------+---------+---------|
     | S:    |   66 |         |         |
     #+TBLFM: $4=$3/$2;%.1f::@5$2=vsum(@I..II)
     
\end{verbatim}

The parameter ":booktabs t" would be new. 

To what end? You see, my table uses the booktabs package and I can, as
displayed above, use \verb|\toprule| and \verb|\bottomrule| in the "spliced"
tabular. But inside the tabular, all horizontal lines become
"hline"(s), which is, well, not ugly, but disturbing. Instead of each
hline a midrule is needed.

You can take this email and compile it with pdflatex. You'll see, that
some space is missing between the ``S:'' and the hline.

So would it be possible to implement the parameter ":booktabs t"
without much trouble?

Kind regards,

Alexander

\end{document}

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-19 22:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-26 10:15 Orgtbl, Radiotables: ":booktabs t" AW
2013-12-01  9:54 ` AW
2013-12-01 10:18   ` Nicolas Goaziou
2013-12-01 10:30     ` Handshake: Org-mode + Emacs releases Jambunathan K
2013-12-01 11:13       ` Nicolas Goaziou
2013-12-01 12:03         ` Jambunathan K
2013-12-06 14:27         ` Bastien
2014-08-19 16:03     ` Orgtbl, Radiotables: ":booktabs t" Jorge A. Alfaro-Murillo
2014-08-19 16:28       ` Jorge A. Alfaro-Murillo
2014-08-19 17:37         ` Jorge A. Alfaro-Murillo
2014-08-19 22:16       ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).