Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-angg "LATEX/tmppgf.tex")
% (find-dn4ex "edrx08.sty")
% (find-angg ".emacs.templates" "s2008a")
% (defun c () (interactive) (find-zsh "cd ~/LATEX/ && pdflatex tmppgf.tex"))
% (defun c () (interactive) (find-zsh "cd ~/LATEX/ && pdflatex tmppgf.tex" 1 '(eek "M->")))
% (defun d () (interactive) (find-xpdfpage "~/LATEX/tmppgf.pdf"))
% (find-xpdfpage "~/LATEX/tmppgf.pdf")

% (find-es "diagrams" "tikz")

\documentclass[oneside]{book}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
\begin{document}

% (find-LATEXgrep "grep -nH -e pagestyle *.tex")
\pagestyle{empty}

\begin{tikzpicture}
% (find-angg ".emacs.papers" "pgf")
% (find-pgfmanualpage  20 "teaching his students" "about sine and cosine")
% (find-pgfmanualtext  20 "teaching his students" "about sine and cosine")
  \draw (-1.5,0) -- (1.5,0);
  \draw (0,-1.5) -- (0,1.5);
\end{tikzpicture}

Foo

bar

\begin{tikzpicture}
  [Karl's grid/.style ={help lines,color=#1!50},
   Karl's grid/.default=blue]
  \draw[Karl's grid]     (0,0) grid (1.5,2);
  \draw[Karl's grid=red] (2,0) grid (3.5,2);
\end{tikzpicture}


Plic

\begin{tikzpicture}
\tikz \draw[help lines] (0,0) grid (3,3);
\end{tikzpicture}


% (find-LATEXfile "2011ebl-defs.tex" "\\def\\dagGuillPrime")





\end{document}

%\usepackage{edrx08}       % (find-dn4ex "edrx08.sty")
%L process "edrx08.sty"  -- (find-dn4ex "edrx08.sty")
%\input edrxheadfoot.tex   % (find-dn4ex "edrxheadfoot.tex")
%\input tmppgf.dnt

%*
% (eedn4-51-bounded)

%Index of the slides:
%\msk
% To update the list of slides uncomment this line:
%\makelos{tmp.los}
% then rerun LaTeX on this file, and insert the contents of "tmp.los"
% below, by hand (i.e., with "insert-file"):
% (find-fline "tmp.los")
% (insert-file "tmp.los")

%*

% Local Variables:
% coding:           raw-text-unix
% ee-anchor-format: "«%s»"
% End: