I am working on Lyx with Preamble, I used to set the word space with everysel as below:
\usepackage{everysel}
\EverySelectfont{%
\fontdimen2\font=0.3em% interword space
}
However, the design I am working on has to perform well in a very small format, hence I opt to use ragged2e to set ragging right with hyphenation:
\usepackage{ragged2e}
\RaggedRight
With a sense of despondency, this seems to disable the everysel, the manual said when ragged2e is called upon, the everysel is automatically loaded, however, I don't seem to be able to get it working.
So to sum up, my question is, how to set the text ragging right, with hyphenation and maintaining the control of word space?
\EverySectFontafter\usepackage{ragged2e}. Otherwise add a minimal working example (MWE) that illustrates your problem. – Speravir Sep 3 '12 at 17:28ragged2eI'm curious if you think code for this should be added to the package. – Martin Schröder Sep 3 '12 at 19:56