Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% This file: % http://angg.twu.net/LATEX/2022pgf-test.tex.html % http://angg.twu.net/LATEX/2022pgf-test.tex % (find-angg "LATEX/2022pgf-test.tex") % Author: Eduardo Ochs <eduardoochs@gmail.com> % % (defun c () (interactive) (find-sh "lualatex 2022pgf-test.tex" :end)) % (defun d () (interactive) (find-pdftools-page "2022pgf-test.pdf")) % (defun e () (interactive) (find-fline "~/LATEX/2022pgf-test.tex")) % (defun pt () (interactive) (find-fline "~/LATEX/2022pgf-test.tex")) % \documentclass{article} \usepackage{tikz} \begin{document} \nonstopmode % %\def\a{(a:AA)} %\def\b#1{(b:#1)} %\def\bb{\b{BB}} % %\par \a %\par \bb % \pgfkeys{/s/.store in=\foo} \pgfkeys{/s=42} \pgfkeys{/s=43} \pgfkeys{/s} \pgfkeys{/a/.code=(a:#1)} \pgfkeys{/a} \pgfkeys{/a=A} \pgfkeys{/a/.code=(a:#1)} \pgfkeys{/b/.code=(b:#1)} \pgfkeys{/c/.style={/a=foo,/b=bar,/a=#1}} \pgfkeys{/c=wow} % % (find-macros2epage 6 "\\@expandtwoargs") % % (find-macros2etext 6 "\\@expandtwoargs") \end{document} * (eepitch-shell) * (eepitch-kill) * (eepitch-shell) # export PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH # w lualatex # pdflatex 2022pgf-test.tex lualatex 2022pgf-test.tex % Local Variables: % coding: utf-8-unix % End: