<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Also you can use the enumitem package to alter the “enumerate” environment so that you can type:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>\begin{enumerate}[label={\alph*)}]<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>\item choice 1<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>\item choice 2<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>\item choice 3<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>\end{enumerate }<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Rather than manually labelling the choices.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> texhax-bounces@tug.org [mailto:texhax-bounces@tug.org] <b>On Behalf Of </b>Cong Ding<br><b>Sent:</b> Sunday, December 26, 2010 7:51 AM<br><b>To:</b> Vafa Khalighi<br><b>Cc:</b> texhax@tug.org<br><b>Subject:</b> Re: [texhax] multiplechoice in LaTeX<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>just do it<o:p></o:p></p><div><p class=MsoNormal>On Sat, Dec 25, 2010 at 03:11, Vafa Khalighi <<a href="mailto:vafakhlgh@gmail.com">vafakhlgh@gmail.com</a>> wrote:<o:p></o:p></p><div><p class=MsoNormal style='margin-bottom:12.0pt'>I want to define a macro :<br><br>\newcommand\answer[4]{.....}<br><br>If  the length of all arguments 1 to 4 is less than 0.25\textwidth, then I want to typeset that as<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{multicols}{4}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[a)] #1<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[b)] #2<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[c)] #3<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[d)] #4<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{multicols}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>if the length of one of the arguments from 1 to 4 is less than 0.5\textwidth but greater than 0.25\textwidth provided the length of no arguments from 1 to 4 is greater than 0.5\textwidth, then I want to typeset this as:<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{multicols}{2}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[a)] #1<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[b)] #2<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[c)] #3<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[d)] #4<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{multicols}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>and finally if the length of any arguments from 1 to 4 is bigger than \textwidth, then I just want to typeset this as:<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[a)] #1<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[b)] #2<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[c)] #3<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[d)] #4<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{itemize}<o:p></o:p></p><p class=MsoNormal><br>How could I do this?<br><br>Thanks<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'><o:p> </o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{multicols}{1}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\begin{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[a)] #1<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[b)] #2<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[c)] #3<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\item[d)] #4<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{itemize}<o:p></o:p></p><p style='margin:0cm;margin-bottom:.0001pt'>\end{multicols}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal><br>_______________________________________________<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br><br>Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><br><br clear=all><br>-- <br><span style='color:#666666'>Cong Ding</span><o:p></o:p></p></div></body></html>