latex, replace `pt by TeX equivalent bp if found in width or height` attribute of an image (ref: #2714)

This commit is contained in:
Takeshi KOMIYA
2016-06-26 12:01:14 +09:00
parent 980da84393
commit efd74a9e14
3 changed files with 11 additions and 12 deletions

View File

@@ -13,6 +13,8 @@ Incompatible changes
it was shipped with Sphinx since 1.3.4).
* latex, literal blocks in tables do not use OriginalVerbatim but
sphinxVerbatimintable which handles captions and wraps lines(ref #2704).
* latex, replace ``pt`` by TeX equivalent ``bp`` if found in ``width`` or
``height`` attribute of an image.
Features added