I couldn't open file name`.blg'
When I BibTex compile my test.bib file using TexMaker I get an error that reads:
"I couldn't open file name `test.aux'"
and when I compile my .tex file using the sequence
PdfLatex => Bib(la)tex => PdfLatex (x2)
the Bib(la)tex compile gives the error
"I couldn't open file name `test.blg'"
Having looked through the directory I can't find a .blg or .bbl file for either the .tex file or the .bib file nor have I been able to get produce either of these.
My .tex file is as below:
documentclass{article}
begin{document}
This is a demo. cite{greenwade93} cite{jones2014predicting}
bibliographystyle{plain}
bibliography{test}
end{document}
and my .bib file is
@article{greenwade93,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@inproceedings{jones2014predicting,
title = "Predicting the optimum air permeability of a stock of detached English dwellings",
author = "Jones, Benjamin and Lowe, Robert",
booktitle = "Proceedings of 35th Air Infiltration and Ventilation Centre (AIVC) Conference, Poznan, Poland. Retrieved from http://www. aivc. org/sites/default/files/97. pdf",
year = "2014"
}
bibliographies bibtex texmaker auxiliary-files bbl
add a comment |
When I BibTex compile my test.bib file using TexMaker I get an error that reads:
"I couldn't open file name `test.aux'"
and when I compile my .tex file using the sequence
PdfLatex => Bib(la)tex => PdfLatex (x2)
the Bib(la)tex compile gives the error
"I couldn't open file name `test.blg'"
Having looked through the directory I can't find a .blg or .bbl file for either the .tex file or the .bib file nor have I been able to get produce either of these.
My .tex file is as below:
documentclass{article}
begin{document}
This is a demo. cite{greenwade93} cite{jones2014predicting}
bibliographystyle{plain}
bibliography{test}
end{document}
and my .bib file is
@article{greenwade93,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@inproceedings{jones2014predicting,
title = "Predicting the optimum air permeability of a stock of detached English dwellings",
author = "Jones, Benjamin and Lowe, Robert",
booktitle = "Proceedings of 35th Air Infiltration and Ventilation Centre (AIVC) Conference, Poznan, Poland. Retrieved from http://www. aivc. org/sites/default/files/97. pdf",
year = "2014"
}
bibliographies bibtex texmaker auxiliary-files bbl
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
3
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence withbibtex test
in the second step.
– Fran
Mar 4 '18 at 12:53
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) isbibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.
– Fran
Mar 4 '18 at 16:55
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40
add a comment |
When I BibTex compile my test.bib file using TexMaker I get an error that reads:
"I couldn't open file name `test.aux'"
and when I compile my .tex file using the sequence
PdfLatex => Bib(la)tex => PdfLatex (x2)
the Bib(la)tex compile gives the error
"I couldn't open file name `test.blg'"
Having looked through the directory I can't find a .blg or .bbl file for either the .tex file or the .bib file nor have I been able to get produce either of these.
My .tex file is as below:
documentclass{article}
begin{document}
This is a demo. cite{greenwade93} cite{jones2014predicting}
bibliographystyle{plain}
bibliography{test}
end{document}
and my .bib file is
@article{greenwade93,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@inproceedings{jones2014predicting,
title = "Predicting the optimum air permeability of a stock of detached English dwellings",
author = "Jones, Benjamin and Lowe, Robert",
booktitle = "Proceedings of 35th Air Infiltration and Ventilation Centre (AIVC) Conference, Poznan, Poland. Retrieved from http://www. aivc. org/sites/default/files/97. pdf",
year = "2014"
}
bibliographies bibtex texmaker auxiliary-files bbl
When I BibTex compile my test.bib file using TexMaker I get an error that reads:
"I couldn't open file name `test.aux'"
and when I compile my .tex file using the sequence
PdfLatex => Bib(la)tex => PdfLatex (x2)
the Bib(la)tex compile gives the error
"I couldn't open file name `test.blg'"
Having looked through the directory I can't find a .blg or .bbl file for either the .tex file or the .bib file nor have I been able to get produce either of these.
My .tex file is as below:
documentclass{article}
begin{document}
This is a demo. cite{greenwade93} cite{jones2014predicting}
bibliographystyle{plain}
bibliography{test}
end{document}
and my .bib file is
@article{greenwade93,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351"
}
@inproceedings{jones2014predicting,
title = "Predicting the optimum air permeability of a stock of detached English dwellings",
author = "Jones, Benjamin and Lowe, Robert",
booktitle = "Proceedings of 35th Air Infiltration and Ventilation Centre (AIVC) Conference, Poznan, Poland. Retrieved from http://www. aivc. org/sites/default/files/97. pdf",
year = "2014"
}
bibliographies bibtex texmaker auxiliary-files bbl
bibliographies bibtex texmaker auxiliary-files bbl
asked Mar 4 '18 at 12:41
insatiableturtleinsatiableturtle
61
61
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
3
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence withbibtex test
in the second step.
– Fran
Mar 4 '18 at 12:53
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) isbibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.
– Fran
Mar 4 '18 at 16:55
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40
add a comment |
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
3
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence withbibtex test
in the second step.
– Fran
Mar 4 '18 at 12:53
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) isbibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.
– Fran
Mar 4 '18 at 16:55
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
3
3
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence with
bibtex test
in the second step.– Fran
Mar 4 '18 at 12:53
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence with
bibtex test
in the second step.– Fran
Mar 4 '18 at 12:53
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) is
bibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.– Fran
Mar 4 '18 at 16:55
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) is
bibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.– Fran
Mar 4 '18 at 16:55
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40
add a comment |
1 Answer
1
active
oldest
votes
I had the same problem. I discovered my antivirus blocked Bibtex.exe from accessing my folder. After I unblocked it, it worked.
New contributor
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
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%2f418382%2fi-couldnt-open-file-name-blg%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 had the same problem. I discovered my antivirus blocked Bibtex.exe from accessing my folder. After I unblocked it, it worked.
New contributor
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
add a comment |
I had the same problem. I discovered my antivirus blocked Bibtex.exe from accessing my folder. After I unblocked it, it worked.
New contributor
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
add a comment |
I had the same problem. I discovered my antivirus blocked Bibtex.exe from accessing my folder. After I unblocked it, it worked.
New contributor
I had the same problem. I discovered my antivirus blocked Bibtex.exe from accessing my folder. After I unblocked it, it worked.
New contributor
New contributor
answered 5 hours ago
Hezekiah Y. SamwiniHezekiah Y. Samwini
1
1
New contributor
New contributor
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
add a comment |
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
Welcome to TeX.SE! Which antivirus software do you use? On my system with Windows 8 and kaspersky that does not happen ...
– Kurt
5 hours ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
That is actually a good answer. For Windows users this is definitely a possible issue.
– Henri Menke
31 mins ago
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%2f418382%2fi-couldnt-open-file-name-blg%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
Welcome to TeX.SX!
– Bobyandbob
Mar 4 '18 at 12:53
3
bib(la)tex? That mean biblatex with biber engine, biblatex with bibtex engine, or simply bibtex ?? Your MWE is for the classical plain bibtex, not for biblatex. Remove all the auxiliary files and then run the compilation sequence with
bibtex test
in the second step.– Fran
Mar 4 '18 at 12:53
@Fran I'm not sure which of those it is, I am just using the built-in TexMaker BibTex compiler. I have tried deleting the .aux files and re-running the compiler and still have the same issue unfortunately
– insatiableturtle
Mar 4 '18 at 15:24
Not only the .aux files, but all except the originals the .tex and .bib files. Your MWE works perfectly in my TexMaker. Check that your configuration for "Bib(la)tex" (Now I realize where that misleading expression comes from) is
bibtex %.aux
. If this fail, then try to compile your example without any editor (in the command line prompt) with the correct compiling sequences of that answer. In this answer is explained the difference among bibtex and biblatex and biber and the correct compiling sequence in each case.– Fran
Mar 4 '18 at 16:55
Hit the bibtex button when you are in your main document!
– Johannes_B
Mar 10 '18 at 17:40