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
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
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?
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.
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.
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 can take a look at the quotation issue for bibtex if you open an issue in the BBT github project.
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?