OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] How to remove space after tag?


Your editor is misconfigured, broken, or just plain evil. See if it can
be configured not to do that (for example, in XMetaL, there's a .ctm
file that defines what formatting should be done for various elements.
You can tell it not to do anything for inline elements, but to pretty
print block elements.

David 

> -----Original Message-----
> From: Paul Spencer [mailto:paulspencer@mindspring.com] 
> Sent: Friday, January 23, 2009 10:19 AM
> To: docbook@lists.oasis-open.org
> Subject: [docbook] How to remove space after tag?
> 
> The editor I am using reformats the DocBook 5 XML source file.  This  
> becomes an issue when some of the characters in a word are bolded.   
> Below are two examples that bolds the first letter of the 
> word "Insert".  The first example produces the correct 
> output, but the second listing adds a space between the "I" 
> and the "n"
> <entry>
>   <emphasis role="strong">I</emphasis>nsert </entry>
> 
> <entry>
>   <emphasis role="strong">I</emphasis>
>   nsert
> </entry>
> 
> Since the example is the result of my editor's reformatting 
> and I do not want the space after the first letter of the 
> word, I am looking for suggestions.
> 
> Paul Spencer
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
> 
> 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]