emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] resize table in latex


From: Zhihao Ding
Subject: Re: [O] resize table in latex
Date: Tue, 2 Jun 2015 09:59:28 +0000

Thanks. This idea works, based on which I used the following 
in the end. 

#+NAME: tbl:lab
#+ATTR_LATEX: :caption \caption[short]{\label{tbl:lab} long.} 
\scriptsize{\resizebox{\textwidth}{!} \centering

It does’t look very org like but is good that it works.

Thanks, 
Zhihao


> On 2 Jun 2015, at 10:06, Suvayu Ali <address@hidden> wrote:
> 
> 
> 
> On Tue, Jun 02, 2015 at 08:43:07AM +0000, Zhihao Ding wrote:
>> Thanks very much for your reply. The proposed method 
>> in this reply won’t work. It needs to be in the following
>> structure where this line 
>> 
>> “\scriptsize{\resizebox{\textwidth}{!}{“
>> 
>> is after “\begin{table}[htb]” and immediately before 
>> “\begin{tabular}{rr}”. 
> 
> Why is that?  Is it because table is a float?
> 
> You could try repurposing the :caption attribute.  See: 
> 
>  (info "(org) LaTeX specific attributes")
> 
> Hope this helps,
> 
> -- 
> Suvayu
> 
> Open source is the future. It sets us free.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]