From 747d5aad1f306cc352228a2f9c830b225bff22aa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 8 Aug 2021 15:44:20 +0300 Subject: [PATCH] tweak... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c3994b..759ef43 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ TEX := lualatex # Generate docs from latex package/class... # # - keep only lines starting with '%%' -# - %%%% Text -> \section(Text) # - %%%%% Text -> \subsection(Text) +# - %%%% Text -> \section(Text) # - %% >> code -> \begin{verbatim}code\end{verbatim} # # NOTE: the idea of keeping latex docs in a latex file is far similar