我使用适用于 Windows 的 MikTeX 和 TikzEdt 发行版(http://www.tikzedt.org/)。
如何在 TikzEdt 中启用对俄语的支持?
此代码不起作用:
\begin{tikzpicture}
\node (h) at (1,1) {Привет};
\node (w) at (3,3) {мир};
\draw (h) edge (w);
\end{tikzpicture}
我尝试改变配置,但是没有帮助。
%\documentclass{article}
\documentclass{extarticle}
\usepackage[T2A]{fontenc}
\usepackage{pscyr}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
%
\usepackage{tikz,amsmath, amssymb,bm,color}
\usepackage[active,tightpage]{preview}
\usetikzlibrary{shapes,arrows}
% needed for BB
\usetikzlibrary{calc}
\PreviewEnvironment{tikzpicture}
如何在 TikzEdt 0.2 中启用对俄文字母的支持?