When I compiled and viewed a slightly bigger file YAP created the following error message (I substituted some directory names with "..."):
Code: Select all
MiKTeX Problem Report
Message: Some PostScript specials could not be rendered.
Data: Error: /undefined in pgfo
Operand stack:
--nostringval-- PermitFileReading --nostringval-- PermitFileWriting --nostringval--
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1914 1 3 %oparray_pop 1913 1 3 %oparray_pop 1897 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1166/1684(ro)(G)-- --dict:0/20(G)-- --dict:78/200(L)-- --dict:95/300(L)--
Current allocation mode is local
MiKTeX GPL Ghostscript 9.00: Unrecoverable error, exit code 1
Source: Libraries\MiKTeX\Dvi\Ghostscript.cpp
Line: 372
MiKTeX: 2.9
OS: Microsoft Windows 7 Starter Edition, 32-bit (build 7600)
Invokers: TEXCNTR
SystemAdmin: no
PowerUser: no
Root0: ...\AppData\Roaming\MiKTeX\2.9
Root1: ...\AppData\Local\MiKTeX\2.9
Root2: C:\ProgramData\MiKTeX\2.9
Root3: C:\Program Files\MiKTeX 2.9
UserInstall: ...\AppData\Roaming\MiKTeX\2.9
UserConfig: ...\AppData\Roaming\MiKTeX\2.9
UserData: ...\AppData\Local\MiKTeX\2.9
CommonInstall: C:\Program Files\MiKTeX 2.9
CommonConfig: C:\ProgramData\MiKTeX\2.9
CommonData: C:\ProgramData\MiKTeX\2.9
Code: Select all
\documentclass[12pt]{article}
%
\usepackage[intlimits]{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{pgf}
\usepackage{pst-all}
\usepackage{xkeyval}
\usepackage{sseq}
%
\newcommand{\be}[0]{\begin{equation*}}
\newcommand{\ee}[0]{\end{equation*}}
%
\newcommand{\Z}{\mathbb{Z}}
\begin{document}
bla
%
%
\be
\def\sseqgridstyle{\ssgriddots}
\sseqentrysize=1cm
\begin{sseq}{4}{4}
%
\ssmoveto 2 0
\ssdropbull
\ssmoveto 0 0
\ssdropbull
\ssdrop{\Z}
\end{sseq}
\ee
\end{document}