added TOC...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-09-03 04:03:28 +03:00
parent 1d9d47f43d
commit 3b98c6c20e
2 changed files with 19 additions and 3 deletions

View File

@ -3,7 +3,8 @@
ARGS := ARGS :=
TEX := lualatex $(ARGS) #TEX := lualatex $(ARGS)
TEX := latexmk -lualatex $(ARGS)
@ -88,7 +89,7 @@ install: dist
.PHONY: sweep .PHONY: sweep
sweep: sweep:
rm -f *.{aux,fls,glo,gls,hd,idx,ilg,ind,ins,log,out} rm -f *.{aux,fls,glo,gls,hd,idx,ilg,ind,ins,log,out,toc,fdb_latexmk}
.PHONY: clean .PHONY: clean

View File

@ -32,6 +32,13 @@
%% \usepackage{doctools} %% \usepackage{doctools}
%% \usepackage{environ} %% \usepackage{environ}
%% %%
%%% \usepackage{imakeidx}
%%% \makeindex[
%%% columns=3,
%%% title=Alphabetical Index,
%%% intoc,
%%% options= -s photobook.cls]
%%
%%% \newcommand\DescribeGlobal[1]{% %%% \newcommand\DescribeGlobal[1]{%
%%% \DescribeMacro{#1}} %%% \DescribeMacro{#1}}
%% %%
@ -61,7 +68,9 @@
%% \maketitle %% \maketitle
%% %%
%% \fbox{\bf% %% \fbox{\bf%
%% Note: all older templates/commnads/macros will get reworked soon! } %% Note: all legacy templates/commnads/macros will get reworked soon! }
%%
%% \tableofcontents
%% %%
%%%% Usage %%%% Usage
% %
@ -3491,6 +3500,12 @@
%---------------------------------------------------------------------- %----------------------------------------------------------------------
% Tail stuff...
%
%%% \printindex
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
%%% XXX DEBUG... %%% XXX DEBUG...
%%%\AtBeginDocument{ %%%\AtBeginDocument{
%%%} %%%}