|
|
|||
![]() |
Department of Engineering |
| University of Cambridge > Engineering Department > computing help |
\newpage.
mbox. E.g.,
One shouldn't try to break up \mbox\emph{relationships}
You can create vertical space \vspace{.5cm} between lines
or horizontal space \hspace{1.5cm} between words.
The arguments to these commands can be negative.
creates
\vspace*
will create space even at the top of a page. It's sometimes useful
to create stretchable space. The following creates space that pushes
the letters to the edge of the page
\noindent A\hspace{\stretch{1}} B\\
C\hspace{\stretch{1}} D
A B C D
Do them like this\footnote{I told you so.}
Do them like this1
The footnotes are numbered by default. If you want to use symbols
(stars, daggers etc) then you need to redefine how the footnote
counter is displayed.
\def\thefootnote{\fnsymbol{footnote}}
Do them like this\marginpar{margin note}
Do them like this
\label{THE_END}.
The last page (page \pageref{THE_END}) is in section
\ref{THE_END} produces The
last page (page
) is in section 6.
You'll have to run LATEX at least twice to pick up forward references
like these.
\fbox
Help. I'm \fbox{trapped}
Help. I'm
\rule takes 2 arguments; a width and a
height, so
\rule{\textwidth}{1pt} produces
| | computing help | |