Graphics, Figures & TablesIndetation of figures and tables

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Jan Borowiec
Posts: 5
Joined: Sun Aug 09, 2020 9:31 pm

Indetation of figures and tables

Post by Jan Borowiec »

How to position the table at the third indentation level? Thank you in advance. Greatings, Jan

Code: Select all

\NeedsTeXFormat{LaTeX2e}
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\pagestyle{empty}

\begin{document}

\paragraph{sample.}\ \
Level 1
\begin{enumerate}
  \item Level 2-1
    \begin{itemize}
      \item Level 3-1
      \item Level 3-2
        \begin{table}[thb]
          \begin{tabular}{|c|c|c|c|} \hline
                  AAAAAA & BBBBBB & CCCCCC & DDDDDD \\ \hline
          \end{tabular}
          \caption{Triumph! Triumpf! Du edles Paar!
           Besieget hast du die Gefahr!
           Der Isis Weihe ist nun dein!
           Kommt, kommt, tretet in den Tempel ein!}
        \end{table}
      \item Level 3-3
    \end{itemize}
  \item Level 2-2
\end{enumerate}
\end{document}
Last edited by Stefan Kottwitz on Mon Aug 08, 2022 12:57 am, edited 1 time in total.
Reason: code marked

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Indetation of figures and tables

Post by Bartman »

Isn't that the same problem from your old topic with a different description to which I already suggested a solution?
Post Reply