monty wrote:
> 
> ¿there is any quick way of changing a whole document written in uppercase to
> lowercase?. I hope so, otherwise, i'll spend a extremly funny time doing it
> (it's nine pages long).

a solution on the run ...
export it as ascii, or copy and paste the text in an
ascii-editor and save it as old.txt. 
than run bash-command

tr "A-Z" "a-z" < old.txt > new.txt

and insert new.txt as paragraphs in lyx.
the only thing you have to do, is to mark the
chapter/section headers new.

Herbert


-- 
http:[EMAIL PROTECTED]

Reply via email to