-
Notifications
You must be signed in to change notification settings - Fork 36
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
Comments
Try a space around the inner one.
On Wed, May 15, 2019 at 5:41 PM Chris de Graaf ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AADG6TDPGWWVNJQAM4NSJZDPVR7RZA5CNFSM4HNHGVV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUA6LFA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADG6THNBBCVDO2JEARMZ7DPVR7RZANCNFSM4HNHGVVQ>
.
--
John Verzani
Department of Mathematics
College of Staten Island, CUNY
[email protected]
|
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. |
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
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.
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?The text was updated successfully, but these errors were encountered: