How to cite german book titles properly (upper case) with csl and rmarkdown?Page header - Upper and lower caseAcronym upper/lower/mixed case, and pluralisationHow do I properly cite this German-language paper?Upper case using mhchem and glossariesHow to cite properly?How to use sans-serif fonts in Tikz and Rmarkdown?How to centre and bold a heading in RMarkdown and LaTeX?Bibliographic entry not show the paper's title correctlyOption clash with RMarkdown and beamerCustom citations and bibliography with natbib

Fencing style for blades that can attack from a distance

Email Account under attack (really) - anything I can do?

Today is the Center

How can I make my BBEG immortal short of making them a Lich or Vampire?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

How do I create uniquely male characters?

Test if tikzmark exists on same page

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

Is it important to consider tone, melody, and musical form while writing a song?

How much RAM could one put in a typical 80386 setup?

Why do falling prices hurt debtors?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

"You are your self first supporter", a more proper way to say it

Do VLANs within a subnet need to have their own subnet for router on a stick?

What's the output of a record cartridge playing an out-of-speed record

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Animated Series: Alien black spider robot crashes on Earth

Service Entrance Breakers Rain Shield

What is the word for reserving something for yourself before others do?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

What are these boxed doors outside store fronts in New York?

What defenses are there against being summoned by the Gate spell?

Smoothness of finite-dimensional functional calculus



How to cite german book titles properly (upper case) with csl and rmarkdown?


Page header - Upper and lower caseAcronym upper/lower/mixed case, and pluralisationHow do I properly cite this German-language paper?Upper case using mhchem and glossariesHow to cite properly?How to use sans-serif fonts in Tikz and Rmarkdown?How to centre and bold a heading in RMarkdown and LaTeX?Bibliographic entry not show the paper's title correctlyOption clash with RMarkdown and beamerCustom citations and bibliography with natbib













0















I am using RMarkdown in RStudio and want to cite several sources using csl, specifically I use the style "elsevier-with-titles.csl". I want to cite a german reference, so title must have upper case words other than for english references but the titles are forced to be completely lower case.



My sources are correctly set up in a .bib file (BibTex format).



YAML header in my RMarkdown file:



title: "mytitle"
author: "nunberg"
date: '01.01.2019'
output:
pdf_document: default
html_document: default
bibliography: refs.bib
csl: elsevier-with-titles.csl


.bib file:



@bookgeorgii2015stochastik,
title=Stochastik: Einf"uhrung in die Wahrscheinlichkeitstheorie und Statistik,
author=Georgii, Hans-Otto,
year=2015,
publisher=de Gruyter



I get this result in my knitted output files.



  1. Georgii H-O. Stochastik: Einführung in die wahrscheinlichkeitstheorie und statistik. de Gruyter; 2015.

But I want:



  1. Georgii H-O. Stochastik: Einführung in die Wahrscheinlichkeitstheorie und Statistik. de Gruyter; 2015.

Does somebody know how to set things up correctly in this case?









share







New contributor




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
























    0















    I am using RMarkdown in RStudio and want to cite several sources using csl, specifically I use the style "elsevier-with-titles.csl". I want to cite a german reference, so title must have upper case words other than for english references but the titles are forced to be completely lower case.



    My sources are correctly set up in a .bib file (BibTex format).



    YAML header in my RMarkdown file:



    title: "mytitle"
    author: "nunberg"
    date: '01.01.2019'
    output:
    pdf_document: default
    html_document: default
    bibliography: refs.bib
    csl: elsevier-with-titles.csl


    .bib file:



    @bookgeorgii2015stochastik,
    title=Stochastik: Einf"uhrung in die Wahrscheinlichkeitstheorie und Statistik,
    author=Georgii, Hans-Otto,
    year=2015,
    publisher=de Gruyter



    I get this result in my knitted output files.



    1. Georgii H-O. Stochastik: Einführung in die wahrscheinlichkeitstheorie und statistik. de Gruyter; 2015.

    But I want:



    1. Georgii H-O. Stochastik: Einführung in die Wahrscheinlichkeitstheorie und Statistik. de Gruyter; 2015.

    Does somebody know how to set things up correctly in this case?









    share







    New contributor




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






















      0












      0








      0








      I am using RMarkdown in RStudio and want to cite several sources using csl, specifically I use the style "elsevier-with-titles.csl". I want to cite a german reference, so title must have upper case words other than for english references but the titles are forced to be completely lower case.



      My sources are correctly set up in a .bib file (BibTex format).



      YAML header in my RMarkdown file:



      title: "mytitle"
      author: "nunberg"
      date: '01.01.2019'
      output:
      pdf_document: default
      html_document: default
      bibliography: refs.bib
      csl: elsevier-with-titles.csl


      .bib file:



      @bookgeorgii2015stochastik,
      title=Stochastik: Einf"uhrung in die Wahrscheinlichkeitstheorie und Statistik,
      author=Georgii, Hans-Otto,
      year=2015,
      publisher=de Gruyter



      I get this result in my knitted output files.



      1. Georgii H-O. Stochastik: Einführung in die wahrscheinlichkeitstheorie und statistik. de Gruyter; 2015.

      But I want:



      1. Georgii H-O. Stochastik: Einführung in die Wahrscheinlichkeitstheorie und Statistik. de Gruyter; 2015.

      Does somebody know how to set things up correctly in this case?









      share







      New contributor




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












      I am using RMarkdown in RStudio and want to cite several sources using csl, specifically I use the style "elsevier-with-titles.csl". I want to cite a german reference, so title must have upper case words other than for english references but the titles are forced to be completely lower case.



      My sources are correctly set up in a .bib file (BibTex format).



      YAML header in my RMarkdown file:



      title: "mytitle"
      author: "nunberg"
      date: '01.01.2019'
      output:
      pdf_document: default
      html_document: default
      bibliography: refs.bib
      csl: elsevier-with-titles.csl


      .bib file:



      @bookgeorgii2015stochastik,
      title=Stochastik: Einf"uhrung in die Wahrscheinlichkeitstheorie und Statistik,
      author=Georgii, Hans-Otto,
      year=2015,
      publisher=de Gruyter



      I get this result in my knitted output files.



      1. Georgii H-O. Stochastik: Einführung in die wahrscheinlichkeitstheorie und statistik. de Gruyter; 2015.

      But I want:



      1. Georgii H-O. Stochastik: Einführung in die Wahrscheinlichkeitstheorie und Statistik. de Gruyter; 2015.

      Does somebody know how to set things up correctly in this case?







      citing r knitr capitalization markdown





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 5 mins ago









      nunbergnunberg

      11




      11




      New contributor




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





      New contributor





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






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




















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



          );






          nunberg 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%2f483615%2fhow-to-cite-german-book-titles-properly-upper-case-with-csl-and-rmarkdown%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








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









          draft saved

          draft discarded


















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












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











          nunberg 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%2f483615%2fhow-to-cite-german-book-titles-properly-upper-case-with-csl-and-rmarkdown%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

          How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

          152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

          Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"