Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% (find-LATEX "2020prawitz.tex")
% (defun c () (interactive) (find-LATEXsh "lualatex -record 2020prawitz.tex" :end))
% (defun d () (interactive) (find-pdf-page      "~/LATEX/2020prawitz.pdf"))
% (defun d () (interactive) (find-pdftools-page "~/LATEX/2020prawitz.pdf"))
% (defun e () (interactive) (find-LATEX "2020prawitz.tex"))
% (defun u () (interactive) (find-latex-upload-links "2020prawitz"))
% (defun v () (interactive) (find-2a '(e) '(d)) (g))
% (find-pdf-page   "~/LATEX/2020prawitz.pdf")
% (find-sh0 "cp -v  ~/LATEX/2020prawitz.pdf /tmp/")
% (find-sh0 "cp -v  ~/LATEX/2020prawitz.pdf /tmp/pen/")
%   file:///home/edrx/LATEX/2020prawitz.pdf
%               file:///tmp/2020prawitz.pdf
%           file:///tmp/pen/2020prawitz.pdf
% http://angg.twu.net/LATEX/2020prawitz.pdf
% (find-LATEX "2019.mk")

\documentclass[oneside,12pt]{article}
\usepackage[colorlinks,citecolor=DarkRed,urlcolor=DarkRed]{hyperref} % (find-es "tex" "hyperref")
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{pict2e}
\usepackage[x11names,svgnames]{xcolor} % (find-es "tex" "xcolor")
%\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
%
\usepackage{edrx15}               % (find-LATEX "edrx15.sty")
\input edrxaccents.tex            % (find-LATEX "edrxaccents.tex")
\input edrxchars.tex              % (find-LATEX "edrxchars.tex")
\input edrxheadfoot.tex           % (find-LATEX "edrxheadfoot.tex")
\input edrxgac2.tex               % (find-LATEX "edrxgac2.tex")
%
%\usepackage[backend=biber,
%   style=alphabetic]{biblatex}            % (find-es "tex" "biber")
%\addbibresource{catsem-slides.bib}        % (find-LATEX "catsem-slides.bib")
%
% (find-es "tex" "geometry")
\begin{document}

\catcode`\^^J=10
\directlua{dofile "dednat6load.lua"}  % (find-LATEX "dednat6load.lua")

% %L dofile "edrxtikz.lua"  -- (find-LATEX "edrxtikz.lua")
% %L dofile "edrxpict.lua"  -- (find-LATEX "edrxpict.lua")
% \pu

%\printbibliography



%  _____ _ _   _      
% |_   _(_) |_| | ___ 
%   | | | | __| |/ _ \
%   | | | | |_| |  __/
%   |_| |_|\__|_|\___|
%                     
% «title»  (to ".title")

{\setlength{\parindent}{0em}
\footnotesize

Notes on Prawitz ``Natural Deduction'' (1965)

\url{http://www.math.mcgill.ca/rags/ZML/ZML.PDF}

\ssk

These notes are at:

\url{http://angg.twu.net/LATEX/2020prawitz.pdf}

\ssk

See:

\url{http://angg.twu.net/LATEX/2020favorite-conventions.pdf}

\url{http://angg.twu.net/math-b.html\#favorite-conventions}

I wrote these notes mostly to test if the conventions above
are good enough.


}



% (find-books "__logic/__logic.el" "prawitz")
% (find-LATEXfile "2008natded.tex")
% (natdp)
% http://angg.twu.net/LATEX/
% http://angg.twu.net/LATEX/2008natded.pdf

% (find-books "__logic/__logic.el" "negri-vonplato")
% (find-negrivpspfpage (+ 19 61) "4.1. Quantifiers in natural deduction and in sequent calculus")
% (find-negrivpspfpage (+ 19 64)   "Quantifiers in natural deduction")
% (find-negrivpspftext (+ 19 64)   "Quantifiers in natural deduction")


\end{document}

%  __  __       _        
% |  \/  | __ _| | _____ 
% | |\/| |/ _` | |/ / _ \
% | |  | | (_| |   <  __/
% |_|  |_|\__,_|_|\_\___|
%                        
% <make>

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
# (find-LATEXfile "2019planar-has-1.mk")
make -f 2019.mk STEM=2020prawitz veryclean
make -f 2019.mk STEM=2020prawitz pdf

% Local Variables:
% coding: utf-8-unix
% ee-tla: "pra"
% End: