Modifications CSL code for tapuscrit style

Hi everyone,
I'm writing my PhD thesis in markdown and I'm using Bibtex. I'm having some issues with the quotation style I use, namely the tapuscrit, when converting my document to PDF. First, when I quote an article, there is a space between the quotation marks and the title but the length of this space is not equal between the former and the latter.
The second issue is when quoting the same reference successively, the ibid. mention appears but the name of the author(s) is quoted again, when it shouldn't be the case. Would it be possible to tell me which part of the CSL code I could modify to get the result I want?
Thank you in advance
  • Which Tapuscript style are you using? The Note or the author-date one?

    For the first issue -- does the preview of the style here https://www.zotero.org/styles?q=id:le-tapuscrit-note (hover over the style) look right?

    For the second issue -- the style does this correctly. My best guess would be it's related to how you're inserting the citation in the markdown. Could you provide the syntax you're using in the md document?
  • Thank for your answer and my apologies for double posting.

    I'm using the Note one. The preview is fine, but in my case we can clearly that the length of the space between the two quotation marks is not equal. I also opened an issue on Github with screenshots that may help to visualize the issue : https://github.com/citation-style-language/styles/issues/5645

    For the second issue, I thought that two consecutive references to the same document would just show an "ibid." and not the author's name. The screenshots on Github could also help I think.

    Thanks again for your help.
  • I think all of these issues are unrelated to the style itself and either due to how you use markdown or how the citation processor renders the style.
    You may need to contact the processor maintainer (this is pandoc?) but make sure you're using the most recent version of pandoc and include a MWE as common in that space.
  • Thank you for your answer. I understand. I thought it was due to the style because I had another similar issue and I was able to solve it by modifying the style. But I'll try to solve the issue by taking a look at my markdown document or pandoc then.
  • If you're using pandoc to generate anything but PDF, you're better off using CSL rather than BibTeX.
  • I'm sorry, I just saw your answer. What do you mean by using CSL rather than BibTeX?

    I manage to solve the first problem I mention above. However, I have another problem with the quotation marks when there is a need to put them in a title of an article with French quotation marks. Two closing quotation marks appear, even at the beginning of the quoted text. It seems it is due to the LaTeX text generated by BibTeX on Zotero that generates the following symbol for quotation marks ", while it should generate four independent tildes or the command \guilsinglleft{}, as someone told me here: https://tex.stackexchange.com/questions/619728/issue-with-tapuscrit-style-and-bibtex
  • I mean using csl-json rather than using bibtex.

    I can take a look at the quotation issue for bibtex if you open an issue in the BBT github project.
  • edited October 27, 2021
    Thanks for your answer. I tried with a csl-json export and the problem was solved.

    The two remaining problems are
    1. when I quote the same reference successively, the ibid. mention appears but the name of the author(s) is quoted again, when it shouldn't be the case.
    2. when quoting again a reference, only the initials of the author's first name appear, but there is a space missing between the author's two first names, if any.

    Do you still want me to open an issue on github?
  • I cant help you with the points you mention, but I'd like to take a look at the bibtex generation, yes, so I'd appreciate the github issue.
  • OK, I'll open an issue then.
Sign In or Register to comment.