Text FormattingAlign Counters and Equations side-by-side

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
User avatar
CDbile
Posts: 19
Joined: Mon Jan 31, 2011 6:48 pm

Re: Align Counters and Equations side-by-side

Post by CDbile »

Well you can set these parameters between \begin{enumerate} and \end{enumerate} in the environment definition.
CDbile

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Align Counters and Equations side-by-side

Post by ghostanime2001 »

What about setting those parameters to the inner nested list?
User avatar
CDbile
Posts: 19
Joined: Mon Jan 31, 2011 6:48 pm

Align Counters and Equations side-by-side

Post by CDbile »

You didn't understand me. You can here: (code quoted from the big \newenvironment line)

Code: Select all

Code, edit and compile here:
\begin{enumerate}[##1,start=##2+\value{custcount}]
% Put your list parameters here
\item ##3
\end{enumerate}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CDbile
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Align Counters and Equations side-by-side

Post by ghostanime2001 »

How can one know the default value of the space between the label and the first item in an enumerate* environment using enumitem package?
User avatar
CDbile
Posts: 19
Joined: Mon Jan 31, 2011 6:48 pm

Re: Align Counters and Equations side-by-side

Post by CDbile »

I suggest you start a new topic for this question and mark this thread as solved (if you agree it is !)
But I also don't see why you wouldn't have default values of enumerate in custenv. We just put an enumerate in a minipage, we didn't change any special layout.
CDbile
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: Align Counters and Equations side-by-side

Post by ghostanime2001 »

oh no i don't mean about enumerate.. im talking about enumerate* with an asterisk because if I type the same list using enumerate* (first post code) then I don't need to adjust the spacing of the label and the first item... it is already set as a default and I like the spacing with enumerate* Can enumerate* be substituted for enumerate for the special codes we used for custenv such that horizontal spacing is set using enumerate* and vertically aligning the items is set using custenv ?
User avatar
CDbile
Posts: 19
Joined: Mon Jan 31, 2011 6:48 pm

Re: Align Counters and Equations side-by-side

Post by CDbile »

Of course, and I'm also sure that you can find where to put the two stars...
CDbile
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Align Counters and Equations side-by-side

Post by ghostanime2001 »

Here? lol

Code: Select all

\newcommand{\custitem}[3]{\begin{minipage}[t]{2.5in}\begin{enumerate*}[##1, start=##2+\value{custcount}]\itemindent=-1.11em \item ##3\end{enumerate*}\end{minipage}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Post Reply