Issue 1676656: Stdlib reference is in italics (original) (raw)
Issue1676656
Created on 2007-03-08 16:34 by sonderblade, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg31471 - (view) | Author: Björn Lindqvist (sonderblade) | Date: 2007-03-08 16:34 |
The development version of the stdlib reference is messed up. All pages after this one http://docs.python.org/dev/lib/module-SocketServer.html has all the text in italics. | ||
msg31472 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2007-03-08 17:50 |
The problem was that \em sets italics for the whole LaTeX "scope" while \emph does that only for the following argument. Fixed in rev. 54220, 54221 (2.5) | ||
msg31473 - (view) | Author: Björn Lindqvist (sonderblade) | Date: 2007-03-08 21:30 |
That was FAST. Thanks! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:23 | admin | set | github: 44683 |
2007-03-08 16:34:55 | sonderblade | create |