Geoffrey Lloyd wrote:
Ok I have been struggling with this all day and it seems to me there must be an obvious solution. The layout I would like is as follows: A name and address above each other right aligned - this bit is easy as I can just align the paragraph. Under that a rule as wide as the text above it. Under that a block of text positioned next to a figure. The figure is flush with the right hand margin and the depth of the text is the same as that of the figure. I have tried using a tabular environment but I can't get the top of the text algined with the top of the figure. I have tried text wrpa but that leaves a space above the figure. It is essential that the top of the figure is aligned with the top of the text.
it is easy with the titlepage environment. You can cretae your
own LyX layout for such an environment, then you do not need
TeX code. Here is a LaTeX solution, Tex2Lyx should be possible
Herbert
\documentclass[a4paper,11pt]{article}
\usepackage{array}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\raggedleft
\vspace*{2cm}
\huge\bfseries
Nonstationary Signal\\
Processing with Application to\\
Reverberation Cancellation in\\
Acoustic Environments
\vfill
\normalsize\normalfont
A dissertation submitted to the\\
University of Cambridge for the\\
degree of Doctor of Philosophy
\vfill
{\setlength\arrayrulewidth{2pt}
[EMAIL PROTECTED]>{\raggedleft}p{5.5cm}>[EMAIL PROTECTED]
\multicolumn{2}{r}{\textbf{James Robert Hopgood}}\\
\multicolumn{2}{r}{Queens’ College. November, 2000}\\
\multicolumn{2}{r}{\rule{7cm}{2pt}}\\[-1.5\normalbaselineskip]
\small\textsc{Signal Processing Labaratory}\\
Department of Engineering\\
University of Cambridge &
\raisebox{-1.5\height}{\includegraphics[width=1.4cm]{cam}}
\end{tabular}}
\end{titlepage}
foo
bar
baz
\end{document}
cam.pdf
Description: Adobe PDF document
