I'm using TexStudio to write my thesis and I just changed to polyglossia and xelatex because I'm need to write down words in a lot of different languages.
Since I do this however, a lot of commands from TexStudio don't work anymore, e.g. \textless, all the cyrillic caracters like \CYRR, etc..
Can you tell me what's the problem and how I can change it ?
My introduction lines :
\documentclass[10pt,a4paper,final]{book}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\usepackage{polyglossia}
\setmainlanguage{french}
\setotherlanguages{english,german,latin,italian,spanish,russian,greek}
\newcommand{\og}{\guillemotleft~}
\newcommand{\fg}{~\guillemotright}
\usepackage{multicol}
\setlength{\columnsep}{1.5cm}
\setlength{\columnseprule}{0.2pt}
\usepackage[left=2.00cm, right=2.00cm, top=2.20cm, bottom=2.20cm]{geometry}
\newcommand{\myparagraph}[1]{\paragraph{#1}\mbox{}\\}
\begin{document}
\CYRR
\end{document}
File log : ! Undefined control sequence. \CYRR


\foreignlanguageor other means is for getting correct hyphenation. – egreg Aug 02 '15 at 08:09