Собственно говоря, вопрос. Мне очень хочется чтобы после теоремы 1 шла теоремы 1' (со штрихом). Как это сделать?
Т.е. Вам хочется обозвать некоторую теорему Теорема 1', при этом не разрывая счета теорем?
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheoremstyle{dotless}{}{}{\itshape}{}{\bfseries}{}{ }{}
\newtheorem{theorem}{Theorem}
\theoremstyle{dotless}
\newtheorem*{thm}{Theorem}
\begin{document}
\begin{theorem} blah\end{theorem}
\begin{thm}$\boldsymbol{1'.}$ blah \end{thm}
\begin{theorem} blahblahblah \end{theorem}
\end{document}