Search found 6 matches

by mayngontay
Thu Jul 04, 2013 8:40 am
Forum: Text Formatting
Topic: Enumerated List with Math Expression in Item Labels
Replies: 1
Views: 3659

Enumerated List with Math Expression in Item Labels

Hi,

I would like to have a numbered list like this.
Capture2.PNG
I use the following code:

\documentclass{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}[$({q}_1)$]
\setcounter{enumi}{9}
\item first item.
\item second item.
\item third item.
\item fourth item.
\item ...
by mayngontay
Fri May 30, 2008 2:25 am
Forum: General
Topic: Several errors
Replies: 6
Views: 4351

Re: Several errors

Dear Al,

You should compile your file with 'LaTeX' command (not TeX).

Regards,
by mayngontay
Fri May 30, 2008 2:03 am
Forum: General
Topic: Problem with tabular, left-align and widths
Replies: 7
Views: 49212

Problem with tabular, left-align and widths

Dear all,

The problem has been solved from the fifth post by localghost.
I know that there are other options proposed by balf, Stefan_K, and avp3000 to solve this issue.
Thank you (localghost, balf, Stefan_K, and avp3000) very much.
What you gave me is beyond what I expected. :D

Regards,
by mayngontay
Thu May 29, 2008 11:20 am
Forum: General
Topic: Problem with tabular, left-align and widths
Replies: 7
Views: 49212

Re: Problem with tabular, left-align and widths

Thank your for your quick response.
Your code works with only one row. When I add one more row like below:
\begin{tabular}{>{\raggedright}p{0.18\linewidth}>{\raggedright}p{0.38\linewidth}>{\raggedright}p{0.38\linewidth}}
The quick brown fox jumps over the lazy dog &
The quick brown fox jumps over ...
by mayngontay
Thu May 29, 2008 10:05 am
Forum: General
Topic: How to turn "Underfull \hbox or \vbox" warnings off?
Replies: 1
Views: 4093

How to turn "Underfull \hbox or \vbox" warnings off?

Dear all,

I think that all mosts of you have faced with "Underfull \hbox or \vbox" warnings. We know the reasons but how can we turn these warnings off?

Thanks,
by mayngontay
Thu May 29, 2008 9:59 am
Forum: General
Topic: Problem with tabular, left-align and widths
Replies: 7
Views: 49212

Problem with tabular, left-align and widths

Dear all,

I would like to use tabular environment. But I don't like justified-text in columns by using like as follows:
\begin{tabular}{p{0.18\linewidth} p{0.38\linewidth} p{0.38\linewidth}}
...
\end{tabular}

So, the code should be:
\begin{tabular}{l{0.18\linewidth} l{0.38\linewidth} l{0.38 ...