Incorporated SGE html needed items and corrections + more index entries by Andrea
[goodguy/cin-manual-latex.git] / common / packages.tex
index fcf4bd7cedf8b9deddcfbf595a7c12c359d5bec8..4b9312ff875ae76e07e88f8cc04f7fb4867cba5b 100644 (file)
@@ -17,7 +17,7 @@
                                            % "Math font
                                            % harmonization"
 
-\usepackage{
+\usepackage{%
     %amsfonts,
     mathtools,
     mathtext,% Cyrillic?
@@ -60,7 +60,7 @@
 \usepackage{listings}               % include code
 %---------------------------------------------------------------------------
 \makeatletter
-\renewcommand{\@biblabel}[1]{#1.}
+\renewcommand{\@biblabel}[1]{#1.} % FIXME? Do not use @ in LaTeX macro names.
 %---------------------------------------------------------------
 %
 \usetikzlibrary{% Libraries for TiKz
@@ -84,7 +84,9 @@
 %\usepackage{ifthen}
 %\usepackage{tocvsec2}
 \usepackage[intoc]{nomencl} % glossary package
-\makenomenclature           % make glossary
+\makenomenclature%            make glossary
+\usepackage{makeidx}
+\makeindex
 
 % eso-pic makes it easy to add some picture commands to every page
 % at absolute positions:
 % Switch to sans serif (usually these do not contain SC):
 % \renewcommand*\familydefault{\sfdefault}
 
+% The necessary package for LaTeX2HTML
+\usepackage{html}
+% html.sty declares its own \hyperref - redefinition hack required
+\renewcommand{\hyperref}[2][]{\hyperrefhyper[#1]{#2}}
 
 %%% Local Variables:
 %%% mode: latex