<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Trevor Marshall via texhax wrote:<br>
<br>
</div>
<blockquote type="cite" cite="mid:1450695554.89373.1569410718130@apps.talktalk.co.uk">
<p>Please  can anyone tell me how to import a figure, say as a eps or jpg file generated by OCTAVE or MATLAB?</p>
</blockquote>
<br>
Of EPS files, I have no recent experience, having many years ago abandoned the TeX -> DVI -> EPS route in favour of direct TeX -> PDF.  With the latter, and assuming that you are using XeTeX, then :<br>
<br>
    \setbox 0 = \hbox {\XeTeXpicfile somefile.jpg\relax}<br>
<br>
will leave an internal representation of the jpeg in \box 0 for subsequent use in your main XeTeX code.  If you are not using XeTeX, then you will have to rely on (e.g.,) the "graphics" package, in which case you will almost certainly have to use LaTeX, 'though
 you <i>may </i>be able to use the "graphics" package in conjunction with plain (Pdf)TeX if you also use "miniltx".<br>
<br>
Philip Taylor<br>
<br>
</body>
</html>