Re: Bizarre error when exporting to PDF
- To: mathgroup at smc.vnet.net
- Subject: [mg103327] Re: Bizarre error when exporting to PDF
- From: Harutyun Amirjanyan <amirjanyan at gmail.com>
- Date: Tue, 15 Sep 2009 06:53:57 -0400 (EDT)
- References: <h8nj1l$cep$1@smc.vnet.net>
Hi Erin
On my system
ToExpression at Developer`UseFrontEnd[6.]
works without error messages
But when I delete UseFrontEnd function
Unprotect@Developer`UseFrontEnd
ClearAll[Developer`UseFrontEnd]
I am getting error message like yours, and cant export .pdf or .tex
so it is possible that you are getting this messages because file
System`Private`$SystemFileDir <> "UseFrontEnd`.mx"
is corrupted
reinstalling Mathematica or changing the file may help
Regards
Harutyun