From f3e832e5047de238d1f7886a8b168ae858194973 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 27 Feb 2022 12:29:15 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 3 +++ scripts/cls2tex.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a99142c..939c454 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,9 @@ LN := cp -l # # NOTE: .sty and .cls are essentially the same in terms of documentation # generation... +# XXX might be a good idea to place a link/footnote where metadocs were +# originally located... +# ...not sure yet manually or automatically... %.tex: %.sty %-meta.tex $(DOC) $< > $@ diff --git a/scripts/cls2tex.sh b/scripts/cls2tex.sh index 8ec15eb..ab8cfd8 100755 --- a/scripts/cls2tex.sh +++ b/scripts/cls2tex.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash #---------------------------------------------------------------------- +# XXX might be a good idea to add footnotes with links whare prefized +# sections originally were... +# ...or as an option, replace sections with footnotes when removing... CMD="$0 $@"