Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-angg "LATEX/2018marciopalmares.tex")
% (defun c () (interactive) (find-LATEXsh "lualatex -record 2018marciopalmares.tex"))
% (defun d () (interactive) (find-xpdfpage "~/LATEX/2018marciopalmares.pdf"))
% (defun b () (interactive) (find-zsh "bibtex 2018marciopalmares; makeindex 2018marciopalmares"))
% (defun e () (interactive) (find-LATEX "2018marciopalmares.tex"))
% (defun u () (interactive) (find-latex-upload-links "2018marciopalmares"))
% (find-xpdfpage "~/LATEX/2018marciopalmares.pdf")
% (find-sh0 "cp -v  ~/LATEX/2018marciopalmares.pdf /tmp/")
% (find-sh0 "cp -v  ~/LATEX/2018marciopalmares.pdf /tmp/pen/")
%   file:///home/edrx/LATEX/2018marciopalmares.pdf
%               file:///tmp/2018marciopalmares.pdf
%           file:///tmp/pen/2018marciopalmares.pdf
% http://angg.twu.net/LATEX/2018marciopalmares.pdf
\documentclass[oneside]{book}
\usepackage[colorlinks]{hyperref} % (find-es "tex" "hyperref")
%\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{pict2e}
\usepackage{color}                % (find-LATEX "edrx15.sty" "colors")
\usepackage{colorweb}             % (find-es "tex" "colorweb")
%\usepackage{tikz}
%
% (find-dn6 "preamble6.lua" "preamble0")
%\usepackage{proof}   % For derivation trees ("%:" lines)
%\input diagxy        % For 2D diagrams ("%D" lines)
%\xyoption{curve}     % For the ".curve=" feature in 2D diagrams
\catcode`\^^J=10                      % (find-es "luatex" "spurious-omega")
\directlua{dofile "dednat6load.lua"}  % (find-LATEX "dednat6load.lua")
\def\expr#1{\directlua{output(tostring(#1))}}
\def\eval#1{\directlua{#1}}
%
\usepackage{edrx15}               % (find-angg "LATEX/edrx15.sty")
\input edrxaccents.tex            % (find-angg "LATEX/edrxaccents.tex")
\input edrxchars.tex              % (find-LATEX "edrxchars.tex")
\input edrxheadfoot.tex           % (find-dn4ex "edrxheadfoot.tex")
\input edrxgac2.tex               % (find-LATEX "edrxgac2.tex")
%
\begin{document}

\catcode`\^^J=10
%\directlua{dednat6dir = "dednat6/"}
%\directlua{dofile(dednat6dir.."dednat6.lua")}
%\directlua{texfile(tex.jobname)}
%\directlua{verbose()}
%\directlua{output(preamble1)}
%\def\expr#1{\directlua{output(tostring(#1))}}
%\def\eval#1{\directlua{#1}}
%\def\pu{\directlua{pu()}}

\directlua{dofile "edrxtikz.lua"} % (find-LATEX "edrxtikz.lua")
\directlua{dofile "edrxpict.lua"} % (find-LATEX "edrxpict.lua")
%L V.__tostring = function (v) return format("(%.3f,%.3f)", v[1], v[2]) end

\end{document}

% Local Variables:
% coding: utf-8-unix
% End