From: Guenter M. <mi...@us...> - 2016-05-30 21:18:59
|
On 2016-05-28, Sergio wrote: > If I run rst2html test.rst > test.html I obtain a file with the links > correctly setted as one can expect. > But if I run > $ rst2latex test.rst > test.tex > $ pdflatex test.tex > I obtain a series of warnings: > LaTeX Warning: Hyper reference `chunk3' on page 2 > undefined on input line 150. > and the links there are not into the resultin pdf. > I can correct this behaviour adding into "test.tex" a series of macro > "\phantomsection\label{chunk1}", but I think this should be done by > rst2latex. You are right. There is no provision for handling of targets for a row of block element (including literal block and lists) in the latex writer. Thank you for the report. I am working on a fix. Günter |