Troubleshooting LaTeX: Cannot Open PDF or View Changes - Expert Tips

  • LaTeX
  • Thread starter philip041
  • Start date
  • Tags
    Latex Pdf
In summary, the speaker is having trouble with their LaTeX document not compiling and showing an error message. They have tried restarting and changing their compiler, but the issue persists. They later discovered that a mistake in their package name caused the problem.
  • #1
philip041
107
0
I'm not sure where to have put this question I hope it is in the right place. I have big problem with LaTeX..

I have been writing a document for a while and recently when I click the build and view button it shows this error

[DocOpen(%bm.pdf")][FileOPen(%bm.pdf)]
Cannot execute the command

nothing comes up.

Restarting doesn't help. Also when I have managed to see a pdf, (don't know how), it doesn't shows changes I made? I thought I had it when I looked at http://www.artofproblemsolving.com/Forum/viewtopic.php?t=42360

but I have followed the advice and no luck

Help!
 
Physics news on Phys.org
  • #2
I've used latex but am no expert, so I'm unsure - but it looks as though on that thread they are suggesting there is a problem with texnic communicating with acrobat. Have you tried a different compiler (e.g. winEdit) for a short-term fix?
 
  • #3
It turned out that I had written \usepackage{math} instead of \usepackage{amsmath} I had no idea guessing the names of packages could actually have such an effect...
 

1. Why can't I open the PDF file in LaTeX?

There could be several reasons why you are unable to open the PDF file in LaTeX. Some common causes include errors in the code, missing packages, or compatibility issues with your operating system. It is important to carefully check your code and make sure all necessary packages are installed. You may also need to update your LaTeX distribution to ensure compatibility with your system.

2. Why am I unable to view changes in my LaTeX document?

If you are unable to view changes in your LaTeX document, it could be due to a number of reasons. Firstly, make sure you have enabled the appropriate settings in your editor to show changes. Additionally, check for any errors in your code that may be preventing the changes from being displayed. It is also possible that your PDF viewer is not properly refreshing the document, so try closing and reopening the file.

3. How do I troubleshoot errors in my LaTeX document?

To troubleshoot errors in your LaTeX document, start by carefully reviewing the error messages and checking for any typos or missing commands. You can also try compiling the document with a different editor or updating your packages. If the error persists, you may need to consult online forums or seek help from a more experienced LaTeX user.

4. Why is my LaTeX document not compiling?

If your LaTeX document is not compiling, it could be due to a variety of reasons. Some common causes include missing packages, incorrect coding, or errors in the document structure. Make sure all necessary packages are installed and that your code is properly formatted. It is also helpful to compile the document line by line to identify where the error is occurring.

5. How can I prevent future issues with my LaTeX documents?

To prevent future issues with your LaTeX documents, it is important to regularly update your LaTeX distribution and packages. Make sure to carefully review your code for any errors before compiling, and consider using a version control system to track changes and revert to previous versions if necessary. It is also helpful to have a basic understanding of LaTeX and its syntax to troubleshoot issues on your own.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
2
Replies
36
Views
905
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
11
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
272
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
4K
Replies
19
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
10K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
15
Views
25K
Back
Top