Hi,
Has anyone any thoughts about this. To recap: text that is entered using \text{...} is not wrapped. If I want to display with wrap say "
Lorem Ipsum is simply dummy text of the printing and typesetting industry." I have to break up each word and wrap each word with \text{.....}\phantom{.} So my
Lorem Ipsun becomes:
\text{Lorem}\phantom{.}\text{Ipsum}\phantom{.}\text{is}\phantom{.}\text{simply}\phantom{.}\text{dummy}\phantom{.}\text{text}\phantom{.}\text{of}\phantom{.}\text{the}\phantom{.}\text{printing}\phantom{.}\text{and}\phantom{.}\text{typesetting}\phantom{.}\text{industry.} This will wrap but when it is wrapped the lines after the first line all have a leading space. Were it not for the leading spaces I could write a preprocessor that if I put the text that I want rendered as text between \text{full sentence goes here} the preprocessor will strip out each word and replace each word with \text{.....}\phantom{.}
In one regard it is great that MathJax can word wrap lines of math but it is a drawback that it is unable to automatically word wrap a string of text.
All help would be greatly received.
Many thanks,