BibTex 및 하이픈으로 연결된 이름이 언어의 일반적인 표시/분음 부호와 결합됨

BibTex 및 하이픈으로 연결된 이름이 언어의 일반적인 표시/분음 부호와 결합됨

참조에서 다음과 같은 방식으로 이름을 인쇄하고 싶습니다. 여기에 이미지 설명을 입력하세요

다양한 변형을 시도했습니다.

@incollection{KariVolkov2021,
  author    = {Jarkko Kari and Mikhail V. Volkov},
  editor    = {Jean-Eric Pin},
  title     = {{\v{C}ern\'y's} conjecture and the road colouring problem},
  booktitle = {Handbook of Automata Theory, Volume I},
  pages     = {525--565},
  publisher = {European Mathematical Society Publishing House},
  year      = {2021},
}

이는 하이픈을 사용하여 의도한 동작을 제공합니다. 그러나 스트레스 표시가 없습니다.여기에 이미지 설명을 입력하세요

따라서 다음 표시를 추가하는 것이 논리적인 것 같습니다.

@incollection{KariVolkov2021,
  author    = {Jarkko Kari and Mikhail V. Volkov},
  editor    = {Jean-\'{E}ric Pin},
  title     = {{\v{C}ern\'y's} conjecture and the road colouring problem},
  booktitle = {Handbook of Automata Theory, Volume I},
  pages     = {525--565},
  publisher = {European Mathematical Society Publishing House},
  year      = {2021},
}

그러나 이는 다음을 제공합니다.여기에 이미지 설명을 입력하세요

그래서 마지막 시도로 하이픈 주위에 "{}"를 넣으려고 했습니다.

@incollection{KariVolkov2021,
  author    = {Jarkko Kari and Mikhail V. Volkov},
  editor    = {Jean{-}\'{E}ric Pin},
  title     = {{\v{C}ern\'y's} conjecture and the road colouring problem},
  booktitle = {Handbook of Automata Theory, Volume I},
  pages     = {525--565},
  publisher = {European Mathematical Society Publishing House},
  year      = {2021},
}

그러나 이는 다음과 같은 결과만 낳습니다.여기에 이미지 설명을 입력하세요

올바른 양식을 얻는 방법에 대한 아이디어가 있습니까?

답변1

bibtex는 ASCII가 아닌 문자에 대한 지원이 매우 제한적입니다. {\'E}외부 중괄호 그룹이 항목을 단일 단위로 유지하려면 양식에 악센트 문자가 필요합니다.

관련 정보