emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Specifying ATTR_LATEX document wide?


From: Nicolas Goaziou
Subject: Re: [O] Specifying ATTR_LATEX document wide?
Date: Tue, 02 Jun 2015 15:49:02 +0200

Hello,

Rainer M Krug <address@hidden> writes:

> In one document, I would like to make two changes how images are
> inserted in LaTeX / pdf documents, namely:
>
> 1) have no re-sizing, i.e.
>
> ,----
> | \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf}
> `----
>
> instead of
>
> ,----
> | 
> \includegraphics[width=.9\linewidth]{./output/fig_crossValidationDefaultByUA.pdf}
> `----

  #+BIND: org-latex-image-default-width ""

> and
>
> 2) have no floats, even if a caption is given or use the :placement [H]
> with the float package.
>
> According to
> [[info:org#LaTeX%20specific%20attributes][info:org#LaTeX specific attributes]]
> I can use
>
> #+ATTR_LATEX: :float nil
>
> or
>
> #+ATTR_LATEX: :placement [H]

  #+BIND: org-latex-default-figure-position "H"

Of course, this assumes, `org-export-allow-bind-keywords' is non-nil.


Regards,

-- 
Nicolas Goaziou



reply via email to

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