emacs; rectangles
Use with C-SPC.
C-x r k ; kill rectangles
C-x r y ; yank rectangles
C-x r t ; insert rectangles
eg.
a
a
a
a
a
C-x r t >
>a
>a
>a
>a
>a
LaTeX; Making Tables
\begin{table} … \end{table} <- difficult
table.eps <- easy
- Openoffice Spreadsheet; Make a table
- Select the table -> Copy it
- GIMP -> Paste It
- output -> .eps
Paste the table to .tex as an eps file .
LaTeX; Insert pictures
GIMP
output -> eps
.tex; preamble
\usepackage[dvips]{graphicx}
.tex
\begin{figure}[h]
\begin{center}
\includegraphics[width=**cm,keepaspectratio,clip]{filename.eps}
\end{center}
\caption{filename}
\end{figure}
Killall; process killing with process name (not ID)
$ killall process
For example,
# killall gnome-terminal
kills gnome-terminal.
February 25, 2008
February 24, 2008
February 19, 2008