X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=4b9312ff875ae76e07e88f8cc04f7fb4867cba5b;hp=fcf4bd7cedf8b9deddcfbf595a7c12c359d5bec8;hb=c0e6a7c27df908759c54167cdcb63df2afebb565;hpb=9d3f047517bbc123a83caa720d0bb02dd1e14a7d diff --git a/common/packages.tex b/common/packages.tex index fcf4bd7..4b9312f 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -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: @@ -106,6 +108,10 @@ % 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