[Python-modules-team] Bug#732585: (no subject)
HIGUCHI Daisuke (VDR dai)
dai at debian.org
Thu Dec 19 02:38:18 UTC 2013
Package: python-sphinx
Version: 1.2+dfsg-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
latex writer does not write table hline.
for example,
+-----+-----+
|aaaaa|bbbbb|
+=====+=====+
|11111|22222|
+-----+-----+
|33333|44444|
+-----+-----+
is written below.
\begin{tabulary}{\linewidth}{|L|L|}
\hline
\textsf{\relax
aaaaa
} & \textsf{\relax
bbbbb
}\\
\hline
11111
&
22222
\\
33333
&
44444
\\
\hline\end{tabulary}
i expected \hline after '22222 \\' line.
it may be caused by this commit.
https://bitbucket.org/birkenfeld/sphinx/diff/sphinx/writers/latex.py?diff2=6e80ccdfcea3&at=default#Lsphinx/writers/latex.pyF754
reverted this block, then latex writer writes table hline.
- -- System Information:
Debian Release: jessie/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-sphinx depends on:
ii python 2.7.5-5
ii python-docutils 0.11-2
ii python-jinja2 2.7.1-1
ii python-pygments 1.6+dfsg-1
ii sphinx-common 1.2+dfsg-1
Versions of packages python-sphinx recommends:
ii python-pil 2.2.1-3
pn sphinx-doc <none>
Versions of packages python-sphinx suggests:
pn dvipng <none>
pn jsmath <none>
pn libjs-mathjax <none>
ii texlive-fonts-recommended 2013.20131112-1
ii texlive-latex-extra 2013.20131112-1
ii texlive-latex-recommended 2013.20131112-1
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCAAGBQJSslwVAAoJEHg5YZ3UOWaOTL8P/37mr0uo9p5K9FXefbrbUM9g
AoGmR9DNfwiat2rZ+cB8zD0+C5xbBauANtNGkq0zAEqR99V0xShgVhrgCKJjiZVH
kmm2hi45YZoCqplgKCsXbrLS23QNPmpZBM+JpyNyd5+GxJyvYv8Ux6b2o8T6DW7A
Pieq4Inhe/W83vo8hh46dufMTtkfYCHdz8NmvNPeGE2NF1g6tFqoMuAMk4jYq09I
BsOvfyTfKAIUkRN2xdiJXTyhX73+Dk+I7sPhYxruEGgCcxtfpVVwt91kdZRBs0OL
wuSIdjVtDBTqp1x1Uc+dJbodgGTNswN5COzaxNFx9JpaV9NwXrkaLem6tXAwiQbN
hWJuUeQ2/eiiZkTEz0hIspz9hawynuF+2klLqPfvLckYMJTapCRMuCcL8yNp5naF
OcqdITPRuIhY6sYkbg0axd/CeeC9+lhCYvim6lcjFtH1MT7PuVcqZdNb/S/IDLL2
iDaF0Wjb1lRtYaQfFOXSOwuGjT8cYIHIazV1lUWmh85Sz18QNOYbYkUrLLWpGge/
6MDlR00ZsIG3w3nE9XovKEJMIrDDAsDKzb4dcKmYX0+fMLQd7d2XZbyvcGVodD14
LLsvfK1U3a49ZoK12w6ejeEVu6uWWW80fPcrUkYqxGoSd/qEFXau3lHY1YQU+Xba
Bgla5UATStDjpNXOK3gE
=2rOM
-----END PGP SIGNATURE-----
More information about the Python-modules-team
mailing list