On Tue, Jun 02, 2015 at 12:17:04PM +0200, Rainer M Krug wrote:
> 
> Hi
> 
> 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}
> `----

Does the following work equivalently for you?

  #+attr_LaTeX: :width \linewidth

> Is there a way of setting this globally fir the actual document
> (document header?), so that I don't have to add this line to all my
> hundred images (OK - only about 70 - but still to many)?

Maybe use babel blocks for this?  Input files from a list or table, echo
them back with a common #+attr_latex line?

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to