Herbert Vo� wrote:
> Herbert Vo� schrieb:
>>
>> \let\myTitle\title
>> \renewcommand{\title}[1]{%
>> \myTitle{%
>> \fontsize{72}{72}\selectfont%
>> #1
>> }%
>> }
>
> sorry, should be
>
> \usepackage{setspace}
> \let\myTitle\title
> \renewcommand{\title}[1]{%
> \myTitle{%
> \setstretch{0.5}%
> \fontsize{72}{72}\selectfont%
> #1
> }%
> }
Thanks Herbert.
What about 'author'. I tried just copying your title example, but it
gives weird results. See attached lyx file.
I want
\begin{title}
(100pt) title
\end{title}
\begin{author}
Graphic (72pt) name
(72pt) Address
(72pt typewriter) email address
\end{author}
Note however, that title (100pt) and name(72pt) are the same size.
Moreover, Address and emasil address are 'normal' size.
Any clues on how to proceed?
--
Angus#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass extarticle
\begin_preamble
%% Use a Sans Serif font as default
\renewcommand{\familydefault}{cmss}
%% Turn off page numbering
[EMAIL PROTECTED]@empty
[EMAIL PROTECTED]
\usepackage{setspace}
\let\myTitle\title
\renewcommand{\title}[1]{%
\myTitle{%
\setstretch{0.5}%
\bfseries\fontsize{100}{100}\selectfont%
#1
}%
}
\let\myAuthor\author
\renewcommand{\author}[1]{%
\myAuthor{%
\bfseries\fontsize{72}{72}\selectfont%
#1
}%
}
%% The spacing between columns in two-column mode
\setlength{\columnsep}{1cm}
%% Set the sections to be bold but otherewise the same size
%% as normal text
\newlength{\spaceUnderSection}
\newlength{\spaceOverSection}
\setlength{\spaceUnderSection}{0.1ex plus .2ex} %
\setlength{\spaceOverSection}{1.5ex plus -1ex minus-.2ex} %
[EMAIL PROTECTED] [EMAIL PROTECTED]
{\spaceOverSection}%
{\spaceUnderSection}%
{\normalfont\bfseries}}
\end_preamble
\language english
\inputencoding auto
\fontscheme ae
\graphics default
\float_placement b
\paperfontsize 20
\spacing single
\papersize a3paper
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 1
\use_numerical_citations 0
\paperorientation landscape
\leftmargin 1cm
\topmargin -0.5cm
\rightmargin 1cm
\bottommargin 0.5cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip bigskip
\quotes_language english
\quotes_times 2
\papercolumns 2
\papersides 1
\paperpagestyle default
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
date{} %%don't print the date
\end_inset
\layout Title
Predicting the mixing of ultra-fine particles in a model lung acinus
\layout Author
\pagebreak_bottom
\begin_inset Tabular
<lyxtabular version="3" rows="1" columns="2">
<features>
<column alignment="left" valignment="center" width="7cm">
<column alignment="center" valignment="top" width="0pt">
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\layout Standard
Graphic
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true"
rightline="true" usebox="none">
\begin_inset Text
\layout Standard
A.D.
Leeming
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\newline
Address
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
\backslash
[1ex]
\end_inset
\newline
\family typewriter
[EMAIL PROTECTED]
\layout Section*
Introduction
\layout Standard
Blah
\the_end