Alignment for figures and images
================================

Unaligned PNG Image:

.. image:: images/biohazard.png

Align left:

.. image:: images/biohazard.png
   :align: left

Align right:

.. image:: images/biohazard.png
   :align: right

Align center:

.. image:: images/biohazard.png
   :align: center


.. raw:: pdf

    Spacer 0 20

Unaligned PNG Image with a ``figwidth`` of ``50%``:




Unaligned PNG figure:

.. figure:: images/biohazard.png
   :figwidth: 50%


Align left:

.. figure:: images/biohazard.png
   :align: left
   :figwidth: 50%

Align right:

.. figure:: images/biohazard.png
   :align: right
   :figwidth: 50%

Align center:

.. figure:: images/biohazard.png
   :align: center
   :figwidth: 50%