Difference between revisions of "StaticImages"
Jump to navigation
Jump to search
Brian Burns (talk | contribs) |
|||
Line 17: | Line 17: | ||
<pre> |
<pre> |
||
BEGIN_TEXT |
BEGIN_TEXT |
||
− | \{ image( imagename.png ) \} |
+ | \{ image( "imagename.png" ) \} |
END_TEXT |
END_TEXT |
||
</pre> |
</pre> |
Revision as of 11:52, 20 August 2009
Static Graphic Images: PG Code Snippet
This code snippet shows the essential PG code to insert a static (pre-generated) graphic image into a problem. Note that these are insertions, not a complete PG file. This code will have to be incorporated into the problem file on which you are working.
PG problem file | Explanation |
---|---|
BEGIN_TEXT \{ image( "imagename.png" ) \} END_TEXT |
Here it's easy: we just use the
We can, of course, include options such as specifying the |