[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#963128: pandoc: conversion from docbook: missing space between firstname and lastname



Control: tags -1 confirmed
Control: found -1 2.8.1-1

Quoting Vincent Lefevre (2020-06-19 13:56:31)
> When converting from docbook, a space is missing between the firstname
> and the lastname in the generated file:
> 
> <?xml version="1.0"?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
> <book>
> 
> <bookinfo>
> <title>Title</title>
> <author>
> <firstname>Firstname</firstname><surname>Lastname</surname>
> </author>
> <releaseinfo>1.17</releaseinfo>
> </bookinfo>
> 
> <para>Text.</para>
> 
> </book>
> 
> $ pandoc -s -f docbook manual.xml -t html
> [...]
> <p class="author">FirstnameLastname</p>
> [...]
> 
> $ pandoc -s -f docbook manual.xml -t texinfo
> [...]
> @author FirstnameLastname
> [...]

Thanks!

Confirmed, also with newer release 2.8.1-1.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


Reply to: