WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

Subsections of subsection (subsubsection) in latex | Loop and Break

Subsections of subsection (subsubsection) in latex

\subsubsection are used for making subsections under sections of any latex document.

Example

\documentclass[10pt,a4paper]{article}
\begin{document}

\section{Section 1}
Under section 1
\subsection{subsection Level 2}
Under section 1 subsection 1
\subsubsection{sub subsection Level 3}
Under section 1 subsection 1 subsection 1
\subsubsection{sub subsection Level 4}
Under section 1 subsection 1 subsection 2

\section{Section 2}
Under section 2

\end{document}

Output

Untitled

Share

You may also like...