Add note on combination of image positions

This commit is contained in:
Knoch 2019-05-12 16:59:50 +02:00
parent 9517f7dfcf
commit 460446421e

View File

@ -27,7 +27,7 @@ height=5cm]{&lt;dateipfad>}</code></pre>
<div class="layout-content"> <div class="layout-content">
<h2>Positionierung auf der Seite</h2> <h2>Positionierung auf der Seite</h2>
<pre class="hljs lang-tex"><code>\begin{figure}[&lt;positionskürzel>]</code></pre> <pre class="hljs lang-tex"><code>\begin{figure}[&lt;positionskürzel>]</code></pre>
<p>LaTeX positioniert Grafiken automatisch. Durch Kürzel können wir unsere Präferenzen angeben.</p> <p>LaTeX positioniert Grafiken automatisch. Durch Kürzel können wir unsere Präferenzen (auch in Kombination) angeben.</p>
<table> <table>
<tr> <tr>
<th style="min-width:4em">Kürzel</th> <th style="min-width:4em">Kürzel</th>
@ -51,7 +51,7 @@ height=5cm]{&lt;dateipfad>}</code></pre>
</tr> </tr>
<tr class="fragment"> <tr class="fragment">
<td>H</td> <td>H</td>
<td>definitiv und unbedingt ohne Widerspruch genau an dieser Stelle und nirgendwo sonst (benötigt Paket <code>float</code>)</td> <td>(definitiv) hier (benötigt Paket <code>float</code>)</td>
</tr> </tr>
</table> </table>
</div> </div>