<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10/02/2012 13:48, Adrien Vogt-Schilb wrote:
    <blockquote cite="mid:4F351229.4040209@centre-cired.fr" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 10/02/2012 13:27, anthony_daclin wrote:
      <blockquote cite="mid:1328876875451-3732345.post@n3.nabble.com"
        type="cite">
        <pre wrap="">
In each case it amost works but I have not the possibility to resize the
picture to fit the space i wantto be allowed for it. (1/4,1/4) in this
example.

Do you know if it is possible to directly resize the picture to fit the
space, I want to allow for it.


</pre>
      </blockquote>
      <br>
      Hi<br>
      isn't the purpose of <br>
      <tt>xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$")<br>
        <br>
        it was in Samuel's answer<br>
      </tt><br>
      <br>
    </blockquote>
    <br>
    Hi,<br>
    <br>
    You can use \includegraphics[scale=0.5]{...} and you can precise the
    way to interpolate the scale in using the key interpolation which
    can take the values: bilinear, bicubic or nearest_neighbor, e.g.:<br>
    \includegraphics[scale=0.5,interpolation=bicubic]{...}<br>
    The options in \includegraphics can be width, height,
    keepaspectratio, scale, angle, origin or interpolation (this last
    one is not a LaTeX standard but it is only available in jlatexmath).<br>
    <br>
    Calixte<br>
    <br>
  </body>
</html>