Files @ dfb563868de6
Branch filter:

Location: Copyleft/guide/no-numbers-on-table-of-contents.tex

enyst
Modified works are derivative works, they are under the scope
of 106 (2) (while they are under 106 (1) as well). I assume
the intention here was to clarify they're the easy case of derivative
works? That seems important and correct.

Proposed a few tweaks to express this idea without implying that modified
works are not derivative works.

Signed-off-by: enyst <engel.nyst@gmail.com>
1
2
3
4
5
6
7
8
9
% BEGIN CODE TO FORCE NO PAGE NUMBER ON ToC
\usepackage{tocloft}
\addtocontents{toc}{\cftpagenumbersoff{part}} %% Similarly for subsection, figure... as you wish
\addtocontents{toc}{\cftpagenumbersoff{section}} %% Similarly for subsection, figure... as you wish
\addtocontents{toc}{\cftpagenumbersoff{chapter}}
\addtocontents{toc}{\cftpagenumbersoff{section}} %% Similarly for subsection, figure... as you wish
\addtocontents{toc}{\cftpagenumbersoff{subsection}} %% Similarly for subsection, figure... as you wish
\renewcommand{\cftdot}{} %empty {} for no dots. you can have any symbol inside. For example put {\ensuremath{\ast}} and see what happens.
% END  CODE TO FORCE NO PAGE NUMBER ON ToC