diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-21 23:32:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-21 23:32:22 +0000 |
commit | e09950f439263dd3649fc0d9bf357b0f124d247c (patch) | |
tree | 1cb95afbfec7c2e1362c7d6afcc4df7ebb36d596 /Master/texmf-dist/tex/latex/morehype/blog.sty | |
parent | 0dbb0a9f652efcecaf1d844cf8177d3b7a29fd03 (diff) |
morehype (21dec12)
git-svn-id: svn://tug.org/texlive/trunk@28610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype/blog.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/morehype/blog.sty | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/blog.sty b/Master/texmf-dist/tex/latex/morehype/blog.sty index 5b99b2758de..e6b4fc532c7 100644 --- a/Master/texmf-dist/tex/latex/morehype/blog.sty +++ b/Master/texmf-dist/tex/latex/morehype/blog.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{blog}[2012/11/29 v0.8 simple fast HTML (UL)] +\ProvidesPackage{blog}[2012/12/20 v0.81 simple fast HTML (UL)] %% copyright (C) 2010 2011 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below. @@ -657,6 +657,12 @@ %% `{verbatim}' follow policy~(ii): \useHTMLelement*{enumerate}{ol} \useHTMLelement*{itemize} {ul} +%% |\begin{enumtype}{<type>}| starts an enumeration +%% environment with enumeration type <type> +%% which can be one out of `1', `a', `A', `i', `I' +%% (somewhat resembling the functionality of the +%% \ctanpkgref{enumerate} package): +\newenvironment{enumtype}[1]{<ol \@type{#1}}{</ol>} %% %% 2010/11/16: %% With 'blog.sty', |{verbatim}| really doesn't work much %% like its original \LaTeX\ variant. \TeX\ macros inside @@ -1083,6 +1089,8 @@ %% |\ss| from Plain~\TeX\ and \LaTeX\ is used for the ``s-z ligature", %% the German ``\Wikienref{sharp s}": \renderHTMLsymbol{\ss}{szlig} +%% Plain~\TeX's and \LaTeX's |\-| becomes a soft hyphen: +\renderHTMLsymbol{\-}{shy} %% |\copyright|: \renderHTMLsymbol{\copyright}{copy} %% |\bullet| %% 2011/03/29 @@ -1575,3 +1583,6 @@ v0.8 2012/06/07 \underbar 2012/11/16 \TagSurr and \MetaTag with space again 2012/11/19 \endgraf -> <p> 2012/11/29 `blogligs.sty', `markblog.sty' ([ligs], [mark]) +part of MOREHYPE RELEASE r0.7 +v0.81 2012/12/20 \-, {enumtype} +part of MOREHYPE RELEASE r0.8 |