Hi,
I'm trying to use IPA symbols in rmarkdown, and I'm able to knit to HTML and Word but not PDF; some IPA sysmbols are missing when knitting to PDF.
compared to knitting to Word:
or HTML:
Here is my repreduciable example.
---
title: "IPA TEST"
author: "Your Name"
date: "The Date"
output:
html_document: default
word_document: default
pdf_document:
latex_engine: xelatex
---
ʈʔɾʀzʃβʰ
[kʰæt]
J\
n`
[ɪtsɹilijizitutaɪp]
ʈɟʁ
[ðɪsɪzsəmaɪpeɪ]
I would highly appreciate your help!