Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorinfo is wrong with the docbook backend #156

Closed
pilhuhn opened this issue Feb 2, 2013 · 1 comment
Closed

Authorinfo is wrong with the docbook backend #156

pilhuhn opened this issue Feb 2, 2013 · 1 comment
Assignees
Milestone

Comments

@pilhuhn
Copy link
Member

pilhuhn commented Feb 2, 2013

I have this input:

RHQ
===
Heiko W. Rupp <hwr@pilhuhn.de>
:Author Initials: HWR
:toc:
:icons:
:numbered:
:website: http://www.pilhuhn.de/hwr
:author: Heiko W. Rupp`

asciidoc creates

<bookinfo>
    <title>RHQ</title>
    <author>
        <firstname>Heiko</firstname>
        <othername>W.</othername>
        <surname>Rupp</surname>
        <email>hwr@pilhuhn.de</email>
    </author>
    <authorinitials>HWR</authorinitials>
</bookinfo>

(see the correct split into firstname and surname etc.

asciidoctor creates

<bookinfo>
  <title>RHQ</title>
  <date>2013-01-31</date>
  <author>
    <firstname>Heiko W. Rupp <hwr@pilhuhn.de></firstname>
  </author>
  <authorinitials>HWR</authorinitials>
mojavelinux added a commit to mojavelinux/asciidoctor that referenced this issue Feb 3, 2013
- allow for a trailing dot in any one of the author's names
- add test case
@mojavelinux
Copy link
Member

Fix uploaded, pending merge.

erebor added a commit that referenced this issue Feb 3, 2013
resolve issue #156 trailing dot in author name
@ghost ghost assigned mojavelinux Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants