Fix #2231: Use DUrole instead of DUspan for custom roles in LaTeX writer

This commit is contained in:
Takeshi KOMIYA
2016-01-16 02:12:17 +09:00
parent 3432377669
commit 6b36b31984
3 changed files with 14 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ Incompatible changes
to accelerate stemming.
* Now sphinx_rtd_theme become optional. Please install it manually.
Refs #2087, #2086, #1845 and #2097. Thanks to Victor Zverovich.
* #2231: Use DUrole instead of DUspan for custom roles in LaTeX writer. It enables to take
title of roles as an argument of custom macros.
Features added