Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% (find-angg "LATEX/2013-2-GA-P1A.tex") % (find-angg "LATEX/2013-2-GA-P1A.lua") % (defun c () (interactive) (find-zsh "cd ~/LATEX/ && latex 2013-2-GA-P1A.tex")) % (defun c () (interactive) (find-zsh "cd ~/LATEX/ && lualatex 2013-2-GA-P1A.tex")) % (defun d () (interactive) (find-dvipage "~/LATEX/2013-2-GA-P1A.dvi")) % (find-dvipage "~/LATEX/2013-2-GA-P1A.dvi") % (find-pspage "~/LATEX/2013-2-GA-P1A.ps") % (find-pspage "~/LATEX/2013-2-GA-P1A.pdf") % (find-xpdfpage "~/LATEX/2013-2-GA-P1A.pdf") % (find-zsh0 "cd ~/LATEX/ && dvipdf 2013-2-GA-P1A.dvi 2013-2-GA-P1A.pdf") % (find-zsh0 "cd ~/LATEX/ && dvips -D 300 -o 2013-2-GA-P1A.ps 2013-2-GA-P1A.dvi") % (find-zsh0 "cd ~/LATEX/ && dvips -D 600 -P pk -o 2013-2-GA-P1A.ps 2013-2-GA-P1A.dvi && ps2pdf 2013-2-GA-P1A.ps 2013-2-GA-P1A.pdf") % (find-zsh0 "cd ~/LATEX/ && dvips -D 300 -o tmp.ps tmp.dvi") % (find-pspage "~/LATEX/tmp.ps") % (ee-cp "~/LATEX/2013-2-GA-P1A.pdf" (ee-twupfile "LATEX/2013-2-GA-P1A.pdf") 'over) % (ee-cp "~/LATEX/2013-2-GA-P1A.pdf" (ee-twusfile "LATEX/2013-2-GA-P1A.pdf") 'over) % (find-twusfile "LATEX/" "2013-2-GA-P1A") % http://angg.twu.net/LATEX/2013-2-GA-P1A.pdf \documentclass[oneside]{book} \usepackage[latin1]{inputenc} \usepackage{edrx08} % (find-dn4ex "edrx08.sty") %L process "edrx08.sty" -- (find-dn4ex "edrx08.sty") \input edrxheadfoot.tex % (find-dn4ex "edrxheadfoot.tex") \begin{document} %* % (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") %* \end{document} % Local Variables: % coding: raw-text-unix % ee-anchor-format: "«%s»" % End: