Next in thread → Next in month →

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

From
David Cramer <>
Date
2009-01-23T21:33:14+00:00
ID
Thread
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:] 
> Sent: Friday, January 23, 2009 10:19 AM
> To: 
> 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: 
> For additional commands, e-mail: 
> 
>
Next in thread → Next in month →