You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2011/07/01 21:05:42 UTC

[jira] Created: (DOXIA-435) Linking in generated PDF (pdflatex) does not work correctly

Linking in generated PDF (pdflatex) does not work correctly
-----------------------------------------------------------

                 Key: DOXIA-435
                 URL: https://jira.codehaus.org/browse/DOXIA-435
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Latex
            Reporter: Karl Heinz Marbaise


I have serveral .apt documentation files from which i can create a site which is perfectly linked.

I use code like the following to link to other areas of the site:
{code}
{{{./it-example.html}Integration test example}}
{code}

The problem i found is that if i compile the generated .tex files via pdflatex into a PDF file the links in the PDF don't work. They links like the above always link to the first page of the PDF.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-435) Linking in generated PDF (pdflatex) does not work correctly

Posted by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/DOXIA-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=272085#comment-272085 ] 

Karl Heinz Marbaise commented on DOXIA-435:
-------------------------------------------

What i missed that i got warnings during the pdflatex generation:
{code}
Underfull \vbox (badness 10000) has occurred while \output is active [25]
[26]) (./mp-it-example.tex [27] [28] [29]) [30] (./maui-guide.aux) )
(see the transcript file for additional information)pdfTeX warning (dest): name
{./mp-it-source-example.html} has been referenced but does not exist, replaced 
by a fixed one

pdfTeX warning (dest): name{./mp-it-example.html} has been referenced but does 
not exist, replaced by a fixed one

pdfTeX warning (dest): name{./it-example-1.html} has been referenced but does n
ot exist, replaced by a fixed one

pdfTeX warning (dest): name{./it-example.html} has been referenced but does not
 exist, replaced by a fixed one

pdfTeX warning (dest): name{./examples.html} has been referenced but does not e
xist, replaced by a fixed one

pdfTeX warning (dest): name{./ut-example-mu.html} has been referenced but does 
not exist, replaced by a fixed one

pdfTeX warning (dest): name{./ut-example.html} has been referenced but does not
 exist, replaced by a fixed one

pdfTeX warning (dest): name{./overview-mp-it.html} has been referenced but does
 not exist, replaced by a fixed one

pdfTeX warning (dest): name{./overview-integration-test.html} has been referenc
ed but does not exist, replaced by a fixed one

pdfTeX warning (dest): name{./overview-unit-test.html} has been referenced but 
does not exist, replaced by a fixed one

{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type
1/urw/courier/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/times/utmb8a
.pfb></usr/share/texmf-texlive/fonts/type1/urw/times/utmr8a.pfb></usr/share/tex
mf-texlive/fonts/type1/urw/times/utmri8a.pfb>
Output written on maui-guide.pdf (30 pages, 157369 bytes).
{code}

> Linking in generated PDF (pdflatex) does not work correctly
> -----------------------------------------------------------
>
>                 Key: DOXIA-435
>                 URL: https://jira.codehaus.org/browse/DOXIA-435
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Latex
>            Reporter: Karl Heinz Marbaise
>
> I have serveral .apt documentation files from which i can create a site which is perfectly linked.
> I use code like the following to link to other areas of the site:
> {code}
> {{{./it-example.html}Integration test example}}
> {code}
> The problem i found is that if i compile the generated .tex files via pdflatex into a PDF file the links in the PDF don't work. They links like the above always link to the first page of the PDF.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira