diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype/blogexec.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/morehype/blogexec.sty | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/blogexec.sty b/Master/texmf-dist/tex/latex/morehype/blogexec.sty index 917b847d556..0767561cc87 100644 --- a/Master/texmf-dist/tex/latex/morehype/blogexec.sty +++ b/Master/texmf-dist/tex/latex/morehype/blogexec.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] %% \newcommand* etc. -\ProvidesPackage{blogexec}[2012/08/29 v0.2 +\ProvidesPackage{blogexec}[2012/12/20 v0.21 assignments with blog.sty (UL)] %% copyright (C) 2011 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu @@ -82,7 +82,7 @@ %% TODO: default? 0-arg interception? %% %% == Intercepting Single-Parameter Commands == -%% === The General Method === +%% === The General Method === %% Macros to be intercepted that have a single argument will be %% collected in |\blogOneArgInterceptions|: \InitializeListMacro\blogOneArgInterceptions @@ -155,7 +155,7 @@ }% |endgroup %% %% was single `%' 2011/11/20 -%% === &\EXECUTE === +%% === &\EXECUTE === %% |\EXECUTE{<run>}| runs <run> and is removed from the %% output line: \MakeBlogOneArgInterception\EXECUTE{#2}{} @@ -177,7 +177,7 @@ \def\BlogInterceptions{\blogTryOneArgCmd\EXECUTE}} \def\BlogInterceptExecute{\@ifstar@intercept@hash\blog@icl@exec} %% -%% === &\begin\ and &\end === +%% === &\begin\ and &\end === %% At present (2011/11/06), only |\begin{<env>}| will run %% box 2012/08/28 %% settings. Macros `\<env>' and `\end<env>' will expand %% in the `.html' as with 'blog.sty' alone, not touched here. @@ -223,6 +223,15 @@ %% (redefine it in italic environments) %% \ 2.~code indenting (cf.~\ctanpkgref{inputtrc}) %% +%% === Skipping Source Code === +%% The |{noblog}| environment ``suppresses" \TeX~source +%% code in the sense that it does not produce \HTML~code---while +%% 'blog.sty''s `{commentlines}' produces an \HTML~comment. +\newenvironment*{noblog}{}{} %% 2012/03/04 from ... +\MakeBlogBeginRun{noblog}{% + \BlogInterceptEnvironments %% 2012/06/22 + \let\WriteResult\@gobble} +%% %% === A Comfortable Table Environment === %% As an application of |\MakeBlogBeginRun| for 'blog.sty''s %% |{stdallrulestable}|, we provide \lq`|'\rq\ as an active character @@ -278,3 +287,4 @@ v0.1 2011/11/04 started; arrived at \EXECUTE v0.2 2012/08/28 \begin/\end revised (\StripEsc wrong) 2012/08/29 \ChangeBlogBeginRun, \CopyBlogBeginRun, \blog@x +v0.21 2012/12/20 {noblog} |