emacs-orgmode
[Top][All Lists]
Advanced

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

[O] exporting latex to html


From: Jeremie Juste
Subject: [O] exporting latex to html
Date: Wed, 12 Oct 2016 00:08:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

How is it possibile to modify the image attributes when exporting latex
to html?


For instance if I have a table in the following org-buffer. Doing
org-mime-org-buffer-htmlize convert the table into an image and put put
it in latex as a picture. I would like to control the size and quality
of this image


#+OPTIONS:   H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t 
tex:imagemagick

\begin{table}
\begin{center}
\begin{tabular}{l c }
\hline
           & Model 1 \\
\hline
test       & $0.46^{***}$ \\
           & $(0.00)$     \\
\hline
R$^2$      & 0.42         \\
Adj. R$^2$ & 0.42         \\
Num. obs.  & 27162        \\
RMSE       & 7.97         \\
\hline
\multicolumn{2}{l}{\scriptsize{$^{***}p<0.001$, $^{**}p<0.01$, $^*p<0.05$}}
\end{tabular}
\caption{Statistical models}
\label{table:coefficients}
\end{center}
\end{table}


Best wishes,

Jeremie




reply via email to

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