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

Display `hinc_soln.py` as \tt not \url #152

Closed tartansandal closed 5 years ago

tartansandal commented 5 years ago

One occurance of this. Fix to make consistent.

AllenDowney commented 5 years ago

Thanks!

AllenDowney commented 5 years ago

In {\tt}, I think we need to escape the underscore, as in {\tt hinc_soln.py}, do \verb"hinc_soln.py" might be better.

tartansandal commented 5 years ago

Very true. I opted to use \tt to be consistent with the rest of the paragraph and to keep the PR as simple as possible. Probably best to do \verb"" everywhere for filenames. Note there is a large PR that does just that. :-)

On Thu, 5 Sep 2019 at 22:54, Allen Downey notifications@github.com wrote:

In {\tt}, I think we need to escape the underscore, as in {\tt hinc_soln.py}, do \verb"hinc_soln.py" might be better.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.