문제

I am using pandoc to generate pdf document (through latex). In the references and in citations, I would like to separate author names with em dash. To achieve that, I changed the delimiter to " --- " in the citation style file (.csl) I am using.

I process the markdown file with the -S option with pandoc, however, the three dashes (---) do not get converted to an em dash in the references. It does correctly change them to em dash in the main text. Do you have an idea how to get this work also with references/citations?

도움이 되었습니까?

해결책

Have you tried using an em-dash in the CSL style? (either as the Unicode symbol or escaped HTML character, i.e. "—" or —)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top