Hello,
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> Are there any news on this? I was just trying to accomplish the same
> thing (get \midrule instead of \hline in a LaTeX orgtbl), but
> adding :booktabs t seems to not be enough.
Unfortunately, progress is slow. This is stil
Ups... it should be midrule not midline.
--
Jorge.
Well for now and until :booktabs t is incorporated this is what I
am using:
#+BEGIN_SRC emacs-lisp
(defun orgtbl-to-latex-booktabs (table params)
"Convert the Orgtbl mode TABLE to LaTeX using booktabs
package." (let* ((alignment (mapconcat (lambda (x) (if x "r"
"l"))
Hi Nicolas,
Are there any news on this? I was just trying to accomplish the
same thing (get \midrule instead of \hline in a LaTeX orgtbl), but
adding :booktabs t seems to not be enough.
Best,
Jorge.
On [2013-12-01 Sun 10:18], Nicolas Goaziou wrote:
Hello,
AW writes:
#+ORGTBL: SEN
Hello,
AW writes:
>> #+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 |
Push?!
Am Dienstag, 26. November 2013, 11:15:21 schrieb AW:
> \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.