Why, with Springer's svmono template, do the letters written with the \mathcal font change? It seems that \mathcal becomes \mathscr.
Edit: Look at this image:

With the svmono template \mathcal returns the first alphabet and not the (classical) latter.
Here the packages I use in my document:
\documentclass[envcountsame,envcountchap]{svmono}
\usepackage{subfiles}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\usepackage[bottom]{footmisc}
\usepackage{microtype}
\usepackage{stmaryrd}
\usepackage{amsmath}
\usepackage{courier}
\usepackage{mathrsfs}
\usepackage{amssymb}
\usepackage[all,cmtip]{xy}
\usepackage{faktor}
\usepackage{graphicx}
\usepackage{mathdots}
\usepackage[colorlinks={true},linkcolor={blue},citecolor={blue}]{hyperref}
\usepackage[frame,width=15truecm,height=23.5truecm,center]{crop}
With this settings I have the above strange behavior of \mathcal.

wget http://ftp.utia.cas.cz/pub/staff/studeny/monogr/svmono.cls– Malipivo Apr 10 '14 at 09:56