So I have this snippet:
Code: Select all
Code, edit and compile here:
\documentclass[11pt]{article}\title{\author{}}\date{}\begin{document}\maketitle\section{Start Here}The core functions of the Division are as follows:\begin{enumerate}[(a)]\item Advising the Director-General\end{enumerate}\end{document}
Code: Select all
sh-4.2$ latex error.texThis is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)%&-line parsing enabled.entering extended mode(./error.texLaTeX2e <2005/12/01>Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, nohyphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ngerman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibycus, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, portuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,turkish, ukenglish, ukrainian, loaded.(/usr/share/texmf/tex/latex/base/article.clsDocument Class: article 2005/09/16 v1.4f Standard LaTeX document class(/usr/share/texmf/tex/latex/base/size11.clo)) (./error.aux)! LaTeX Error: Something's wrong--perhaps a missing \item.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help....l.13 \item Advising the Director-General?
What am I doing wrong please?