Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 147 additions & 0 deletions Documentation-rendertest/ImagesAndFigures/FloatAndAlignment.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
.. include:: /Includes.rst.txt

.. _images-float-and-alignment:

===================
Float and alignment
===================

.. contents:: This page
:backlinks: top
:class: compact-list
:depth: 99
:local:


.. _images-float-image-left:

Image float left
Comment thread
CybotTM marked this conversation as resolved.
================

.. |example-teaser-left| image:: ../images/q150_cccccc.png
:alt: Left floating image
:class: float-left with-shadow

|example-teaser-left|
Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display.

.. rst-class:: clear-both

Floating cleared. Below the image.


.. _images-float-image-right:

Image float right
=================

.. |example-teaser-right| image:: ../images/q150_cccccc.png
:alt: Right floating image
:class: float-right with-shadow

|example-teaser-right|
Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display.

.. rst-class:: clear-both

Floating cleared. Below the image.


.. _images-float-figure-left:

Figure float left
=================

.. figure:: ../images/q150_cccccc.png
:alt: Left floating figure
:class: float-left with-shadow

A figure floated to the left

Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display. Typesetting requires one or more fonts. The source
could be a manuscript, a previously composed version, or a plain text.

.. rst-class:: clear-both

Floating cleared. Below the figure.


.. _images-float-figure-right:

Figure float right
==================

.. figure:: ../images/q150_cccccc.png
:alt: Right floating figure
:class: float-right with-shadow

A figure floated to the right

Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display. Typesetting requires one or more fonts. The source
could be a manuscript, a previously composed version, or a plain text.

.. rst-class:: clear-both

Floating cleared. Below the figure.


.. _images-float-align-left:

Figure align left
=================

.. figure:: ../images/q150_cccccc.png
:alt: Left aligned figure
:align: left

A figure aligned left via :align:

Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display. Typesetting requires one or more fonts. The source
could be a manuscript, a previously composed version, or a plain text.

.. rst-class:: clear-both

Floating cleared. Below the figure.


.. _images-float-align-right:

Figure align right
==================

.. figure:: ../images/q150_cccccc.png
:alt: Right aligned figure
:align: right

A figure aligned right via :align:

Typesetting is the composition of text by means of arranging physical
types[1] or the digital equivalents. Stored letters and other symbols
(called sorts in mechanical systems and glyphs in digital systems)
are retrieved and ordered according to a language's orthography for
visual display. Typesetting requires one or more fonts. The source
could be a manuscript, a previously composed version, or a plain text.

.. rst-class:: clear-both

Floating cleared. Below the figure.
Loading