Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped double curlies #98

Open
christopher-dG opened this issue May 15, 2019 · 3 comments
Open

Escaped double curlies #98

christopher-dG opened this issue May 15, 2019 · 3 comments

Comments

@christopher-dG
Copy link
Contributor

If I wanted to render some Latex from a template file that contained double curlies as part of the Latex, would there be a way to escape them?

i.e.

# CITATION.bib
@misc{
    title = {{{{PKGNAME}}.jl}},
    ...
}

Here I want the two outer curlies to be rendered verbatim as Latex, but I want the inner {{PKGNAME}} to be substituted. Is that possible?

@jverzani
Copy link
Owner

jverzani commented May 15, 2019 via email

@jverzani
Copy link
Owner

Sorry, I misread this one. My solution definitely isn't helpful, well... it isn't a solution. There is an issue in trying to render the tags by themselves as text. I don't know if that is possible. In #100 the use of different tags is exposed and might offer a solution for you.

@christopher-dG
Copy link
Contributor Author

Using different tags will definitely work. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants