Using rst how does one avoid a space between an italic word and a literal 
word ?

The attached rst file demonstrates the problem:

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/b8f5c22a-7077-40c4-aeda-baa2ab31fe66n%40googlegroups.com.
Space Between Italic and Literal Words
######################################

Notation
********

<sp>
    is a space character

<bq>
    is a back quote character

<st>
    is a star character

Problem
*******
The input 

| <st>prefix<st><sp><bq><bq>/lib<bq><bq>

generates the following output:

| *prefix* ``/lib`` 

I would like to know how to avoid the space between *prefix* and ``/lib`` ?

Reply via email to