You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org> on 2009/06/10 14:02:42 UTC

[jira] Created: (DOXIA-338) Section numbering and links

Section numbering and links
---------------------------

                 Key: DOXIA-338
                 URL: http://jira.codehaus.org/browse/DOXIA-338
             Project: Maven Doxia
          Issue Type: Bug
          Components: Book
    Affects Versions: 1.1.1
         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
            Reporter: Nathan Sowatskey
         Attachments: doxia-site-test.zip

Hi

The attached project exhibits two issues that I would like to discuss:

 - Section numbering
 - Internal links

With section number, I see this:

1. Chapter 1 
...
1. First Section 

Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.

If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.

On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.

Thanks

Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180150#action_180150 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

Hi

Thanks for looking at this.

The link that does not work is in the body of the section. The TOC links work, the one in the body of the text doesn't.

Regards

Nathan

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180457#action_180457 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

For the second goal you suggested, I got:

Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'pdf'.
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-pdf-plugin: checking for updates from central
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-pdf-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Tue Jun 16 15:42:04 CEST 2009
[INFO] Final Memory: 2M/4M
[INFO] ------------------------------------------------------------------------

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=184963#action_184963 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

Hi

What is the status on this patch please?

Thanks

Nathan

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>            Assignee: Vincent Siveton
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-338) Section numbering and links

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-338.
---------------------------------

    Resolution: Fixed

fixed in [r798303|http://svn.apache.org/viewvc?rev=798303&view=rev], snapshot deployed

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>            Assignee: Vincent Siveton
>             Fix For: 1.1.2
>
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179994#action_179994 ] 

Lukas Theussl commented on DOXIA-338:
-------------------------------------

The chapter numbering is a general problem for aggregating Sinks, I have related issues with the pdf plugin (MPDF-10). The problem is  that there is no notion of 'chapter' or 'part' in the Sink API. I think at the very least we should add a chapter element to the DocumentModel TOC but how this will integrate with the book code, no idea.

The links are working for me or am I missing something?

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-338) Section numbering and links

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated DOXIA-338:
----------------------------------

    Attachment: DOXIA-338.diff

Here is a patch for your requirements. 
Test under your test case and also mvn pdf:pdf -Dimplementation=itext

Waiting for your comments before to apply

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=183046#action_183046 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

Hi

What is the status on this patch please?

Thanks

Nathan

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=181090#action_181090 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

Has this been applied yet?

Thanks

Nathan

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=181183#action_181183 ] 

Lukas Theussl commented on DOXIA-338:
-------------------------------------

The vote for doxia 1.1.1 is currently open, this patch didn't make it into that release. If the vote fails I could have a quick look, otherwise it will go into 1.1.2.

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180456#action_180456 ] 

Nathan Sowatskey commented on DOXIA-338:
----------------------------------------

The numbers work nicely! :-)

The link doesn't yet though.

If I click on "- Second Section " in the TOC, I jump straight to the Second Section.

If I click on "See Second Section below." nothing happens.

I have attached my project again, but this time with the target dir.

Thanks :-)

Nathan

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-338) Section numbering and links

Posted by "Nathan Sowatskey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Sowatskey updated DOXIA-338:
-----------------------------------

    Attachment: doxia-site-test.zip

Look at the pdf in target, and maybe some other clues in target also.

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-338) Section numbering and links

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-338:
--------------------------------

    Fix Version/s: 1.1.2

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>            Assignee: Vincent Siveton
>             Fix For: 1.1.2
>
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-338) Section numbering and links

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-338:
--------------------------------

    Assignee: Vincent Siveton

> Section numbering and links
> ---------------------------
>
>                 Key: DOXIA-338
>                 URL: http://jira.codehaus.org/browse/DOXIA-338
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Book
>    Affects Versions: 1.1.1
>         Environment: Java 5, OSX 10.5.7, Maven 2.1.0
>            Reporter: Nathan Sowatskey
>            Assignee: Vincent Siveton
>         Attachments: DOXIA-338.diff, doxia-site-test.zip, doxia-site-test.zip
>
>
> Hi
> The attached project exhibits two issues that I would like to discuss:
>  - Section numbering
>  - Internal links
> With section number, I see this:
> 1. Chapter 1 
> ...
> 1. First Section 
> Note that the Chapter and the first section of the Chapter have the same number. I would like the first section to be numbered 1.1, i.e. prepended by the chapter number.
> If you look at chapter two, the chapter and first section are not the same. This is fine, but you can see that the first section in chapter 2 has the same number as the first section in chapter. Overall, then, the section numbers in the document are not unique. If we prepended with the chapter number, they would be.
> On internal linking, the link in "See Second Section below." doesn't work. The link in the TOC does though.
> Thanks
> Nathan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira