When I switch from bibliographystyleplainnat to bibliographystyleapalike the citation in the text switch from authoryear to numberedHow to edit in-text citation in plainnat style?Adjusting biblatex authoryear style (to closely resemble apalike)Using apalike and natbib in Lyx with author abbreviation as indexhow to get the string “submitted” into the citation call-out when using the apalike bibliography styleTitle not showig in bibliography due to modification of .bst fileHow can I modify the apalike bibliography style to remove square bracketed citation in my reference list?Custom citing styleFootnote citation in authoryear style but bibliography numberedYear-wise citation in text with apalike bibliography styleDifferent in-text citation style from final bibliography citation style

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

Why does Solve lock up when trying to solve the quadratic equation with large integers?

I am where you are now, too

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Why is there an extra space when I type "ls" in the Desktop directory?

The meaning of ‘otherwise’

What are some noteworthy "mic-drop" moments in math?

How do I print a field from the bibliography

Is a piano played in the same way as a harmonium?

After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?

How is it possible to drive VGA displays at such high pixel clock frequencies?

Is it possible to avoid unpacking when merging Association?

Vocabulary for giving just numbers, not a full answer

Finitely many repeated replacements

MySQL importing CSV files really slow

In the late 1940’s to early 1950’s what technology was available that could melt ice?

Confusion about Complex Continued Fraction

What is this diamond of every day?

Does "Until when" sound natural for native speakers?

What's the 'present simple' form of the word "нашла́" in 3rd person singular female?

Trouble making an executable as a service

Help understanding 1986 schematic for Rohde & Schwarz cryptographic key generator

How do we create new idioms and use them in a novel?

Why couldn't the separatists legally leave the Republic?



When I switch from bibliographystyleplainnat to bibliographystyleapalike the citation in the text switch from authoryear to numbered


How to edit in-text citation in plainnat style?Adjusting biblatex authoryear style (to closely resemble apalike)Using apalike and natbib in Lyx with author abbreviation as indexhow to get the string “submitted” into the citation call-out when using the apalike bibliography styleTitle not showig in bibliography due to modification of .bst fileHow can I modify the apalike bibliography style to remove square bracketed citation in my reference list?Custom citing styleFootnote citation in authoryear style but bibliography numberedYear-wise citation in text with apalike bibliography styleDifferent in-text citation style from final bibliography citation style













0















I want the bibliography in APA style as follow:




"Charnes, A., Cooper, W. W., and Rhodes, E. (1978). Measuring the efficiency of decision making units. European journal of operational research, 2(6):429–444."




while the citation within the text as follow:




"... decisional making units” (Charnes et al., 1978)."




However, when in the preamble I change from:



usepackagebibentry
bibliographystyleplainnat
nobibliography*


to:



usepackagebibentry
bibliographystyleapalike
nobibliography*


the citation within the text turns to:




"... decisional making units” (1)."




Could please someone help me to get the wanted citation style?



Thank you very much in advance!!










share|improve this question









New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

    – Kurt
    15 mins ago












  • If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

    – moewe
    10 mins ago











  • It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

    – sheß
    9 mins ago











  • That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

    – moewe
    6 mins ago















0















I want the bibliography in APA style as follow:




"Charnes, A., Cooper, W. W., and Rhodes, E. (1978). Measuring the efficiency of decision making units. European journal of operational research, 2(6):429–444."




while the citation within the text as follow:




"... decisional making units” (Charnes et al., 1978)."




However, when in the preamble I change from:



usepackagebibentry
bibliographystyleplainnat
nobibliography*


to:



usepackagebibentry
bibliographystyleapalike
nobibliography*


the citation within the text turns to:




"... decisional making units” (1)."




Could please someone help me to get the wanted citation style?



Thank you very much in advance!!










share|improve this question









New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

    – Kurt
    15 mins ago












  • If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

    – moewe
    10 mins ago











  • It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

    – sheß
    9 mins ago











  • That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

    – moewe
    6 mins ago













0












0








0








I want the bibliography in APA style as follow:




"Charnes, A., Cooper, W. W., and Rhodes, E. (1978). Measuring the efficiency of decision making units. European journal of operational research, 2(6):429–444."




while the citation within the text as follow:




"... decisional making units” (Charnes et al., 1978)."




However, when in the preamble I change from:



usepackagebibentry
bibliographystyleplainnat
nobibliography*


to:



usepackagebibentry
bibliographystyleapalike
nobibliography*


the citation within the text turns to:




"... decisional making units” (1)."




Could please someone help me to get the wanted citation style?



Thank you very much in advance!!










share|improve this question









New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I want the bibliography in APA style as follow:




"Charnes, A., Cooper, W. W., and Rhodes, E. (1978). Measuring the efficiency of decision making units. European journal of operational research, 2(6):429–444."




while the citation within the text as follow:




"... decisional making units” (Charnes et al., 1978)."




However, when in the preamble I change from:



usepackagebibentry
bibliographystyleplainnat
nobibliography*


to:



usepackagebibentry
bibliographystyleapalike
nobibliography*


the citation within the text turns to:




"... decisional making units” (1)."




Could please someone help me to get the wanted citation style?



Thank you very much in advance!!







bibliographies citing apa-style






share|improve this question









New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 15 mins ago









Sebastiano

10.7k42163




10.7k42163






New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 17 mins ago









Giorgio MusacchiaGiorgio Musacchia

1




1




New contributor




Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Giorgio Musacchia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

    – Kurt
    15 mins ago












  • If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

    – moewe
    10 mins ago











  • It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

    – sheß
    9 mins ago











  • That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

    – moewe
    6 mins ago












  • 1





    Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

    – Kurt
    15 mins ago












  • If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

    – moewe
    10 mins ago











  • It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

    – sheß
    9 mins ago











  • That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

    – moewe
    6 mins ago







1




1





Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

– Kurt
15 mins ago






Welcome to TeX.SE! Can you please add a short compilable TeX code building your bibliography to your question? Please do not forget to add the used bib entry too.

– Kurt
15 mins ago














If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

– moewe
10 mins ago





If you want full APA style you are better off using apacite or biblatex-apa. apalike is really only like APA and does not satisfy the list of demands of the real APA style.

– moewe
10 mins ago













It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

– sheß
9 mins ago





It might help to do something like setcitestyleauthoryear,open=(,close=). But as Kurt points out, it's hard to tell without you posting a MWE

– sheß
9 mins ago













That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

– moewe
6 mins ago





That said, I can not reproduce the output you describe with only the three lines shown in the question. I suggest you show us a complete example document starting with documentclass that includes the relevant bits of the preamble and an example citation in begindocument...enddocument. Please include a .bib entry as well. This would make for a so-called MWE tex.meta.stackexchange.com/q/228/35864. An MWE is often the quickest way to a good answer.

– moewe
6 mins ago










0






active

oldest

votes











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
);



);






Giorgio Musacchia is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478788%2fwhen-i-switch-from-bibliographystyleplainnat-to-bibliographystyleapalike-t%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Giorgio Musacchia is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Giorgio Musacchia is a new contributor. Be nice, and check out our Code of Conduct.












Giorgio Musacchia is a new contributor. Be nice, and check out our Code of Conduct.











Giorgio Musacchia 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478788%2fwhen-i-switch-from-bibliographystyleplainnat-to-bibliographystyleapalike-t%23new-answer', 'question_page');

);

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







Popular posts from this blog

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

Compiling documents onlineAre any web base TEX editors with live collaboration available?Is there a web-based LaTeX or TeX editor?Creating a PDF file online from a LaTeX templateAre there any online LaTeX editors that provide the latest packages?Comparison of browser-based latex processorsCan I find something like this online?Is there a site where I can enter a latex expression, and it shows me an image of the compiled expression?Automatic online compiling systemA resource for converting LaTeX within the browserIs there an equivalent of jsfiddle for LaTeX?Online LaTeX syntax highlighterComparison of browser-based latex processorsDo the online LaTeX compilers use a TeX daemon to speed up their compilation?Undefined control sequence documentclassLaTeX Syntax Highlighting in Google DriveWhy are my Latex compile times varying massively?Online compilation with commercial fontsCompiling multiple LaTeX filesSlow compiling of large documents in TeXstudiodocument not compiling with custom .cls