Schlagwort: befehl
-
\restylefloat
Paket float Aufbau \restylefloat{Gleitobjekt Typ} Hinweis Verändert zusammen mit dem Befehl \floatstyle die Ausgabe eines Gleitobjektes. Beispiel \floatstyle{ruled} \restylefloat{table} Mehr floatstyle, floatname, floatplacement, listof, newfloat
-
\floatname
Paket float Aufbau \floatname{Gleitobjekt Typ}{Bezeichnung} Hinweis Verändert die Bezeichnung eines Gleitobjektes. Beispiel \floatname{table}{Tafeln} Mehr floatstyle, floatplacement, restylefloat, listof, newfloat
-
\floatstyle
Paket float Aufbau \floatstyle{Argument} Hinweis Verändert die Darstellung der nachfolgenden Gleitobjekt Umgebung. Beispiel \floatstyle{boxed} \restylefloat{table} Mehr floatname, floatplacement, restylefloat, listof, newfloat
-
\newfloat
Paket float Aufbau \newfloat{Name}{Platzierung}{Dateierweiterung}[Zählerrücksetzpunkt] Hinweis Erstellt eine neue Gleitobjekt Umgebung. Beispiel \newfloat{Beispiel}{H}{lob}[section] Mehr floatstyle, floatname, floatplacement, restylefloat, listof
-
subfigure
Paket subcaption Aufbau \begin{figure} \begin{subfigure}{Breite der Subfigure} %… \end{subfigure} %… \end{figure} Hinweis Mehrere (Unter-)Abbildungen zusammen in einer (Haupt-)Abbildung verwenden. Beispiel %… \begin{figure} \begin{subfigure}[c]{0.5\textwidth} \includegraphics[width=0.25\textwidth]{PIC1} \subcaption{Dirndl anprobieren} \end{subfigure} \begin{subfigure}[c]{0.5\textwidth} \includegraphics[width=0.25\textwidth]{PIC2} \subcaption{Start in den Sonntag} \end{subfigure} \caption{Polina auf Reisen} \end{figure} %… Mehr figure, subtable Wird hier verwendet: Mehrere Abbildungen nebeneinander
-
\hm
Paket bm Aufbau $\hm{Argument}$ Hinweis Fettschrift im Mathematik-Modus Beispiel $\hm{\int x \, \textup{d}x }$ Mehr boldsymbol, pmb, bm
-
\bm
Paket bm Aufbau $\bm{Argument}$ Hinweis Fettschrift im Mathematik-Modus Beispiel $\bm{\int x \, \textup{d}x }$ Mehr boldsymbol, pmb, hm
-
\pmb
Paket amsmath Aufbau $\pmb{Argument}$ Hinweis Fettschrift im Mathematik-Modus Beispiel $\pmb{\int x \, \textup{d}x }$ Mehr boldsymbol, bm, hm
-
\boldsymbol
Paket amsmath Aufbau $\boldsymbol{Argument}$ Hinweis Fettschrift im Mathematik-Modus Beispiel $\boldsymbol{\int x \, \textup{d}x }$ Mehr pmb, bm, hm