Compare commits

...

2 Commits

Author SHA1 Message Date
sergey 6f6862db5e Remove corrupt .aux on pdflatex failure to prevent broken next-run
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 19:27:43 +01:00
sergey 348823b83c no mathbin for iso 2026-01-12 19:58:54 +00:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ edit: $(SRCNAMES)
%.pdf: $(TEXSRC) $(wildcard $(THISDIR)*.tex) $(BBLNAMES)
@echo Compiling $@
($(PDF) $(@:.pdf=.tex)) || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & grep "Warning" $(@:.pdf=.log))
($(PDF) $(@:.pdf=.tex)) || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & rm -f $(@:.pdf=.aux) & grep "Warning" $(@:.pdf=.log))
@echo Recompile tikz images
+3 -3
View File
@@ -77,9 +77,9 @@
\providecommand{\Hom}{\mathsf{Hom}}
\providecommand{\id}{\mathsf{id}}
\providecommand{\op}{\mathsf{op}}
\providecommand{\comp}{\mathbin{\circ}}
\providecommand{\iso}{\mathbin{\cong}}
\providecommand{\tensor}{\mathbin{\otimes}}
\providecommand{\comp}{\circ}
\providecommand{\iso}{\cong}
\providecommand{\tensor}{\otimes}
\providecommand{\unit}{\star}
\providecommand{\bang}{\operatorname!} % Initial/final map