\newtheorem{theorem}{Theorem}[chapter]
gives me
Theorem 1.1.
How do I remove the final dot?...

Many Thanks!...
NEW: TikZ book now 40% off at Amazon.com for a short time.
You better build a quick minimal working example (MWE) because I see no problem.super_baros wrote:[…] just a quick question. […]
Code: Select all
\documentclass[11pt,a4paper,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{blindtext}
\newtheorem{theorem}{Theorem}[chapter]
\begin{document}
\chapter{First}
\blindtext
\section{First}
\blindtext
\begin{theorem}%[Test]
\blindtext
\end{theorem}
\end{document}
Code: Select all
\newtheoremstyle{mytheorem}
{3pt}
{3pt}
{}
{}
{\bf}
{}
{.5em}
{}
NEW: TikZ book now 40% off at Amazon.com for a short time.