General ⇒ User cannot compile on the software
User cannot compile on the software
Long story short I am an IT professional who is trying to help a user find out why she is not able to to compile on the software and mind you I am not knowledgeable about Texstudio whatsoever, I have a snip of the error she keeps getting and btw she is using version 2.7.0, on a windows 7, 64-bit OS, any suggestions?
P.S. please look at the attachment when you have a chance, thanks.
- Attachments
-
- drb1986texstudioError.JPG (41.93 KiB) Viewed 1319 times
Reason: resized and clipped screenshot
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
User cannot compile on the software
To be honest, there can be multiple reasons the behaviour occurs.
Please try to build a hello world example, so you know that the installation is alright.
Code: Select all
\documentclass{article}
\begin{document}
Hi drb1986, is this working?\end{document}
The robust way to find errors in the code is producing a minimal working example. The log-file that LaTeX produces might be full of helpful information as well.
Please check if you can get some more information.