How to add author-year support to a .bst file?LyX: author-year not compatible with natbib package with custom...
Mjolnir's timeline from Thor's perspective
Examples of subgroups where it's nontrivial to show closure under multiplication?
Does a semiconductor follow Ohm's law?
A Note on N!
How can I place the product on a social media post better?
How would one muzzle a full grown polar bear in the 13th century?
Pulling the rope with one hand is as heavy as with two hands?
What's the polite way to say "I need to urinate"?
"The cow" OR "a cow" OR "cows" in this context
How to pronounce 'C++' in Spanish
Why does flipping a pencil across a table make it move like this?
Was there a shared-world project before "Thieves World"?
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Minor Revision with suggestion of an alternative proof by reviewer
As an international instructor, should I openly talk about my accent?
What software provides a code editing environment on iPad?
Why other Westeros houses don't use wildfire?
Largest value of determinant
Is this homebrew Wind Wave spell balanced?
Why is it that the natural deduction method can't test for invalidity?
How can Zone of Truth be defeated without the caster knowing?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
How does a program know if stdout is connected to a terminal or a pipe?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
How to add author-year support to a .bst file?
LyX: author-year not compatible with natbib package with custom bstciteauthor in documentclass{cta-author}Customize citation with bibulousAlternatives to citet when bst doesn't support authoryear(Author, year) citation in bibliographystyle ACMCan I get citeauthor and citeyear with bibtex?Citation issue, author comma dateusing chapterbib with author-year citationsClassicthesis citation style (author,year instead of numerical)How do you get a BST file to support natbib cite* commandsBold labels and more with custom bibtex bst and author-yearModify pnas2009.bst filebibentry producing dashes for authors with custom bstHow to change the conjunction “and” in a custom bst file?Editing BST file to correctly disambiguate reference with same lead author in same year
I'm currently trying to format my references according to the DeGruyter Open Computer Science guidelines, and I've made a custom .bst file for this.
However, in my paper, I use natbib's citet a bunch, and while I need to print the citations themselves numerically, I rely heavily on citet's ability to retrieve the author name from the citation.
However, I'm currently getting (author?) printed any time I call citet.
What do I need to add to my .bst file to allow citet to print the author names?
bibliographies bibtex citing natbib custom-bib
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm currently trying to format my references according to the DeGruyter Open Computer Science guidelines, and I've made a custom .bst file for this.
However, in my paper, I use natbib's citet a bunch, and while I need to print the citations themselves numerically, I rely heavily on citet's ability to retrieve the author name from the citation.
However, I'm currently getting (author?) printed any time I call citet.
What do I need to add to my .bst file to allow citet to print the author names?
bibliographies bibtex citing natbib custom-bib
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full.bstfile. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument ofbibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.
– moewe
Nov 15 '18 at 21:02
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire.bstfile and a short example document.
– moewe
Nov 21 '18 at 14:41
add a comment |
I'm currently trying to format my references according to the DeGruyter Open Computer Science guidelines, and I've made a custom .bst file for this.
However, in my paper, I use natbib's citet a bunch, and while I need to print the citations themselves numerically, I rely heavily on citet's ability to retrieve the author name from the citation.
However, I'm currently getting (author?) printed any time I call citet.
What do I need to add to my .bst file to allow citet to print the author names?
bibliographies bibtex citing natbib custom-bib
I'm currently trying to format my references according to the DeGruyter Open Computer Science guidelines, and I've made a custom .bst file for this.
However, in my paper, I use natbib's citet a bunch, and while I need to print the citations themselves numerically, I rely heavily on citet's ability to retrieve the author name from the citation.
However, I'm currently getting (author?) printed any time I call citet.
What do I need to add to my .bst file to allow citet to print the author names?
bibliographies bibtex citing natbib custom-bib
bibliographies bibtex citing natbib custom-bib
asked Nov 15 '18 at 1:12
jmitejmite
6361618
6361618
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full.bstfile. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument ofbibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.
– moewe
Nov 15 '18 at 21:02
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire.bstfile and a short example document.
– moewe
Nov 21 '18 at 14:41
add a comment |
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full.bstfile. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument ofbibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.
– moewe
Nov 15 '18 at 21:02
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire.bstfile and a short example document.
– moewe
Nov 21 '18 at 14:41
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full
.bst file. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument of bibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.– moewe
Nov 15 '18 at 21:02
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full
.bst file. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument of bibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.– moewe
Nov 15 '18 at 21:02
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire
.bst file and a short example document.– moewe
Nov 21 '18 at 14:41
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire
.bst file and a short example document.– moewe
Nov 21 '18 at 14:41
add a comment |
1 Answer
1
active
oldest
votes
In the end, the easiest thing was to make a new .bst file with makebst, that replicated the style of the original .bst, but had author-year support enabled.
Basically, my understanding is that how author-year support is implemented is bst-specific, so there's no generic way to add it to an existing package.
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%2f460046%2fhow-to-add-author-year-support-to-a-bst-file%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
In the end, the easiest thing was to make a new .bst file with makebst, that replicated the style of the original .bst, but had author-year support enabled.
Basically, my understanding is that how author-year support is implemented is bst-specific, so there's no generic way to add it to an existing package.
add a comment |
In the end, the easiest thing was to make a new .bst file with makebst, that replicated the style of the original .bst, but had author-year support enabled.
Basically, my understanding is that how author-year support is implemented is bst-specific, so there's no generic way to add it to an existing package.
add a comment |
In the end, the easiest thing was to make a new .bst file with makebst, that replicated the style of the original .bst, but had author-year support enabled.
Basically, my understanding is that how author-year support is implemented is bst-specific, so there's no generic way to add it to an existing package.
In the end, the easiest thing was to make a new .bst file with makebst, that replicated the style of the original .bst, but had author-year support enabled.
Basically, my understanding is that how author-year support is implemented is bst-specific, so there's no generic way to add it to an existing package.
answered Nov 28 '18 at 17:28
jmitejmite
6361618
6361618
add a comment |
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%2f460046%2fhow-to-add-author-year-support-to-a-bst-file%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
The specifics of a useful implementation will depend on the style, so I can't give a proper answer without having seen the full
.bstfile. But my answer to tex.stackexchange.com/q/439309/35864 shows roughly what you need to do. You need to inject author-date information into the optional argument ofbibitem. (For background see tex.stackexchange.com/q/459161/35864 as linked in your other question.) See also tex.stackexchange.com/q/82569/35864, but as I say the exact modifications needed are style-dependent.– moewe
Nov 15 '18 at 21:02
Any news here? Could you solve your problem? If you are still interested in an answer, it would really help if you could show us your entire
.bstfile and a short example document.– moewe
Nov 21 '18 at 14:41