I am having problems using the ragged2e package.  I am trying to
learn how to use it in raw latex so I can incorporate some of the
commands in Lyx.

I have the follwing document:

\documentclass{article}
\usepackage{ragged2e}
%\setlength{\RaggedRightParindent}{\parindent}
%\setlength{\RaggedRightRightskip}{\rightskip}
% I am keeping these variables out of my preamble in an effort
% to learn how to use latex

\RaggedRight

\begin{document}



\setlength{\parindent}{10 mm}
\setlength{\RaggedRightRightskip}{10 mm}

Any text here....

The problem is, that I cannot get the \RaggedRightRightskip Sto
indent 10 mm like I want it to.   Otherwise, everything works. 
The text is ragged on the right hand side, and I am getting the
exact indent of the first line that I want.

If I use this command, then I get the indent that I want, but I
lose the ragged right text:

\setlength{\rightskip}{10 mm}

If I use the following command, then nothing happens:

\addtolength{\rightmargin}{10 mm}

If I simply add the right preamble in Lyx, and choose to format
my paragraph with 10 mm indentation, then I can get it to work. 
But I would really like to know how to do this in latex.

I have looked at a number of tutorials, and while I understand
how to manipulate text in latex, I cannot do so with ease in the
ragged enviroment.

Thanks!

Paul

--

************************
*Paul Tremblay         *
*[EMAIL PROTECTED]*
************************

Reply via email to