AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.02k stars 11.28k forks source link

Prefer inline \verb"" to {\tt} expressions #148

Closed tartansandal closed 4 years ago

tartansandal commented 5 years ago

These are used inconsistently throughout the document, even in the same paragraph. Prefer the \verb"" form as it gives more semantic context for post-processors (e.g. pandoc).

AllenDowney commented 4 years ago

Thanks!