Remix.run Logo
mcny 12 hours ago

Since there are typist folks here, how do you work with hash and dollar signs?

If I want to write C# on my resume, I do C`#` but there has to be a better way?

ithkuil 12 hours ago | parent | next [-]

I'm not a typst user but from a quick look at the language you should be able to type C\#

You can also write a macro

#let csharp = [C\#]

And then use it as #csharp

TRiG_Ireland 10 hours ago | parent [-]

Or even `#show "csharp": [C\#]` and then just write `csharp`. Though then you couldn't include the actual text "csharp" in your document, should you wish to, so perhaps defining the variable is a better option.

tcfhgj 12 hours ago | parent | prev [-]

C\#