История изменений
Исправление Evgueni, (текущая версия) :
Вот мой минимальный пример:
\documentclass[chapterprefix=false,11pt]{scrreprt}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\renewcaptionname{russian}{\chaptername}{Лекция}
\makeatletter
\renewcommand*{\chapterformat}{%
\mbox{\textsc{\chapapp}~\thechapter\autodot:\enskip}%
}
\makeatother
\addtokomafont{chapterentry}{Лекция~}
\begin{document}
\tableofcontents
\chapter{Проба}
asfassdfsa
\newpage
sagasdfgasd
\newpage
sagasdfgasd
\chapter{Проба2}
afaa
\chapter{Проба3}
afasef
\end{document}
Ничего такого перед страницей нет.
Проверено на TeX Live 2014. Хотя согласен, что решение кривовато, так как этот параметр по идее для выбора шрифта должен использоваться.
Исходная версия Evgueni, :
Вот мой минимальный пример:
\documentclass[chapterprefix=false,11pt]{scrreprt}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\renewcaptionname{russian}{\chaptername}{Лекция}
\makeatletter
\renewcommand*{\chapterformat}{%
\mbox{\textsc{\chapapp}~\thechapter\autodot:\enskip}%
}
\makeatother
\addtokomafont{chapterentry}{Лекция~}
\begin{document}
\tableofcontents
\chapter{Проба}
asfassdfsa
\newpage
sagasdfgasd
\newpage
sagasdfgasd
\chapter{Проба2}
afaa
\chapter{Проба3}
afasef
\end{document}
Ничего такого перед страницей нет.