LaTeX Compile Issue: Could not start Build and View: PdfLaTeX
I am having issues producing a PDF document from the TeX editor TeXstudio v2.12.14, with MiKTeX v2.9.6930 implementation. My operating system is the Linux Mint 18.3 Sylvia distribution. I was having no problems until today when I tried to compile a Tex document I have been working; I received the following message:
Could not Start Build & View:PdfLaTeX: pdflatex.exe -synctex=1 -interaction=nonstopmode.
When I check the LaTeX installation for TeXstudio, I receive the following message in a pop-up box:
Could not start:: pdflatex -version
When I check the latex version at the command line (i.e. latex -v), I get a segmentation fault. The System Report text file I receive after pressing the ok button for the TeXstudio check installation query returns the following, of which I have only included what I think is pertinent (with nothing about the pdflatex version):
which pdflatex: /home/smchartrand/bin/pdflatex
PDFLATEX: pdflatex -version
A Whole Bunch of Other Information...
TeXstudio: Path: /usr/bin/texstudio
Program call: texstudio
Setting file: /home/smchartrand/.config/texstudio/texstudio.ini
A Whole Bunch of Command Configuration Information...
At this point I am at a complete loss at how to proceed, and have spent the last four hours reading posts and trying to figure out the cause. Should I do a clean install of both MiKTeX and TeXstudio? Other suggestions or options. Thanks.
pdftex
add a comment |
I am having issues producing a PDF document from the TeX editor TeXstudio v2.12.14, with MiKTeX v2.9.6930 implementation. My operating system is the Linux Mint 18.3 Sylvia distribution. I was having no problems until today when I tried to compile a Tex document I have been working; I received the following message:
Could not Start Build & View:PdfLaTeX: pdflatex.exe -synctex=1 -interaction=nonstopmode.
When I check the LaTeX installation for TeXstudio, I receive the following message in a pop-up box:
Could not start:: pdflatex -version
When I check the latex version at the command line (i.e. latex -v), I get a segmentation fault. The System Report text file I receive after pressing the ok button for the TeXstudio check installation query returns the following, of which I have only included what I think is pertinent (with nothing about the pdflatex version):
which pdflatex: /home/smchartrand/bin/pdflatex
PDFLATEX: pdflatex -version
A Whole Bunch of Other Information...
TeXstudio: Path: /usr/bin/texstudio
Program call: texstudio
Setting file: /home/smchartrand/.config/texstudio/texstudio.ini
A Whole Bunch of Command Configuration Information...
At this point I am at a complete loss at how to proceed, and have spent the last four hours reading posts and trying to figure out the cause. Should I do a clean install of both MiKTeX and TeXstudio? Other suggestions or options. Thanks.
pdftex
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02
add a comment |
I am having issues producing a PDF document from the TeX editor TeXstudio v2.12.14, with MiKTeX v2.9.6930 implementation. My operating system is the Linux Mint 18.3 Sylvia distribution. I was having no problems until today when I tried to compile a Tex document I have been working; I received the following message:
Could not Start Build & View:PdfLaTeX: pdflatex.exe -synctex=1 -interaction=nonstopmode.
When I check the LaTeX installation for TeXstudio, I receive the following message in a pop-up box:
Could not start:: pdflatex -version
When I check the latex version at the command line (i.e. latex -v), I get a segmentation fault. The System Report text file I receive after pressing the ok button for the TeXstudio check installation query returns the following, of which I have only included what I think is pertinent (with nothing about the pdflatex version):
which pdflatex: /home/smchartrand/bin/pdflatex
PDFLATEX: pdflatex -version
A Whole Bunch of Other Information...
TeXstudio: Path: /usr/bin/texstudio
Program call: texstudio
Setting file: /home/smchartrand/.config/texstudio/texstudio.ini
A Whole Bunch of Command Configuration Information...
At this point I am at a complete loss at how to proceed, and have spent the last four hours reading posts and trying to figure out the cause. Should I do a clean install of both MiKTeX and TeXstudio? Other suggestions or options. Thanks.
pdftex
I am having issues producing a PDF document from the TeX editor TeXstudio v2.12.14, with MiKTeX v2.9.6930 implementation. My operating system is the Linux Mint 18.3 Sylvia distribution. I was having no problems until today when I tried to compile a Tex document I have been working; I received the following message:
Could not Start Build & View:PdfLaTeX: pdflatex.exe -synctex=1 -interaction=nonstopmode.
When I check the LaTeX installation for TeXstudio, I receive the following message in a pop-up box:
Could not start:: pdflatex -version
When I check the latex version at the command line (i.e. latex -v), I get a segmentation fault. The System Report text file I receive after pressing the ok button for the TeXstudio check installation query returns the following, of which I have only included what I think is pertinent (with nothing about the pdflatex version):
which pdflatex: /home/smchartrand/bin/pdflatex
PDFLATEX: pdflatex -version
A Whole Bunch of Other Information...
TeXstudio: Path: /usr/bin/texstudio
Program call: texstudio
Setting file: /home/smchartrand/.config/texstudio/texstudio.ini
A Whole Bunch of Command Configuration Information...
At this point I am at a complete loss at how to proceed, and have spent the last four hours reading posts and trying to figure out the cause. Should I do a clean install of both MiKTeX and TeXstudio? Other suggestions or options. Thanks.
pdftex
pdftex
asked Jan 15 at 0:31
SurfProcSurfProc
23110
23110
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02
add a comment |
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:
/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:
/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02
add a comment |
1 Answer
1
active
oldest
votes
I figured it out on my own, after following a couple different unrelated threads. First, I followed instructions (1) and (2a) here:
https://forums.linuxmint.com/viewtopic.php?t=170852
Then, I followed some posts to the following question:
install miktex for latex
The key element of this post is that MiKTeX is not commonly used on linux. TexLive is the more common TeX installation. So. I uninstalled MiKTeX and TeXstudio. Then I installed TexLive according to linux mint forum link posted above, and then I installed TeXstudio. Went with the default settings and everything worked perfectly. I hope this helps someone out there avoid serious frustration.
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470164%2flatex-compile-issue-could-not-start-build-and-view-pdflatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I figured it out on my own, after following a couple different unrelated threads. First, I followed instructions (1) and (2a) here:
https://forums.linuxmint.com/viewtopic.php?t=170852
Then, I followed some posts to the following question:
install miktex for latex
The key element of this post is that MiKTeX is not commonly used on linux. TexLive is the more common TeX installation. So. I uninstalled MiKTeX and TeXstudio. Then I installed TexLive according to linux mint forum link posted above, and then I installed TeXstudio. Went with the default settings and everything worked perfectly. I hope this helps someone out there avoid serious frustration.
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
add a comment |
I figured it out on my own, after following a couple different unrelated threads. First, I followed instructions (1) and (2a) here:
https://forums.linuxmint.com/viewtopic.php?t=170852
Then, I followed some posts to the following question:
install miktex for latex
The key element of this post is that MiKTeX is not commonly used on linux. TexLive is the more common TeX installation. So. I uninstalled MiKTeX and TeXstudio. Then I installed TexLive according to linux mint forum link posted above, and then I installed TeXstudio. Went with the default settings and everything worked perfectly. I hope this helps someone out there avoid serious frustration.
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
add a comment |
I figured it out on my own, after following a couple different unrelated threads. First, I followed instructions (1) and (2a) here:
https://forums.linuxmint.com/viewtopic.php?t=170852
Then, I followed some posts to the following question:
install miktex for latex
The key element of this post is that MiKTeX is not commonly used on linux. TexLive is the more common TeX installation. So. I uninstalled MiKTeX and TeXstudio. Then I installed TexLive according to linux mint forum link posted above, and then I installed TeXstudio. Went with the default settings and everything worked perfectly. I hope this helps someone out there avoid serious frustration.
I figured it out on my own, after following a couple different unrelated threads. First, I followed instructions (1) and (2a) here:
https://forums.linuxmint.com/viewtopic.php?t=170852
Then, I followed some posts to the following question:
install miktex for latex
The key element of this post is that MiKTeX is not commonly used on linux. TexLive is the more common TeX installation. So. I uninstalled MiKTeX and TeXstudio. Then I installed TexLive according to linux mint forum link posted above, and then I installed TeXstudio. Went with the default settings and everything worked perfectly. I hope this helps someone out there avoid serious frustration.
answered Jan 15 at 3:35
SurfProcSurfProc
23110
23110
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
add a comment |
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I installed TeXstudio via command line with the following commands: (1) sudo add-apt-repository ppa:sunderme/texstudio (2) sudo apt-get update and (3) sudo apt-get install texstudio. Those are all the details. Thanks Sigur for the suggestion.
– SurfProc
Jan 15 at 3:44
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
I should acknowledge that the above answer is a work around, and not and answer to the issue I posted. That remains unresolved and I welcome any other thoughts which people may offer up. This will be my last post unless someone else asks a question or suggests up a different resolution.
– SurfProc
Jan 15 at 4:31
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470164%2flatex-compile-issue-could-not-start-build-and-view-pdflatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
As a first try you can go to Options menu and configure the commands passing the full path to pdflatex:
/home/smchartrand/bin/pdflatex
– Sigur
Jan 15 at 0:56
Thanks. I added the full path in quotes under the commands tab of the configuration menu option. Same outcome as presented above.
– SurfProc
Jan 15 at 1:02