Re: Maybe a bug in rst2latex
Guenter Milde <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <[email protected]> |
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
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.