I've a simple question. How i create a glossary with Rmarkdown / knitr. I work with RStudio.
I try this but without success
\usepackage{glossaries}
in a header.tex and in rmd file
Glossary
--------
\makeglossaries
\newglossaryentry{score_r1_ch1}
{
name=zscore,
description={ description here}
}
\printglossaries
Thanks