[Tugindia] How to remove period (dot) after theorem number

E. Krishnan ekmath at asianetindia.com
Thu May 19 03:49:14 CEST 2005


On Wed, 18 May 2005, Indrajit Lahiri wrote:

> I used \newtheorem environment to write theorems, notes ,
> corollaries etc. 

.............

> I do not want the dots after the theorem , note and corollary
> numbers. 


The package "amsthm" allows such customization. Your requirement can be 
got by

  \usepackage{amsthm}

  \newtheoremstyle{dotless}{}{}{\itshape}{}{\bfseries}{}{ }{}

  \theoremstyle{dotless}
  \newtheorem{thm}{Theorem}
  \newtheorem{cor}{Corollary}
  ........................

and then using "\begin{thm}...\end{thm}"  and others. 

Note that the last but one pair of braces in "\newtheoremstyle" is *not*
empty, but contains a space. Please see the ninth chapter of our LaTeX 
Primer
at

   www.sarovar.org

for more details.  


-- 
Krishnan



More information about the tugindia mailing list