Hello, Rainer M Krug <rai...@krugs.de> 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