right now I am writing a technical report for my collegue. Therefore it is nessecary to mention a password in the document. I did a simple
\documentclass[11pt,parskip=full,a4paper]{scrartcl}
...
\begin(document)
...
\begin{tabular}{ll}
adress &\url{hello@world} \\
password & 0}*YNwZ={4q9e2P \\
\end{tabular}
...
\end(document)
Of course this is an fictional generated password ;)
How can I implement it into my document without display problems? Right now there are no brackets displayed after generating the pdf document. So the collegue cant see these and gets a wrong password of course.
Do anybody know a way to fix that problem?
Best Regards.
\verb|0}*YNwZ={4q9e2P|(replace|with something which does not occur in your real password) – samcarter_is_at_topanswers.xyz Feb 24 '23 at 12:53\begin(document)– samcarter_is_at_topanswers.xyz Feb 24 '23 at 12:55