meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
general:computerenvironment:wiki:page:figure [2021/10/14 22:28] – created ingogeneral:computerenvironment:wiki:page:figure [2021/10/19 11:23] (current) – [Embedding figures in boxes] felix
Line 22: Line 22:
 </code> </code>
 </hidden> </hidden>
 +
 +====== Embedding figures in boxes ======
 +Sometimes it is nicer to embed a figure into a box. You can use the WRAP plugin for this. Figure {{ref>AB2}} gives an example.
 +<WRAP round box 200px>
 +<figure AB2>
 +{{:general:computerenvironment:images:abaumannii.png?200|}}
 +<caption>
 +EM Image of //A. baumannii//
 +</caption>
 +</figure>
 +</WRAP>
 +<hidden WikiCode>
 +<code>
 +<WRAP round box 200px>
 +<figure AB2>
 +{{:pbioc_basics:images:abaumannii.png?200|}}
 +<caption>
 +EM Image of //A. baumannii//
 +</caption>
 +</figure>
 +</WRAP>
 +</code>
 +</hidden>
 +
 +\\
 +
 +<WRAP tabs>
 +   * [[general:computerenvironment:wiki:page|WIKI Synatax]]
 +   * [[general:computerenvironment:wiki|Main page WIKI]]
 +</WRAP>