View Single Post
Old 09-24-2009, 12:29 PM   #82
ahi
Wizard
ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.
 
Posts: 1,790
Karma: 507333
Join Date: May 2009
Device: none
This is a substantially different example now though... with four (space-separated) holistically formatted words, instead of two words with formatting change mid-word for one.

I believe current incarnations of my program would generate:

Code:
\textit{italic} \textbf{\textit{bold italic}} \textbf{bold}
]

or

Code:
\textit{italic} \textit{\textbf{bold italic}} \textbf{bold}
]

So... neither, I guess? The formatting preprocessor would "blank" the formatting of the space after the first italic, and the space before the second bold due to a lack of uniform formatting on both sides of the space character.

- Ahi
ahi is offline   Reply With Quote