Text FormattingNested 'enumerate' still a Problem!

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Nested 'enumerate' still a Problem!

Post by ghostanime2001 »

I still cannot remove the indentation of the second enumerate list. Namely, a)...b)...etc.

Having set leftmargin=0cm,labelsep=0cm,labelwidth=0cm,labelindent=0cm AND \setenumerate[2]{labelindent=0pt,itemindent=0pt} WHY is there still an extra indentation before a) and b) in Question 3?

Code: Select all

  \documentclass[fleqn]{article}
    \usepackage{fullpage}
    \usepackage{enumitem}
    \usepackage[margin=1in]{geometry}
    \usepackage{graphicx}
    \usepackage{mathtools}
    \usepackage{amsmath}
    \usepackage{siunitx}
    \pagestyle{empty}
    \newcommand{\la}{\lambda}
    \setlength{\mathindent}{0in}
    \everymath{\displaystyle}
    \setenumerate[2]{labelindent=0pt,itemindent=0pt}
    \begin{document}
\begin{enumerate}[nolistsep,leftmargin=0cm]
 \item
    $\begin{aligned}[t]
    &\la=\text{0.5 m} \\
    &f=\text{20 Hz}
    \end{aligned}$
    \qquad
    $\begin{aligned}[t]
    &v=\la f \\
    &v=10
    \end{aligned}$
    \item
    $\begin{aligned}[t]
    &v=340 \\
    &f=\text{1000 Hz}
    \end{aligned}$
    \qquad
    $\begin{aligned}[t]
    &\dfrac{v}{f}=\la \\
    &0.34=\la
    \end{aligned}$
    \item
    $\begin{aligned}[t]
    y(x,t)=0.015\sin(25-1200t)
    \end{aligned}$
    \begin{enumerate}[label=\llap{\alph*)},leftmargin=0cm,labelsep=0cm,labelwidth=0cm,labelindent=0cm,nolistsep]
    \item
    $\begin{aligned}[t]
    y(x,t)=0.015\sin(25-1200t)
    \end{aligned}$
    \item
    $\begin{aligned}[t]
    v=\la f
    \end{aligned}$
    \hspace{1.2in}
    \smash{$\begin{aligned}[t]
    &v=(0.25)(191) \\
    &v=47.75
    \end{aligned}$}
    \end{enumerate}
    \begin{minipage}[t]{2in}
    \vspace{0cm}
    \begin{minipage}[t]{2in}
    $\begin{aligned}[t]
    &k=\dfrac{2\pi}{\la} \\
    &\la k=2\pi \\
    &\la=\dfrac{2\pi}{k} \\
    &\la=\dfrac{2\pi}{25} \\
    &\la=0.25
    \end{aligned}$
    $\begin{aligned}[t]
    &k=\dfrac{2\pi}{\la} \\
    &\la k=2\pi \\
    &\la=\dfrac{2\pi}{k} \\
    &\la=\dfrac{2\pi}{25} \\
    &\la=0.25
    \end{aligned}$
    \end{minipage}
    \end{minipage}
    \end{enumerate}
\end{document}
  
Last edited by ghostanime2001 on Sun Aug 07, 2011 7:08 am, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Nested 'enumerate' still a Problem!

Post by localghost »

This is now the third topic you opened concerning the same issue. Where do we go from here? Why don't you just continue the discussion in the other topics? It would be easier to follow the discussion if it focuses on one topic. I think it would increase the chance for a final solution.


Thorsten
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Nested 'enumerate' still a Problem!

Post by ghostanime2001 »

Those topics don't even get looked at anymore.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Nested 'enumerate' still a Problem!

Post by localghost »

That's irrelevant. You can simply bump them. And if you don't get answers, you should think about your way of asking questions and perhaps act a bit smarter in this regard.
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Nested 'enumerate' still a Problem!

Post by ghostanime2001 »

My questions are as specific as they need to be
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Nested 'enumerate' still a Problem!

Post by localghost »

I don't think so. Otherwise they would get answers that instantly lead to to a final solution.
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Nested 'enumerate' still a Problem!

Post by ghostanime2001 »

There are still a number of posts which did not get answers and I changed my questions so they read as clearly as possible. I don't think I had any other choice but to start a new topic.
Post Reply