diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-01 00:41:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-01 00:41:45 +0000 |
commit | 0a842140769adbb015d8f5b1c378d6abdad948d6 (patch) | |
tree | 10c3ce8b71c95a0bab02c6c5cf6140db2cc6f387 /Master | |
parent | fee6b0f19d4275439bbee88fb4bfc461ca69ba00 (diff) |
html5 meta tags, tex4ht r370
git-svn-id: svn://tug.org/texlive/trunk@46509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html5.4ht | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht index c240b4f3b5a..006baa689a7 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht @@ -1,5 +1,5 @@ -% html5.4ht (2017-04-01-16:06), generated from tex4ht-html5.tex -% Copyright 2016-2017 TeX Users Group +% html5.4ht (2018-01-31-16:40), generated from tex4ht-html5.tex +% Copyright 2016-2018 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -16,7 +16,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2017-04-01-16:06} +\immediate\write-1{version 2018-01-31-16:40} \exit:ifnot{latex,% tex4ht} @@ -44,9 +44,20 @@ tex4ht} \Configure{@HEAD}{\HCode{<meta \use:charset />\Hnewline}} \Configure{@HEAD}{\HCode{<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)" />\Hnewline}} +\Configure{@HEAD}{\HCode{<meta name="viewport" content="width=device-width,initial-scale=1" />\Hnewline}} \Configure{@HEAD}{\HCode{<link rel="stylesheet" type="text/css" href="\expandafter\csname aa:CssFile\endcsname" />\Hnewline}} +\Configure{@HEAD} + {\HCode{<meta name="src" + content="\jobname.tex"\xml:empty>\Hnewline}} +\:CheckOption{timestamp}\if:Option +\Configure{@HEAD} + {\HCode{<meta name="date" + content="\:today"\xml:empty>\Hnewline}} +\else + \Log:Note{To print a timestamp, use the command line option timestamp} +\fi \def\Declare:Language#1#2{% \expandafter\gdef\csname rfclang#1\endcsname{#2}% } @@ -549,5 +560,12 @@ tex4ht} + + + + + + + \endinput |