example:
It was:
Code: Select all
\renewcommand{\figureautorefname}%ссылка на рисунок только цифра (можно рис.)
\renewcommand{\sectionautorefname}%
Code: Select all
renewcommand{\figureautorefname}%ссылка на рисунок только цифра (можно рис.)
\renewcommand{\sectionautorefname}%
\renewcommand{\subsectionautorefname}
Code: Select all
LaTeX Error: Missing \begin{document}.
______________________________________
\renewcommand{\subsectionautorefname
}
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Code: Select all
LaTeX Error: Missing \begin{document}.
______________________________________
\renewcommand{\sectionautorefname
}%
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Why, if I really reverse changes to condition that works fine before?