How to omit url, doi, and urldate fields while using the IEEEtran bibliography style? Unicorn...
Is there metaphorical meaning of "aus der Haft entlassen"?
Why doesn't the standard consider a template constructor as a copy constructor?
When do you need buffers/drivers on buses in a microprocessor design?
Which big number is bigger?
Implementing 3DES algorithm in Java: is my code secure?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Bayes factor vs P value
What's the difference between using dependency injection with a container and using a service locator?
Jaya, Venerated Firemage + Chandra's Pyrohelix = 4 damage among two targets?
How do I check if a string is entirely made of the same substring?
Can I criticise the more senior developers around me for not writing clean code?
Multiple fireplaces in an apartment building?
Multiple options vs single option UI
Putting Ant-Man on house arrest
Why do distances seem to matter in the Foundation world?
How do I prove this combinatorial identity
How to keep bees out of canned beverages?
Is Diceware more secure than a long passphrase?
A Paper Record is What I Hamper
Can you stand up from being prone using Skirmisher outside of your turn?
What does a straight horizontal line above a few notes, after a changed tempo mean?
A strange hotel
Does Mathematica have an implementation of the Poisson binomial distribution?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
How to omit url, doi, and urldate fields while using the IEEEtran bibliography style?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to change 'et al' to italic font in citation call-outs, with 'agsm' bibliography styleBibTeX style file with hierachical use of DOI, URL fieldsRemove URL in IEEEtran bibliographyIEEEtran bibliography style doesn't workIEEEtran BibTeX Style - how to deactivate URLs?DOI in IEEEtran bibliographyIEEEtran bibliography style won't compress in-text citationIEEEtran bibliography url accessdateHyperlink in DOI in IEEEtran BibliographyIEEEtran bibliography: URL containing dash/hyphen causes problemRemove doi and url fields while using spmpsci bibliography style
The bibliographystyle{IEEEtran}
in my IEEE Overleaf template produces:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation ”Trends in
Neurosciences,vol. 27, no. 12, pp. 712–719, Dec. 2004.
[Online]. Available: http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352
but I want:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation,” Trends in
Neurosciences, vol. 27, no. 12, pp. 712–719, Dec. 2004.
How can I get rid of the '[Online]' and 'Available:' strings, as well as of the contents of the url
field itself?
I have synced my Zotero library with Overleaf to produce a .bib file.
Entries look as follows:
@article{knill_bayesian_2004,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
I use bibtex to generate the bibliography.
bibliography{bibtex/bib/references_from_zotero.bib}
bibliographystyle{IEEEtran}
Does anyone know a better way than to manually remove the url
, doi
, and urldate
from either Zotero or the resulting .bbl file?
I have tried to untick the 'Include URLS of paper articles in references' box Zotero for Mac --> Preferences --> Cite and then resync with Overleaf. This didn't have an effect.
bibtex ieeetran
New contributor
add a comment |
The bibliographystyle{IEEEtran}
in my IEEE Overleaf template produces:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation ”Trends in
Neurosciences,vol. 27, no. 12, pp. 712–719, Dec. 2004.
[Online]. Available: http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352
but I want:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation,” Trends in
Neurosciences, vol. 27, no. 12, pp. 712–719, Dec. 2004.
How can I get rid of the '[Online]' and 'Available:' strings, as well as of the contents of the url
field itself?
I have synced my Zotero library with Overleaf to produce a .bib file.
Entries look as follows:
@article{knill_bayesian_2004,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
I use bibtex to generate the bibliography.
bibliography{bibtex/bib/references_from_zotero.bib}
bibliographystyle{IEEEtran}
Does anyone know a better way than to manually remove the url
, doi
, and urldate
from either Zotero or the resulting .bbl file?
I have tried to untick the 'Include URLS of paper articles in references' box Zotero for Mac --> Preferences --> Cite and then resync with Overleaf. This didn't have an effect.
bibtex ieeetran
New contributor
If you are usingnatbib
, it is relatively hard to make even slight changes in the bibliography style.
– Al-Motasem Aldaoudeyeh
2 hours ago
add a comment |
The bibliographystyle{IEEEtran}
in my IEEE Overleaf template produces:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation ”Trends in
Neurosciences,vol. 27, no. 12, pp. 712–719, Dec. 2004.
[Online]. Available: http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352
but I want:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation,” Trends in
Neurosciences, vol. 27, no. 12, pp. 712–719, Dec. 2004.
How can I get rid of the '[Online]' and 'Available:' strings, as well as of the contents of the url
field itself?
I have synced my Zotero library with Overleaf to produce a .bib file.
Entries look as follows:
@article{knill_bayesian_2004,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
I use bibtex to generate the bibliography.
bibliography{bibtex/bib/references_from_zotero.bib}
bibliographystyle{IEEEtran}
Does anyone know a better way than to manually remove the url
, doi
, and urldate
from either Zotero or the resulting .bbl file?
I have tried to untick the 'Include URLS of paper articles in references' box Zotero for Mac --> Preferences --> Cite and then resync with Overleaf. This didn't have an effect.
bibtex ieeetran
New contributor
The bibliographystyle{IEEEtran}
in my IEEE Overleaf template produces:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation ”Trends in
Neurosciences,vol. 27, no. 12, pp. 712–719, Dec. 2004.
[Online]. Available: http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352
but I want:
[1] D. C. Knill and A. Pouget, “The Bayesian brain: the role of
uncertainty in neural coding and computation,” Trends in
Neurosciences, vol. 27, no. 12, pp. 712–719, Dec. 2004.
How can I get rid of the '[Online]' and 'Available:' strings, as well as of the contents of the url
field itself?
I have synced my Zotero library with Overleaf to produce a .bib file.
Entries look as follows:
@article{knill_bayesian_2004,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
I use bibtex to generate the bibliography.
bibliography{bibtex/bib/references_from_zotero.bib}
bibliographystyle{IEEEtran}
Does anyone know a better way than to manually remove the url
, doi
, and urldate
from either Zotero or the resulting .bbl file?
I have tried to untick the 'Include URLS of paper articles in references' box Zotero for Mac --> Preferences --> Cite and then resync with Overleaf. This didn't have an effect.
bibtex ieeetran
bibtex ieeetran
New contributor
New contributor
edited 18 mins ago
Mico
288k32394782
288k32394782
New contributor
asked 3 hours ago
leermeesterleermeester
111
111
New contributor
New contributor
If you are usingnatbib
, it is relatively hard to make even slight changes in the bibliography style.
– Al-Motasem Aldaoudeyeh
2 hours ago
add a comment |
If you are usingnatbib
, it is relatively hard to make even slight changes in the bibliography style.
– Al-Motasem Aldaoudeyeh
2 hours ago
If you are using
natbib
, it is relatively hard to make even slight changes in the bibliography style.– Al-Motasem Aldaoudeyeh
2 hours ago
If you are using
natbib
, it is relatively hard to make even slight changes in the bibliography style.– Al-Motasem Aldaoudeyeh
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Look for IEEEtran.bst in your TeX distribution files. For Windows and MiKTeX 2.9, this would be C:UsersusernameAppDataRoamingMiKTeX2.9bibtexbstieeetran. Make a backup copy of it and save it under different name (e.g., IEEEtranbak.bst). Open IEEEtran.bst (your LaTeX editor would work for that) and and look for FUNCTION {default.is.use.url} { #1 }
and change it to FUNCTION {default.is.use.url} { #0 }
begin{filecontents*}{sample.bib}
@article{knill,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
end{filecontents*}
documentclass[]{IEEEtran}
usepackage[square, nonamebreak, sort&compress, comma, numbers]{natbib}
begin{document}
cite{knill}
newpage
bibliographystyle{IEEEtran}
bibliography{sample}
end{document}
2
Note that this might have side effects for other entries where you do want to use urls, such asmisc
.
– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
Sorry, but suggesting to modify, say,IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.
– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
|
show 1 more 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
});
}
});
leermeester is a new contributor. Be nice, and check out our Code of Conduct.
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%2f487531%2fhow-to-omit-url-doi-and-urldate-fields-while-using-the-ieeetran-bibliography-s%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
Look for IEEEtran.bst in your TeX distribution files. For Windows and MiKTeX 2.9, this would be C:UsersusernameAppDataRoamingMiKTeX2.9bibtexbstieeetran. Make a backup copy of it and save it under different name (e.g., IEEEtranbak.bst). Open IEEEtran.bst (your LaTeX editor would work for that) and and look for FUNCTION {default.is.use.url} { #1 }
and change it to FUNCTION {default.is.use.url} { #0 }
begin{filecontents*}{sample.bib}
@article{knill,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
end{filecontents*}
documentclass[]{IEEEtran}
usepackage[square, nonamebreak, sort&compress, comma, numbers]{natbib}
begin{document}
cite{knill}
newpage
bibliographystyle{IEEEtran}
bibliography{sample}
end{document}
2
Note that this might have side effects for other entries where you do want to use urls, such asmisc
.
– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
Sorry, but suggesting to modify, say,IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.
– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
|
show 1 more comment
Look for IEEEtran.bst in your TeX distribution files. For Windows and MiKTeX 2.9, this would be C:UsersusernameAppDataRoamingMiKTeX2.9bibtexbstieeetran. Make a backup copy of it and save it under different name (e.g., IEEEtranbak.bst). Open IEEEtran.bst (your LaTeX editor would work for that) and and look for FUNCTION {default.is.use.url} { #1 }
and change it to FUNCTION {default.is.use.url} { #0 }
begin{filecontents*}{sample.bib}
@article{knill,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
end{filecontents*}
documentclass[]{IEEEtran}
usepackage[square, nonamebreak, sort&compress, comma, numbers]{natbib}
begin{document}
cite{knill}
newpage
bibliographystyle{IEEEtran}
bibliography{sample}
end{document}
2
Note that this might have side effects for other entries where you do want to use urls, such asmisc
.
– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
Sorry, but suggesting to modify, say,IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.
– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
|
show 1 more comment
Look for IEEEtran.bst in your TeX distribution files. For Windows and MiKTeX 2.9, this would be C:UsersusernameAppDataRoamingMiKTeX2.9bibtexbstieeetran. Make a backup copy of it and save it under different name (e.g., IEEEtranbak.bst). Open IEEEtran.bst (your LaTeX editor would work for that) and and look for FUNCTION {default.is.use.url} { #1 }
and change it to FUNCTION {default.is.use.url} { #0 }
begin{filecontents*}{sample.bib}
@article{knill,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
end{filecontents*}
documentclass[]{IEEEtran}
usepackage[square, nonamebreak, sort&compress, comma, numbers]{natbib}
begin{document}
cite{knill}
newpage
bibliographystyle{IEEEtran}
bibliography{sample}
end{document}
Look for IEEEtran.bst in your TeX distribution files. For Windows and MiKTeX 2.9, this would be C:UsersusernameAppDataRoamingMiKTeX2.9bibtexbstieeetran. Make a backup copy of it and save it under different name (e.g., IEEEtranbak.bst). Open IEEEtran.bst (your LaTeX editor would work for that) and and look for FUNCTION {default.is.use.url} { #1 }
and change it to FUNCTION {default.is.use.url} { #0 }
begin{filecontents*}{sample.bib}
@article{knill,
title = {The {Bayesian} brain: the role of uncertainty in
neural coding and computation},
volume = {27},
issn = {01662236},
shorttitle = {The {Bayesian} brain},
url =
{http://linkinghub.elsevier.com/retrieve/pii/S0166223604003352},
doi = {10.1016/j.tins.2004.10.007},
language = {en},
number = {12},
urldate = {2018-11-14TZ},
journal = {Trends in Neurosciences},
author = {Knill, David C. and Pouget, Alexandre},
month = dec,
year = {2004},
pages = {712--719}
}
end{filecontents*}
documentclass[]{IEEEtran}
usepackage[square, nonamebreak, sort&compress, comma, numbers]{natbib}
begin{document}
cite{knill}
newpage
bibliographystyle{IEEEtran}
bibliography{sample}
end{document}
answered 2 hours ago
Al-Motasem AldaoudeyehAl-Motasem Aldaoudeyeh
1,987414
1,987414
2
Note that this might have side effects for other entries where you do want to use urls, such asmisc
.
– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
Sorry, but suggesting to modify, say,IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.
– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
|
show 1 more comment
2
Note that this might have side effects for other entries where you do want to use urls, such asmisc
.
– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
Sorry, but suggesting to modify, say,IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.
– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
2
2
Note that this might have side effects for other entries where you do want to use urls, such as
misc
.– Marijn
1 hour ago
Note that this might have side effects for other entries where you do want to use urls, such as
misc
.– Marijn
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
@Marijn. This will change the default behavior as to whether a url is to be included or not. If specific references must always use url, then its code in the .bst file must be changed accordingly.
– Al-Motasem Aldaoudeyeh
1 hour ago
3
3
Sorry, but suggesting to modify, say,
IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.– Mico
1 hour ago
Sorry, but suggesting to modify, say,
IEEEtran.bst
-- or any original file of the TeX distribution, for that matter -- is very poor advice. Making changes to an original file almost certainly violates the terms of the LaTeX license. But even if you don't care about legal niceties, you still should never apply changes to an original file: Original files get overwritten without warning whenever you update (a) the package the file belongs to or (b) your entire TeX distribution, say, from TeXLive2018 to TeXLive2019. That's why one should make a copy, rename the copy, and modify only the copy.– Mico
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
tex.stackexchange.com/questions/353858/… In the previous link, you gave an advice to someone to modify a .bst file. What makes the modification of a copy of a file not a violation of terms of use while the modification of the original is?
– Al-Motasem Aldaoudeyeh
1 hour ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
While this kind of hack might work for locally compiled documents, it's kinda useless if you're submitting a paper for publication (like, for example, to an IEEE Transactions journal...) - They will want to use their original, unmodified copy.
– Inquisitive Lurker
51 mins ago
|
show 1 more comment
leermeester is a new contributor. Be nice, and check out our Code of Conduct.
leermeester is a new contributor. Be nice, and check out our Code of Conduct.
leermeester is a new contributor. Be nice, and check out our Code of Conduct.
leermeester is a new contributor. Be nice, and check out our Code of Conduct.
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%2f487531%2fhow-to-omit-url-doi-and-urldate-fields-while-using-the-ieeetran-bibliography-s%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
If you are using
natbib
, it is relatively hard to make even slight changes in the bibliography style.– Al-Motasem Aldaoudeyeh
2 hours ago