diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup b/Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup index 8c30c6ed561..7364ac8bce6 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/htmlsetup @@ -1,6 +1,6 @@ # ====================================================================== # htmlsetup -# Copyright (c) Markus Kohm, 2002-2013 +# Copyright (c) Markus Kohm, 2002-2019 # # This file is part of the LaTeX2e KOMA-Script bundle. # @@ -18,7 +18,7 @@ # This work consists of all files listed in manifest.txt. # ---------------------------------------------------------------------- # htmlsetup -# Copyright (c) Markus Kohm, 2002-2013 +# Copyright (c) Markus Kohm, 2002-2019 # # Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, # Version 1.3c, verteilt und/oder veraendert werden. @@ -39,18 +39,17 @@ $baselink="scrguien.pdf"; $htmlhead="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\"> <html> <head><title>Index</title> -<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> + <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> </head> <body> -<h1>Index of the KOMA-Script Guide</h1> -<p>This is an index of the elements defined at KOMA-Script. This index is related to the <a href=\"scrguien.pdf\">KOMA-Script guide</a>. To improve the survey this index has serveral functional sections:</p> + <h1>Index of the KOMA-Script Guide</h1> + <p>This is an index of the elements defined at KOMA-Script. This index is related to the <a href=\"scrguien.pdf\">KOMA-Script guide</a>. To improve the survey this index has serveral functional sections:</p> "; -$htmlend="<p> -<a href=\"http://validator.w3.org/check?uri=referer\"><img +$htmlend=" <p><a href=\"http://validator.w3.org/check?uri=referer\"><img src=\"http://www.w3.org/Icons/valid-html40\" -alt=\"Valid HTML 4.0 Strict\" height=\"31\" width=\"88\"></a> -</p> -</body></html>"; +alt=\"Valid HTML 4.0 Strict\" height=\"31\" width=\"88\"></a></p> +</body> +</html>"; %titles=( "option" => "Options", "macro" => "Commands", "environment" => "Environments", @@ -60,6 +59,7 @@ alt=\"Valid HTML 4.0 Strict\" height=\"31\" width=\"88\"></a> "pagestyle" => "Page Styles", "counter" => "Counter", "floatstyle" => "Styles for the float Package", - "fontelement" => "Elements (Font May Be Changed)" ); + "fontelement" => "Elements (Font May Be Changed)", + "dohook" => "Do-Hooks for Low-Level Manipulation" ); # end of file |