Text Formatting ⇒ ** WARNING ** Interpreting PS code failed
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
** WARNING ** Interpreting PS code failed
** WARNING ** Unknown token "save"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(277.948, 404.797)" (in PDF)
** WARNING ** >> xxx "ps: save /setgray { pop } def"
** WARNING ** >> Reading special command stopped around >>/setgray { pop } def<<
** WARNING ** Unknown token "restore"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(277.948, 404.797)" (in PDF)
** WARNING ** >> xxx "ps: restore"
** WARNING ** Unknown token "save"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(192.578, 349.161)" (in PDF)
** WARNING ** >> xxx "ps: save /setgray { pop } def"
** WARNING ** >> Reading special command stopped around >>/setgray { pop } def<<
** WARNING ** Unknown token "restore"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(192.578, 349.161)" (in PDF)
** WARNING ** >> xxx "ps: restore"
** WARNING ** Unknown token "save"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(363.318, 349.161)" (in PDF)
** WARNING ** >> xxx "ps: save /setgray { pop } def"
** WARNING ** >> Reading special command stopped around >>/setgray { pop } def<<
** WARNING ** Unknown token "restore"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(363.318, 349.161)" (in PDF)
** WARNING ** >> xxx "ps: restore"
** WARNING ** Unknown token "save"
** WARNING ** Interpreting PS code failed!!! Output might be broken!!!
** WARNING ** Interpreting special command ps: (ps:) failed.
** WARNING ** >> at page="1" position="(162.316, 321.079)" (in PDF)
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
** WARNING ** Interpreting PS code failed
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Error messages
Stefan
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
Re: Error messages
and the command (f. Ex.):
\Tree [.{ego fateor} [.homines [.{\it attr.} multos [.{(et \ldots\ et \ldots)\\ moderatos, gravis} ] ] [.{\it præd.\\\rm (\ldots\ et \ldots)} [.fuisse [.{animo ac virtute} excellenti ] ] [.exstitisse [.sine doctrina ] [.per {se ipsos} ] [.habitu [.naturae ipsius ] [.divino prope ] ] ] ] ] ]
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
** WARNING ** Interpreting PS code failed
Code: Select all
\documentclass{article}
\usepackage{qtree}
\begin{document}
\Tree [.{ego fateor} [.homines [.{\it attr.} multos [.{(et \ldots\ et \ldots)\\
moderatos, gravis} ] ] [.{\it præd.\\\rm (\ldots\ et \ldots)} [.fuisse
[.{animo ac virtute} excellenti ] ] [.exstitisse [.sine doctrina ]
[.per {se ipsos} ] [.habitu [.naturae ipsius ] [.divino prope ] ] ] ] ] ]
\end{document
Re: ** WARNING ** Interpreting PS code failed
I am a complete newb, so what I say might make no sense in your case. But anyways. My problem was similar (Unknown token "save" warning with a bunch of other warnings and in my case nothing would show up on the pdf, even though no errors occurred).
I fixed it by setting the following in Configure TeXStudio:
Build&View: DVI->PS->PDF Chain
Default compiler: PDFLaTeX
Actually, I'm not sure what will happen if Build&View is left default. But anyways - maybe this will fix your issues too.