How to write "anni '90"

Viewed 31

How is it possible to write "anni '90" in LaTeX?

1 Answers

If your goal is to write the backtick ` before the decade, just use it (no escaping is required):

anni `90

This is the result:

Result

Related