Tagged Questions
5
votes
1answer
67 views
Print a speacial character read by \readline in the same way in the document
I want to read a underscore character from a file with \readline and print it as an underscore in the resulting pdf. But the result is a high point. I've read quite a lot about category/character ...
3
votes
2answers
527 views
Output ASCII code as character on terminal in Latex?
If I have a letter/character, I can output its ASCII value using \number and backtick command:
*\typeout{\number`a}
97
What do I do if I have "97", and I want to show "a" in terminal? I have ...
17
votes
2answers
15k views
Escape character in LaTeX
I need to output the below text but since \ is a special character, I cannot:
[RegularExpression(@"\d+")]
Also sometimes I need use dollar sign $ as well but it seems to be a special char, too.
...