Generalwhy Texniccenter does not work

General information and discussion about TeXnicCenter
Post Reply
steelcat74
Posts: 2
Joined: Wed Jun 10, 2009 8:04 pm

why Texniccenter does not work

Post by steelcat74 »

I installed Miktex 2.7
GS 8.64
Gs view 4.9
Adobe reader 9(for pdf)
but the TexNicCenter does not work


I got 2 error messages

1 form pdf reader: There was an error opening the document.

2 from TexNicCneter:
Docopen("%bm.pdf") ["Fileopenbm.pdf” ], can not execute the command.

How to slove this problem

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Re: why Texniccenter does not work

Post by localghost »

Check the log file for any warnings or error messages. Errors are overlooked very often because the compiler is executed in nonstop mode.


Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
MartinC
Posts: 153
Joined: Wed Jan 17, 2007 10:09 pm

Re: why Texniccenter does not work

Post by MartinC »

It seems that your commands are not well written in your build profile. Try to relaunch the profile wizard (in the "Build>Define Output Profiles" menu) or change it to the right syntax:

[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
davidpqz
Posts: 1
Joined: Tue Jan 03, 2012 5:28 am

Re: why Texniccenter does not work

Post by davidpqz »

I have the same problem. A file (copied from a University tutorial) compiled ok from .tex to pdf and I was able to view it. However, after upgrading Adobe reader to version 9.4 in order to be able to save the pdf file I got the same error message as the person who started this thread. To be exact:
[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]
Cannot execute the command.
Is there someone out there who has encountered and solved this problem? This is my very first outing with Latex, so please don't blind me with science!

Or is there a simpler way to get equations onto web pages which is all I really want to do!
Post Reply