Tagged Questions
1
vote
0answers
142 views
Uninstalling Miktex and installing TexStudio [closed]
I want to uninstall Miktex 2.9 and install TexStudio 2.5.2. (I'm totally a beginner user and TexStudio seems easier to use.)
Should I totally uninstall Miktex (package managers and everything) then ...
1
vote
0answers
124 views
Log file not found, there were undefined citations
I have a article called v2.tex and a bibfile called research.bib. Both are in the working directory. I use windows and have installed MiKTeX and TeXstudio.
In the v2.tex file I have the following ...
1
vote
1answer
1k views
Error: TexStudio “Could not start command”
I just installed TeXstudio 2.5.2 and compiled the following
\documentclass{article}
\begin{document}
\end{document}
but I get this error
Error: Could not start the command: "/usr/texbin/pdflatex" ...
2
votes
1answer
410 views
MikTeX and TeXStudio portables both unpacked to usb flash drive. Now What?
I downloaded the portable packages of MikTex and TeXStudio, and unpacked them onto usb flash drive. I do not understand what to do next to configure the TeXstudio to use or work with the MikTeX. I ...
1
vote
1answer
1k views
Texmaker / TeXstudio does not compile XeLaTeX with MiKTeX portable
I am trying to migrate from TeXworks to Texmaker (just for the fact that it is better for handling multi-files projects). I am using portable versions of both MiKTeX and Texmaker, so, in Texmaker I ...
4
votes
4answers
891 views
fontspec LuaTeX error
I have installed "ProTeX" with "TeXstudio 2.3" & "Miktex 2.9".
I get an error
! The fontspec package requires either XeTeX or LuaTeX to function
when I attempt to run
\documentclass{article}
...
3
votes
2answers
3k views
I installed TeXStudio and MiKTeX in the wrong order. How can I do a clean install again?
So i am a noob at any kind of TeX. I quickly wanted to get up and running and downloaded protex.exe. I installed TeXStudio first, then MiKTeX, which is obviously wrong.
The problem is that when you ...
4
votes
1answer
369 views
Syncing feature between editor and pdf viewer not working
I'm using TeXStudio on Windows 7 with MikTeX. I don't know how to get the "Jump to source" command that appears in the mouse right-click menu, in the pdf viewer, once I compile a *.tex file with Quick ...
0
votes
0answers
127 views
Error after compiling [closed]
Every time I try to compile my TeX code to PDF the compiler runs and at the end there is a message like:
process ends with an error
But neither the log file nor the error message shows me the ...
1
vote
2answers
2k views
Pdflatex problem with Texstudio and Miktex 2.9
I'm trying to build a tex file with TeXstudio 2.3 (and MikTeX 2.9 installed separately), which builds with no problem using LEd. When I run pdflatex with TeXstudio, I get the error message (and thus ...
2
votes
4answers
6k views
Configuring portable TeXstudio to use MiKTeX portable
I have downloaded and installed the portable versions of TeXstudio and MiKTeX for Windows. I assume I now have to map the commands in TeXstudio to the binaries (or the batch files) in MiKTeX. However, ...