Examples:
Case (1) (for two-column):
First part:
\usepackage{float}
\usepackage{multicol}
Second part:
\begin{figure}[H]
\includegraphics[width=0.45\textwidth]{frog.eps}
\caption{Frog .}
\end{figure}
Examples:
Case (1) (for two-column):
First part:
\usepackage{float}
\usepackage{multicol}
Second part:
\begin{figure}[H]
\includegraphics[width=0.45\textwidth]{frog.eps}
\caption{Frog .}
\end{figure}
Examples:
\begin{enumerate}
\item
\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
\item
\begin{tabular}{ l | c | r }
Commands:
Step 1. \usepackage{multicol}
Step 2.
\begin{multicols}{#} - # = 2 -> two-column, if # = 3 -> three-column.
...
\end{multicols}
Example:
\documentclass[a4paper]{article}
%% Language and font encodings
Commands:
Example:
{\tiny sans-serif family}, {\scriptsize boldface}, {\footnotesize upright shape}
Result: