Open JKHopf opened 3 years ago
So sorry for the delay! Looks like the error is being caused by the special character underscore "_" in the example on line 12 of the yaml, here is a corrected version (also use_profile
is true/false):
--- title: "test" author: "JESS" date: "20/05/2021" output: memor::pdf_memo: use_profile: false company: name: Your company's name address: Your address phone: 888.888.8888 email: youremail@email.com short_title: short title footer_on_first_page: yes toc: yes lot: yes lof: yes number_sections: yes latex_engine: xelatex ---
If you need to use a special character like an underscore or colon within the YAML header, you'd need to escape the symbol as follows: your$\_$email@email.com
or $\colon$
Hi,
I really love the look of the memor template, but I can't get it to knit to pdf_memo. The following issue is consistently output:
"! Missing $ inserted.