Skip to content

Commit

Permalink
Disable index generation
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Feb 11, 2014
1 parent e48a1c3 commit 14cbab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions root.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
\include{mac} % macros

\usepackage{makeidx}
\makeindex
% Disable index printing
% \makeindex

%
%\includeonly{dynmod,overloading}
Expand Down Expand Up @@ -133,10 +134,9 @@
\clearpage
\blankPage
\thispagestyle{empty}
%\include{index}


\printindex
% Disable index printing
%\printindex
\end{document}

HOW TO REVISE THE INDEX
Expand Down
4 changes: 3 additions & 1 deletion whatisnew.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ \section{Appendix: What is New?}
present language.
For each major change, we give its rationale and an overview
of its practical implications. Also, the index
(page \pageref{index-sec} ff.) may be used for locating changes.
% Disable index printing
%(page \pageref{index-sec} ff.)
may be used for locating changes.
\note{\thenewpreface}{This appendix is new!}


Expand Down

0 comments on commit 14cbab7

Please sign in to comment.