X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=common%2Fpackages.tex;h=4b9312ff875ae76e07e88f8cc04f7fb4867cba5b;hb=HEAD;hp=0aa690281055eff54c67e57d08d0e21e62d6e26c;hpb=44eb6183d5feecfe8a1559233ab1a974b593cbd1;p=goodguy%2Fcin-manual-latex.git diff --git a/common/packages.tex b/common/packages.tex index 0aa6902..15f93c1 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -6,7 +6,7 @@ % in the first 128 positions. This is an % English language document. \usepackage[utf8]{inputenc} % file encoding -\usepackage{substitutefont} % so we can use fonts other than those specified in babel +% \usepackage{substitutefont} % so we can use fonts other than those specified in babel \usepackage[english]{babel} % default language for document % Cyrillic - if it is used, no Small Caps are available: %\usepackage[scaled=0.925]{XCharter} % Подключение русифицированных @@ -108,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