mirror of
https://github.com/flynx/photobook.git
synced 2025-12-27 05:31:57 +00:00
added TOC...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1d9d47f43d
commit
3b98c6c20e
5
Makefile
5
Makefile
@ -3,7 +3,8 @@
|
||||
|
||||
ARGS :=
|
||||
|
||||
TEX := lualatex $(ARGS)
|
||||
#TEX := lualatex $(ARGS)
|
||||
TEX := latexmk -lualatex $(ARGS)
|
||||
|
||||
|
||||
|
||||
@ -88,7 +89,7 @@ install: dist
|
||||
|
||||
.PHONY: 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
|
||||
|
||||
@ -32,6 +32,13 @@
|
||||
%% \usepackage{doctools}
|
||||
%% \usepackage{environ}
|
||||
%%
|
||||
%%% \usepackage{imakeidx}
|
||||
%%% \makeindex[
|
||||
%%% columns=3,
|
||||
%%% title=Alphabetical Index,
|
||||
%%% intoc,
|
||||
%%% options= -s photobook.cls]
|
||||
%%
|
||||
%%% \newcommand\DescribeGlobal[1]{%
|
||||
%%% \DescribeMacro{#1}}
|
||||
%%
|
||||
@ -61,7 +68,9 @@
|
||||
%% \maketitle
|
||||
%%
|
||||
%% \fbox{\bf%
|
||||
%% Note: all older templates/commnads/macros will get reworked soon! }
|
||||
%% Note: all legacy templates/commnads/macros will get reworked soon! }
|
||||
%%
|
||||
%% \tableofcontents
|
||||
%%
|
||||
%%%% Usage
|
||||
%
|
||||
@ -3491,6 +3500,12 @@
|
||||
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
% Tail stuff...
|
||||
%
|
||||
%%% \printindex
|
||||
|
||||
|
||||
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
%%% XXX DEBUG...
|
||||
%%%\AtBeginDocument{
|
||||
%%%}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user