I am using \texttt to write my code snippets in Courier font including \texttt{>>>}. If I compile, this is substituted to ». How can I prevent that from happening?
I am unable to escape with
\texttt{\>\>\>}.I do not want to use
\gggof the amssymb package since that looks slightly different.If possible I would also like to avoid using
\verb||.


{{>}{>}{>}}. The addition of groups will prevent each from seeing the others, and therefore should prevent (for lack of a better word) the ligature from forming. – Steven B. Segletes Jul 29 '20 at 09:16\texttt{>\kern0pt>\kern0pt>}should do the trick. (\texttt{>\/>\/>}often works too if your font isn't slanted/italic) – Marcel Krüger Jul 29 '20 at 09:19