This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook] Formating comand line arguments


Hi I have the folowing code

<screen>
<prompt>bash$ </prompt>
<command>./configure<replaceable> --with-winbind --prefix=/usr/local/samba 
--sysconfdir=/etc/samba --with-configdir=/etc/samba
--with-privatedir=/etc/samba/private --with-lockdir=/var/lock
--with-smbmount --with-quotas --with-winbind-auth-challenge
--with-automount
</replaceable></command>
</screen>

the problem is that I would like to break the lines inside this code
so it will look somthing like this (I hope that the mime formating
works here)

./configure --with-winbind --prefix=/usr/local/samba 
		--sysconfdir=/etc/samba --with-configdir=/etc/samba
                --with-privatedir=/etc/samba/private --with-lockdir=/var/lock 
		--with-smbmount --with-quotas --with-winbind-auth-challenge --with-automount

How can I accomplish a formating like this, as far as I know docbook
does not hav LaTeX-like
verbatim or html <br> tags, so can this only be done in the xsl ?



Regards.

Lars Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]