Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% This file: % http://angg.twu.net/LATEX/2021composes-hash.tex.html % http://angg.twu.net/LATEX/2021composes-hash.tex % (find-angg "LATEX/2021composes-hash.tex") % Author: Eduardo Ochs <eduardoochs@gmail.com> % Version: 2021dec09 % % This is a test for: % http://angg.twu.net/eev-current/eev-compose-hash.el.html % http://angg.twu.net/eev-current/eev-compose-hash.el % (find-eev "eev-compose-hash.el") % inpired by this thread in help-gnu-emacs: % https://lists.gnu.org/archive/html/help-gnu-emacs/2021-12/msg00173.html % https://lists.gnu.org/archive/html/help-gnu-emacs/2021-12/threads.html#00173 % To test this run the blocks "Download..." and "Unzip..." at the end % of this file. If you don't have any idea of what are eev and eepitch % then take a look at these slides: % % http://angg.twu.net/LATEX/2021emacsconf.pdf % % and just send the right commands to your favorite shell by hand. % Some eev-isms. % Feel free to ignore them! % % (find-LATEX "2021composes-hash.tex") % (defun c () (interactive) (find-LATEXsh "lualatex -record 2021composes-hash.tex" :end)) % (defun C () (interactive) (find-LATEXSH "lualatex 2021composes-hash.tex" "Success!!!")) % (defun D () (interactive) (find-pdf-page "~/LATEX/2021composes-hash.pdf")) % (defun d () (interactive) (find-pdftools-page "~/LATEX/2021composes-hash.pdf")) % (defun e () (interactive) (find-LATEX "2021composes-hash.tex")) % (defun u () (interactive) (find-latex-upload-links "2021composes-hash")) % (defun v () (interactive) (find-2a '(e) '(d))) % (defun cv () (interactive) (C) (ee-kill-this-buffer) (v) (g)) % (defun d0 () (interactive) (find-ebuffer "2021composes-hash.pdf")) % (code-eec-LATEX "2021composes-hash") % (find-pdf-page "~/LATEX/2021composes-hash.pdf") % http://angg.twu.net/LATEX/2021composes-hash.pdf % http://angg.twu.net/LATEX/2021composes-hash.html % (find-lualatex-links "2021composes-hash") % % «.test» (to "test") \documentclass[a5paper,12pt]{article} % \usepackage{ifluatex} \ifluatex \input edrxaccents.tex % (find-LATEX "edrxaccents.tex") \input edrx21chars.tex % (find-LATEX "edrx21chars.tex") \else \usepackage[utf8]{inputenc} \input edrx21chars-d.tex % (find-LATEX "edrx21chars-d.tex") \fi % \begin{document} $αβγ$ $𝓐𝓑𝓒$ $α_𝐀^𝓐$ \end{document} % _____ _ % |_ _|__ ___| |_ % | |/ _ \/ __| __| % | | __/\__ \ |_ % |_|\___||___/\__| % • (eepitch-shell) • (eepitch-kill) • (eepitch-shell) # Build the .zip and copy it to /tmp/ cd ~/LATEX/ FILES=( 2021composes-hash.tex edrxaccents.tex edrx21chars.tex edrx21chars-d.tex ) rm -fv 2021composes-hash.zip zip 2021composes-hash.zip $FILES cp -v 2021composes-hash.zip /tmp/ # Upload the .zip (using scp-no-password) Scp-np 2021composes-hash.zip $TWUP/LATEX/2021composes-hash.zip Scp-np 2021composes-hash.zip $TWUS/LATEX/2021composes-hash.zip % «test» (to ".test") • (eepitch-shell) • (eepitch-kill) • (eepitch-shell) # Download the .zip cd /tmp/ rm -fv /tmp/2021composes-hash.zip wget http://angg.twu.net/LATEX/2021composes-hash.zip • (eepitch-shell) • (eepitch-kill) • (eepitch-shell) # Unzip the .zip and tex it in two ways rm -Rv /tmp/2021composes-hash/ mkdir /tmp/2021composes-hash/ cd /tmp/2021composes-hash/ unzip /tmp/2021composes-hash.zip pdflatex 2021composes-hash xpdf 2021composes-hash.pdf lualatex 2021composes-hash xpdf 2021composes-hash.pdf % Local Variables: % coding: utf-8-unix % End: