Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

the above image must be made the above design and exact elements by using multi rows and multi-columns with enumerate in LaTeX: => no shortcuts

image text in transcribed

the above image must be made the above design and exact elements by using multi rows and multi-columns with enumerate in LaTeX:

=> no shortcuts should be used by labeling a) b) c) and 1.1) or 1 ) => must strictly be done only by enumerate and Tables => can import and use additional features => output should exactly look like the above picture thankful

\documentclass{article} \usepackage{enumitem}

\begin{document}

\begin{enumerate} \item Lists \item[1.1] Cars \begin{enumerate}[label=\arabic*)] \item Honda \begin{enumerate}[label= oman*)] \item Brio \item City \item Civic \item Jazz \item Accord \item Crider \end{enumerate} \item Toyota \begin{enumerate}[label=\Alph*)] \item Avalon \item Corolla \item Camry \item Crown \item Prius \item Yaris \end{enumerate} \item Fiat \begin{enumerate}[label= oman*)] \item Uno \item Panda \item 500 \item Tipo \item Punto \item Brava \end{enumerate} \item Skoda \begin{enumerate}[label=(\alph*)] \item Fabia \item Octavia \item Rapid \item Superb \item Kodiaq \end{enumerate} \end{enumerate} \end{enumerate}

\end{document}

=> tables should added into it

4. Skoda (a) Fabia (b) Octavia (c) Rapid (d) Superb (e) Kodia

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions