Есть картинка "5.1" с текстовыми вставками, сделанная metapost'ом. Есть latex файл
Код:
\documentclass{minimal}
\usepackage{graphicx}
\begin{document}
\includegraphics{5.1}
\end{document}
Компилю, открываю в xdvi. Картинка есть, а текстовых вставок нет. xdvi выводит при запуске следующее:
- Warning: Missing charsets in String to FontSet conversion
- gs: Error: /undefined in cmmi10
- gs: Operand stack:
- gs: (A)
- gs: Execution stack:
- gs: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval--
- gs: 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fals
- gs: e 1 %stopped_push 1862 1 3 %oparray_pop 1861 1 3 %oparray_pop
- gs: 1845 1 3 %oparray_pop 1739 1 3 %oparray_pop --nostringval--
- gs: %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval--
- gs: 2 %stopped_push --nostringval-- --nostringval-- %loop_continue --nost
- gs: ringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1753
- gs: 1 3 %oparray_pop --nostringval-- --nostringval-- false 1 %stopped
- gs: _push --nostringval-- 1862 1 5 %oparray_pop 1861 1 5 %oparray_p
- gs: op 1845 1 5 %oparray_pop 1739 1 5 %oparray_pop --nostringval--
- gs: %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-
- gs: - 2 %stopped_push --nostringval--
- gs: Dictionary stack:
- gs: --dict:1153/1684(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- --dict:23/
- gs: 250(L)-- --dict:42/200(L)--
- gs: Current allocation mode is local
- gs: Current file position is 3837
- gs: Error: /undefined in cmmi10
- gs: Operand stack:
- gs: (A)
- gs: Execution stack:
- gs: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval--
- gs: 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fals
- gs: e 1 %stopped_push 1862 1 3 %oparray_pop 1861 1 3 %oparray_pop
- gs: 1845 1 3 %oparray_pop 1739 1 3 %oparray_pop --nostringval--
- gs: %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval--
- gs: 2 %stopped_push --nostringval-- --nostringval-- %loop_continue --nost
- gs: ringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1753
- gs: 1 3 %oparray_pop --nostringval-- --nostringval-- false 1 %stopped
- gs: _push --nostringval-- 1862 1 5 %oparray_pop 1861 1 5 %oparray_p
- gs: op 1845 1 5 %oparray_pop 1739 1 5 %oparray_pop --nostringval--
- gs: %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-
- gs: - 2 %stopped_push --nostringval--
- gs: Dictionary stack:
- gs: --dict:1153/1684(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- --dict:23/
- gs: 250(L)-- --dict:42/200(L)--
- gs: Current allocation mode is local
- gs: Current file position is 3837
- gs: Error: /undefined in cmmi10
- gs: Operand stack:
- gs: (A)
-
- ...
Как можно починить?
P.S. Во всём остальном xdvi работает. Глючит только с текстом в картинках.