Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-08-08 15:44:20 +03:00
parent 4dcf13c92d
commit 747d5aad1f

View File

@ -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