http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nameref
The way that works for me is the nameref command from within hyperref package. One possible usage is:
\section*{foo}
\label{sec:foo}
...
\nameref{sec:foo}
\section*{foo}
\label{sec:foo}
...
\nameref{sec:foo}
\newpage
\mbox{}
\newpage
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\usepackage[landscape]{geometry}\documentclass[landscape,twocolumn,letterpaper]{article}
some more hints at
http://texblog.org/2007/11/10/landscape-in-latex/
\begin{figure}[h] \hfill \begin{minipage}[t]{.45\textwidth} \begin{center} \epsfig{file=figure1.eps, scale=0.5} \caption{figure 1} \label{fig-tc} \end{center} \end{minipage} \hfill \begin{minipage}[t]{.45\textwidth} \begin{center} \epsfig{file=figure2.eps, scale=0.5} \caption{figure 2} \label{fig-tc} \end{center} \end{minipage} \hfill \end{figure}
\\Well, it works, bit it is actually not new line, but starting a new paragraph
\\*
\graphicspath{{./mypics/}}after the includes.
\usepackage{verbatim}
...
\begin{comment}
...
commented text
...
\end{comment}
see http://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing for more detils\section{Greetings} \label{sec:greetings} Hello! \section{Referencing} I greeted in section~\ref{sec:greetings}.
$\left\{
\begin{array}{l c l}
x &\rightarrow& y \\
z &\rightarrow& w
\end{array}
\right.$
$
\frac{\partial\x} {\partial{\theta}}$
$x_{k+1}\ =\ x_k+w_k$