New commands can be defined as
\newcommand{\newtag}{your new command}
If you would like to pass arguments to the command it is possible as
\newcommand{\newtag}[1]{your new command, your argument is {#1}}
New commands can be defined as
\newcommand{\newtag}{your new command}
If you would like to pass arguments to the command it is possible as
\newcommand{\newtag}[1]{your new command, your argument is {#1}}
\frac{a}{b}
$A^{\rm T}$
$\mathcal{O}(x^2 + ...)$
$ convert myfile.tif myfile.pdf
\newcommand{\signature}[2][5cm]{
\begin{tabular}
{@{}p{#1}@{}}
\hrule \\[0.05cm]
\centering{#2}
\end{tabular}
}
\flushright\noindent \signature{Firstname Lastname}
\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
\\*