Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% (find-LATEX "2020borceux1.tex") % (defun c () (interactive) (find-LATEXsh "lualatex -record 2020borceux1.tex" :end)) % (defun D () (interactive) (find-pdf-page "~/LATEX/2020borceux1.pdf")) % (defun d () (interactive) (find-pdftools-page "~/LATEX/2020borceux1.pdf")) % (defun e () (interactive) (find-LATEX "2020borceux1.tex")) % (defun u () (interactive) (find-latex-upload-links "2020borceux1")) % (defun v () (interactive) (find-2a '(e) '(d)) (g)) % (find-pdf-page "~/LATEX/2020borceux1.pdf") % (find-sh0 "cp -v ~/LATEX/2020borceux1.pdf /tmp/") % (find-sh0 "cp -v ~/LATEX/2020borceux1.pdf /tmp/pen/") % file:///home/edrx/LATEX/2020borceux1.pdf % file:///tmp/2020borceux1.pdf % file:///tmp/pen/2020borceux1.pdf % http://angg.twu.net/LATEX/2020borceux1.pdf % (find-LATEX "2019.mk") % «.title» (to "title") \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 % _____ _ _ _ % |_ _(_) |_| | ___ % | | | | __| |/ _ \ % | | | | |_| | __/ % |_| |_|\__|_|\___| % % «title» (to ".title") {\setlength{\parindent}{0em} \footnotesize Notes on [Borceux1], a.k.a.: ``Handbook of Categorical Algebra 1'' (Cambridge, 1994) \ssk These notes are at: \url{http://angg.twu.net/LATEX/2020corceux1.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 "__cats/__cats.el" "borceux") % (find-borceux1page (+ 17 209) "5.5 Factorization systems") ;; (find-borceux1page (+ 17 176) "5 Categories of fractions") ;; (find-borceux1page (+ 17 176) "5.1 Graphs and path categories") ;; (find-borceux1page (+ 17 181) "5.2 Calculus of fractions") ;; (find-borceux1page (+ 17 190) "5.3 Reflective subcategories as categories of fractions") ;; (find-borceux1page (+ 17 193) "5.4 The orthogonal subcategory problem") ;; (find-borceux1page (+ 17 209) "5.5 Factorization systems") ;; (find-borceux1page (+ 17 218) "5.6 The case of localizations") ;; (find-borceux1page (+ 17 227) "5.7 Universal closure operations") ;; (find-borceux1page (+ 17 235) "5.8 The calculus of bidense morphisms") ;; (find-borceux1page (+ 17 248) "5.9 Exercises") %\printbibliography \end{document} % __ __ _ % | \/ | __ _| | _____ % | |\/| |/ _` | |/ / _ \ % | | | | (_| | < __/ % |_| |_|\__,_|_|\_\___| % % <make> * (eepitch-shell) * (eepitch-kill) * (eepitch-shell) # (find-LATEXfile "2019planar-has-1.mk") make -f 2019.mk STEM=2020borceux1 veryclean make -f 2019.mk STEM=2020borceux1 pdf % Local Variables: % coding: utf-8-unix % ee-tla: "bo1" % End: