Peter Clark wrote: > First question: how does one go about joining two PDF files? (I'm running > Linux).
I don't know if there a linux command, but you can do it with LyX http://www.lyx.org/help/pdf/pdf.php3#a5 > Second question: is there an easy way to go from single spacing to double > spacing in LyX? I've created a fancy layout for my title pages, but when I > doublespace my reports, the title page also gets doublespaced and looks > awful. So is there some way to tell LyX to doublespace everything _except_ > the title page? choose singlespacing as default, insert in preamble \usepackage{setspace} and write \doublespacing in tex(red) where you need it and \singlespacing to toggle back. Herbert -- http://www.lyx.org/help/
