Hi Matej, Looks good from a casual read, and I'll try this, but your email brings up a much more serious topic -- *how the heck did you learn this???*
I know you didn't learn it in Kopka and Daly's "Guide to LaTeX", because I read that book cover to cover and there were no more than a few sentences on the use of the \let TeX primative. You've given me several suggestions like this, most of which are incorporated in the .layout files of my various books. Could you please tell me (and everyone else on this list) where you learned this, and how, and a little about your mental state and process when you learned this. The lyx-users list has discussion after discussion about how to make a customized environment, command, or whatever. The typical response is "use package whatever" or "you don't need that feature". If all of us learned what you know about LaTeX and TeX (\let is pure TeX from what I understand), we'd all be much happier LyX users if we could whip out a quick LaTeX solution to our formatting needs. Thanks so much SteveT On Wednesday 14 June 2006 09:34 am, Matej Cepl wrote: > Steve Litt wrote: > > If you notice, most modern books have two lines to their title, as in: > > > > =============================== > > Guide to LaTeX > > Tools and Techniques for Computer Typesetting > > =============================== > > Try this one. Basically it means redefinition of [EMAIL PROTECTED] like this > (notice using [EMAIL PROTECTED], which is per default [EMAIL PROTECTED]): > > [EMAIL PROTECTED]@empty > [EMAIL PROTECTED] > [EMAIL PROTECTED] > \newpage > \null > \vskip 2em% > \begin{center}% > \let \footnote \thanks > {\LARGE \bfseries [EMAIL PROTECTED] \par}% > [EMAIL PROTECTED]@empty > \else > [EMAIL PROTECTED] [EMAIL PROTECTED] > \fi > \vskip 1.5em% > {\large > \lineskip .5em% > \begin{tabular}[t]{c}% > [EMAIL PROTECTED] > \end{tabular}\par}% > \vskip 1em% > {\large [EMAIL PROTECTED] > \end{center}% > \par > \vskip 1.5em} > > > and now we fill [EMAIL PROTECTED] with some stuff (if desired): > > [EMAIL PROTECTED] > > The redefinition of [EMAIL PROTECTED] goes to the Preamble section of Title > style, and definition of \subtitle into Preamble section of Subtitle style. > Size of the font can be changed in [EMAIL PROTECTED] > > Is this what you want? > > Matěj