biblatex, error: addbibresource{sample.bib} is undefined control sequence
edit:
i like to learn how to use biblatex
. for this i installed biblatex
and in editor (winedt) adjust biber
as backend. for the test i use the minimal example from gist.github.com/moewew as suggest moewe:
documentclass{article}
usepackage[style=authoryear, backend=biber]{biblatex}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson}
printbibliography
end{document}
i immediately obtain error:
undefined control sequence
<recently read> addbibresource
l.54 addbibresource{sample.bib}
i try with pdfLaTeX as well with pdfLaTeXify. in both case i got the same error. i use recent 64-bit MikTeX and recent WinEdt editor.
after compiling with ˙latexi obtain the following
blg` file:
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'biblatex_test-1.blg'
[44] biber-MSWIN64:315> INFO - ===
[66] Utils.pm:209> ERROR - biblatex_test-1.bcf is malformed, last biblatex run probably failed. Deleted biblatex_test-1.bbl
[66] Biber.pm:114> INFO - ERRORS: 1
.log file is long, but i thing that relevant part is:
(C:/localtexmftexlatexbiblatexlatexbiblatex.def
File: biblatex.def 2009/07/04 v0.8e biblatex generic definitions
c@smartand=count143
)
Package biblatex Info: Trying to load bibliography style 'authoryear'...
Package biblatex Info: ... file 'authoryear.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxauthoryear.bbx
File: authoryear.bbx 2009/07/04 v0.8e biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxstandard.bbx
File: standard.bbx 2009/07/04 v0.8e biblatex bibliography style
))
Package biblatex Info: Trying to load citation style 'authoryear'...
Package biblatex Info: ... file 'authoryear.cbx' found.
(C:/localtexmftexlatexbiblatexlatexcbxauthoryear.cbx
File: authoryear.cbx 2009/07/04 v0.8e biblatex citation style
Package biblatex Info: Redefining 'cite'.
Package biblatex Info: Redefining 'parencite'.
Package biblatex Info: Redefining 'footcite'.
Package biblatex Info: Redefining 'textcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(C:/localtexmftexlatexbiblatexlatexbiblatex.cfg
File: biblatex.cfg
))
! Undefined control sequence.
<recently read> addbibresource
l.3 addbibresource
{biblatex-examples.bib}
?
! LaTeX Error: Missing begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
biblatex
|
show 4 more comments
edit:
i like to learn how to use biblatex
. for this i installed biblatex
and in editor (winedt) adjust biber
as backend. for the test i use the minimal example from gist.github.com/moewew as suggest moewe:
documentclass{article}
usepackage[style=authoryear, backend=biber]{biblatex}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson}
printbibliography
end{document}
i immediately obtain error:
undefined control sequence
<recently read> addbibresource
l.54 addbibresource{sample.bib}
i try with pdfLaTeX as well with pdfLaTeXify. in both case i got the same error. i use recent 64-bit MikTeX and recent WinEdt editor.
after compiling with ˙latexi obtain the following
blg` file:
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'biblatex_test-1.blg'
[44] biber-MSWIN64:315> INFO - ===
[66] Utils.pm:209> ERROR - biblatex_test-1.bcf is malformed, last biblatex run probably failed. Deleted biblatex_test-1.bbl
[66] Biber.pm:114> INFO - ERRORS: 1
.log file is long, but i thing that relevant part is:
(C:/localtexmftexlatexbiblatexlatexbiblatex.def
File: biblatex.def 2009/07/04 v0.8e biblatex generic definitions
c@smartand=count143
)
Package biblatex Info: Trying to load bibliography style 'authoryear'...
Package biblatex Info: ... file 'authoryear.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxauthoryear.bbx
File: authoryear.bbx 2009/07/04 v0.8e biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxstandard.bbx
File: standard.bbx 2009/07/04 v0.8e biblatex bibliography style
))
Package biblatex Info: Trying to load citation style 'authoryear'...
Package biblatex Info: ... file 'authoryear.cbx' found.
(C:/localtexmftexlatexbiblatexlatexcbxauthoryear.cbx
File: authoryear.cbx 2009/07/04 v0.8e biblatex citation style
Package biblatex Info: Redefining 'cite'.
Package biblatex Info: Redefining 'parencite'.
Package biblatex Info: Redefining 'footcite'.
Package biblatex Info: Redefining 'textcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(C:/localtexmftexlatexbiblatexlatexbiblatex.cfg
File: biblatex.cfg
))
! Undefined control sequence.
<recently read> addbibresource
l.3 addbibresource
{biblatex-examples.bib}
?
! LaTeX Error: Missing begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
biblatex
1
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message aboutaddbibresource
for me. Does the.log
file contain other errors?
– moewe
Dec 22 '18 at 21:02
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
2
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete.log
and.blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).
– moewe
Dec 22 '18 at 21:12
1
Whoa. Yourbiblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version inC:/localtexmf
and that is given precedence over the version installed by MikTeX.
– moewe
Dec 22 '18 at 21:39
|
show 4 more comments
edit:
i like to learn how to use biblatex
. for this i installed biblatex
and in editor (winedt) adjust biber
as backend. for the test i use the minimal example from gist.github.com/moewew as suggest moewe:
documentclass{article}
usepackage[style=authoryear, backend=biber]{biblatex}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson}
printbibliography
end{document}
i immediately obtain error:
undefined control sequence
<recently read> addbibresource
l.54 addbibresource{sample.bib}
i try with pdfLaTeX as well with pdfLaTeXify. in both case i got the same error. i use recent 64-bit MikTeX and recent WinEdt editor.
after compiling with ˙latexi obtain the following
blg` file:
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'biblatex_test-1.blg'
[44] biber-MSWIN64:315> INFO - ===
[66] Utils.pm:209> ERROR - biblatex_test-1.bcf is malformed, last biblatex run probably failed. Deleted biblatex_test-1.bbl
[66] Biber.pm:114> INFO - ERRORS: 1
.log file is long, but i thing that relevant part is:
(C:/localtexmftexlatexbiblatexlatexbiblatex.def
File: biblatex.def 2009/07/04 v0.8e biblatex generic definitions
c@smartand=count143
)
Package biblatex Info: Trying to load bibliography style 'authoryear'...
Package biblatex Info: ... file 'authoryear.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxauthoryear.bbx
File: authoryear.bbx 2009/07/04 v0.8e biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxstandard.bbx
File: standard.bbx 2009/07/04 v0.8e biblatex bibliography style
))
Package biblatex Info: Trying to load citation style 'authoryear'...
Package biblatex Info: ... file 'authoryear.cbx' found.
(C:/localtexmftexlatexbiblatexlatexcbxauthoryear.cbx
File: authoryear.cbx 2009/07/04 v0.8e biblatex citation style
Package biblatex Info: Redefining 'cite'.
Package biblatex Info: Redefining 'parencite'.
Package biblatex Info: Redefining 'footcite'.
Package biblatex Info: Redefining 'textcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(C:/localtexmftexlatexbiblatexlatexbiblatex.cfg
File: biblatex.cfg
))
! Undefined control sequence.
<recently read> addbibresource
l.3 addbibresource
{biblatex-examples.bib}
?
! LaTeX Error: Missing begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
biblatex
edit:
i like to learn how to use biblatex
. for this i installed biblatex
and in editor (winedt) adjust biber
as backend. for the test i use the minimal example from gist.github.com/moewew as suggest moewe:
documentclass{article}
usepackage[style=authoryear, backend=biber]{biblatex}
addbibresource{biblatex-examples.bib}
begin{document}
cite{sigfridsson}
printbibliography
end{document}
i immediately obtain error:
undefined control sequence
<recently read> addbibresource
l.54 addbibresource{sample.bib}
i try with pdfLaTeX as well with pdfLaTeXify. in both case i got the same error. i use recent 64-bit MikTeX and recent WinEdt editor.
after compiling with ˙latexi obtain the following
blg` file:
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'biblatex_test-1.blg'
[44] biber-MSWIN64:315> INFO - ===
[66] Utils.pm:209> ERROR - biblatex_test-1.bcf is malformed, last biblatex run probably failed. Deleted biblatex_test-1.bbl
[66] Biber.pm:114> INFO - ERRORS: 1
.log file is long, but i thing that relevant part is:
(C:/localtexmftexlatexbiblatexlatexbiblatex.def
File: biblatex.def 2009/07/04 v0.8e biblatex generic definitions
c@smartand=count143
)
Package biblatex Info: Trying to load bibliography style 'authoryear'...
Package biblatex Info: ... file 'authoryear.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxauthoryear.bbx
File: authoryear.bbx 2009/07/04 v0.8e biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(C:/localtexmftexlatexbiblatexlatexbbxstandard.bbx
File: standard.bbx 2009/07/04 v0.8e biblatex bibliography style
))
Package biblatex Info: Trying to load citation style 'authoryear'...
Package biblatex Info: ... file 'authoryear.cbx' found.
(C:/localtexmftexlatexbiblatexlatexcbxauthoryear.cbx
File: authoryear.cbx 2009/07/04 v0.8e biblatex citation style
Package biblatex Info: Redefining 'cite'.
Package biblatex Info: Redefining 'parencite'.
Package biblatex Info: Redefining 'footcite'.
Package biblatex Info: Redefining 'textcite'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(C:/localtexmftexlatexbiblatexlatexbiblatex.cfg
File: biblatex.cfg
))
! Undefined control sequence.
<recently read> addbibresource
l.3 addbibresource
{biblatex-examples.bib}
?
! LaTeX Error: Missing begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
biblatex
biblatex
edited Dec 22 '18 at 21:41
Zarko
asked Dec 22 '18 at 21:00
ZarkoZarko
122k865160
122k865160
1
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message aboutaddbibresource
for me. Does the.log
file contain other errors?
– moewe
Dec 22 '18 at 21:02
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
2
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete.log
and.blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).
– moewe
Dec 22 '18 at 21:12
1
Whoa. Yourbiblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version inC:/localtexmf
and that is given precedence over the version installed by MikTeX.
– moewe
Dec 22 '18 at 21:39
|
show 4 more comments
1
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message aboutaddbibresource
for me. Does the.log
file contain other errors?
– moewe
Dec 22 '18 at 21:02
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
2
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete.log
and.blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).
– moewe
Dec 22 '18 at 21:12
1
Whoa. Yourbiblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version inC:/localtexmf
and that is given precedence over the version installed by MikTeX.
– moewe
Dec 22 '18 at 21:39
1
1
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message about
addbibresource
for me. Does the .log
file contain other errors?– moewe
Dec 22 '18 at 21:02
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message about
addbibresource
for me. Does the .log
file contain other errors?– moewe
Dec 22 '18 at 21:02
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
2
2
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete
.log
and .blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).– moewe
Dec 22 '18 at 21:12
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete
.log
and .blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).– moewe
Dec 22 '18 at 21:12
1
1
Whoa. Your
biblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version in C:/localtexmf
and that is given precedence over the version installed by MikTeX.– moewe
Dec 22 '18 at 21:39
Whoa. Your
biblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version in C:/localtexmf
and that is given precedence over the version installed by MikTeX.– moewe
Dec 22 '18 at 21:39
|
show 4 more comments
1 Answer
1
active
oldest
votes
The .log
file shows that you have the ancient biblarex
v0.8e from July 2009 (more than nine years ago) in your C:/localtexmf
directory.
Incidentally, this is the oldest version for which I could find sources when I built an archive of older biblatex
versions and the documentation for that version warns
Please be advised that this package is in beta stage and released for testing. The version number will be stepped up to 1.0 as soon as it is considered suitable for general distribution.
I assume that C:/localtexmf
is your local texmf
tree for experiments and local package installs. That directory is usually given preference over the package versions installed via your TeX distribution. I suggest you remove the manual biblatex
install in that folder. You may also want to have a look around there for other older versions of TeX packages. Maybe you can sell them to collectors – but at the very least you can make sure that you are not limiting your system to ancient version of actively developed TeX packages.
Just for completeness' sake: addbibresource
was introduced as replacement for bibliography
in version 1.2 of biblatex
(released in February 2011) according to the extended changelog in biblatex.tex
(commented out in the PDF version), so one and a half years after your version came out.
thank you very muchagain. now i will check presence of all (very) old packages collected inlocaltexmf
, which i have been used for some test in (far) past.
– Zarko
Dec 22 '18 at 21:49
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%2f467031%2fbiblatex-error-addbibresourcesample-bib-is-undefined-control-sequence%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
The .log
file shows that you have the ancient biblarex
v0.8e from July 2009 (more than nine years ago) in your C:/localtexmf
directory.
Incidentally, this is the oldest version for which I could find sources when I built an archive of older biblatex
versions and the documentation for that version warns
Please be advised that this package is in beta stage and released for testing. The version number will be stepped up to 1.0 as soon as it is considered suitable for general distribution.
I assume that C:/localtexmf
is your local texmf
tree for experiments and local package installs. That directory is usually given preference over the package versions installed via your TeX distribution. I suggest you remove the manual biblatex
install in that folder. You may also want to have a look around there for other older versions of TeX packages. Maybe you can sell them to collectors – but at the very least you can make sure that you are not limiting your system to ancient version of actively developed TeX packages.
Just for completeness' sake: addbibresource
was introduced as replacement for bibliography
in version 1.2 of biblatex
(released in February 2011) according to the extended changelog in biblatex.tex
(commented out in the PDF version), so one and a half years after your version came out.
thank you very muchagain. now i will check presence of all (very) old packages collected inlocaltexmf
, which i have been used for some test in (far) past.
– Zarko
Dec 22 '18 at 21:49
add a comment |
The .log
file shows that you have the ancient biblarex
v0.8e from July 2009 (more than nine years ago) in your C:/localtexmf
directory.
Incidentally, this is the oldest version for which I could find sources when I built an archive of older biblatex
versions and the documentation for that version warns
Please be advised that this package is in beta stage and released for testing. The version number will be stepped up to 1.0 as soon as it is considered suitable for general distribution.
I assume that C:/localtexmf
is your local texmf
tree for experiments and local package installs. That directory is usually given preference over the package versions installed via your TeX distribution. I suggest you remove the manual biblatex
install in that folder. You may also want to have a look around there for other older versions of TeX packages. Maybe you can sell them to collectors – but at the very least you can make sure that you are not limiting your system to ancient version of actively developed TeX packages.
Just for completeness' sake: addbibresource
was introduced as replacement for bibliography
in version 1.2 of biblatex
(released in February 2011) according to the extended changelog in biblatex.tex
(commented out in the PDF version), so one and a half years after your version came out.
thank you very muchagain. now i will check presence of all (very) old packages collected inlocaltexmf
, which i have been used for some test in (far) past.
– Zarko
Dec 22 '18 at 21:49
add a comment |
The .log
file shows that you have the ancient biblarex
v0.8e from July 2009 (more than nine years ago) in your C:/localtexmf
directory.
Incidentally, this is the oldest version for which I could find sources when I built an archive of older biblatex
versions and the documentation for that version warns
Please be advised that this package is in beta stage and released for testing. The version number will be stepped up to 1.0 as soon as it is considered suitable for general distribution.
I assume that C:/localtexmf
is your local texmf
tree for experiments and local package installs. That directory is usually given preference over the package versions installed via your TeX distribution. I suggest you remove the manual biblatex
install in that folder. You may also want to have a look around there for other older versions of TeX packages. Maybe you can sell them to collectors – but at the very least you can make sure that you are not limiting your system to ancient version of actively developed TeX packages.
Just for completeness' sake: addbibresource
was introduced as replacement for bibliography
in version 1.2 of biblatex
(released in February 2011) according to the extended changelog in biblatex.tex
(commented out in the PDF version), so one and a half years after your version came out.
The .log
file shows that you have the ancient biblarex
v0.8e from July 2009 (more than nine years ago) in your C:/localtexmf
directory.
Incidentally, this is the oldest version for which I could find sources when I built an archive of older biblatex
versions and the documentation for that version warns
Please be advised that this package is in beta stage and released for testing. The version number will be stepped up to 1.0 as soon as it is considered suitable for general distribution.
I assume that C:/localtexmf
is your local texmf
tree for experiments and local package installs. That directory is usually given preference over the package versions installed via your TeX distribution. I suggest you remove the manual biblatex
install in that folder. You may also want to have a look around there for other older versions of TeX packages. Maybe you can sell them to collectors – but at the very least you can make sure that you are not limiting your system to ancient version of actively developed TeX packages.
Just for completeness' sake: addbibresource
was introduced as replacement for bibliography
in version 1.2 of biblatex
(released in February 2011) according to the extended changelog in biblatex.tex
(commented out in the PDF version), so one and a half years after your version came out.
edited Dec 22 '18 at 22:18
answered Dec 22 '18 at 21:45
moewemoewe
88.4k9110338
88.4k9110338
thank you very muchagain. now i will check presence of all (very) old packages collected inlocaltexmf
, which i have been used for some test in (far) past.
– Zarko
Dec 22 '18 at 21:49
add a comment |
thank you very muchagain. now i will check presence of all (very) old packages collected inlocaltexmf
, which i have been used for some test in (far) past.
– Zarko
Dec 22 '18 at 21:49
thank you very muchagain. now i will check presence of all (very) old packages collected in
localtexmf
, which i have been used for some test in (far) past.– Zarko
Dec 22 '18 at 21:49
thank you very muchagain. now i will check presence of all (very) old packages collected in
localtexmf
, which i have been used for some test in (far) past.– Zarko
Dec 22 '18 at 21:49
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%2f467031%2fbiblatex-error-addbibresourcesample-bib-is-undefined-control-sequence%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
1
The example as posted compiles fine for me and shows a few citations but others are missing. There is no error message about
addbibresource
for me. Does the.log
file contain other errors?– moewe
Dec 22 '18 at 21:02
@moewe, i suspect that something is wrong with my installation, but i haven't any clue how to find this. i install all package by help of miktex console . i also try to deinstal biblatex and install it again, but no changes. do i need reinstall complete miktex?
– Zarko
Dec 22 '18 at 21:06
Did you install biblatex as user or as administrator?
– Bernard
Dec 22 '18 at 21:08
2
No, don't go on an un- and re-installing rampage before we have analysed the issue. Try a really minimal example like gist.github.com/moewew/7e4ab47e44702a043f0f94256a20743d, compile it with LaTeX, Biber, LaTeX, LaTeX (ideally from the command line, but at least not with TeXify) and upload the complete
.log
and.blg
file to a plain-text sharing website (pastebin, hastebin, GitHub Gists, ...).– moewe
Dec 22 '18 at 21:12
1
Whoa. Your
biblatex
is ancient. It is version 0.8e from 2009! Apparently you have this very old version inC:/localtexmf
and that is given precedence over the version installed by MikTeX.– moewe
Dec 22 '18 at 21:39