Recent content by msoni

  1. M

    LaTeX Default value of Section in Latex

    Im trying to enumerate starting from say.. 9 till 15, instead starting from 1 which is default. I used \usepackage{enumerate} in the declerations and while enumerating.. \begin{enumerate}[9.] \item... \item... ... ... \end{enumerate} Insteading of numbering 9 10 11 it either numbers...
  2. M

    LaTeX Default value of Section in Latex

    Im trying to label these equations as 1.1 and 1.2 When I compile the code I get this error mssg: ! Extra Alignment tab has been changed to\cr <template> \egroup\endtemplate what does this mean and how do i fix it...
  3. M

    LaTeX Default value of Section in Latex

    Awesome! Got it now! Looks like you have worked a lot in Latex... More I am into it.. the more interesting it becomes. Next I am having some issues labelling equations .. I have used \begin{eqnarray} But the compiler is giving some wiered errors.. will try for some more time.. elz you...
  4. M

    LaTeX Default value of Section in Latex

    No no... Im not using any subsections... Its the section no. which I want to name it is 1.3 say.. \begin{document} ... \section{some section title which is 1.3} after it compile it should print as " 1.3 Multi dimensional arays" there are no subsections involved...
  5. M

    LaTeX Default value of Section in Latex

    Hey Thanks.. Those links really help... Still not able to fix that problem I am trying :confused:
  6. M

    LaTeX Default value of Section in Latex

    Hello People! Im new to this forums and didnt really found a specific thread on Latex help. Im trying to convert word documents into Latex format. Im a novice in this topic.. was wondering if anyone can help me out. I have a problem in changing the default value of Section in Latex...
Back
Top