diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-01 00:22:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-01 00:22:45 +0000 |
commit | 2ac35adc5ecd45f8855d340dd51c54b54c8baffc (patch) | |
tree | 3a33214fa67b7c5513d171e69b3c2b7877bb8555 /Master/texmf-dist/source/latex/morehype/blog.tex | |
parent | 338e91cd3a8d49148c9fc68823f26b28dff0f77e (diff) |
morehype (30may12)
git-svn-id: svn://tug.org/texlive/trunk@26758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/morehype/blog.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/morehype/blog.tex | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/morehype/blog.tex b/Master/texmf-dist/source/latex/morehype/blog.tex index 9544e7c3a26..9644a154183 100644 --- a/Master/texmf-dist/source/latex/morehype/blog.tex +++ b/Master/texmf-dist/source/latex/morehype/blog.tex @@ -1,19 +1,19 @@ -\ProvidesFile{blog.tex}[2011/10/21 documenting blog.sty] +\ProvidesFile{blog.tex}[2011/11/23 documenting blog.sty] \title{\textsf{blog.sty}\\---\\% Generating \HTML\ Quickly with \TeX\thanks{This document describes version \textcolor{blue}{\UseVersionOf{\jobname.sty}} of \textsf{\jobname.sty} as of \UseDateOf{\jobname.sty}.}} % \listfiles -{ \RequirePackage{makedoc} \ProcessLineMessage{} +{ \RequirePackage{makedoc} + \ProcessLineMessage{} \renewcommand\mdSectionLevelOne{\string\subsection} \renewcommand\mdSectionLevelTwo{\string\subsubsection} - \MakeJobDoc{17}{\SectionLevelTwoParseInput} -% \ProcessLineMessage{\message{.}} - \renewcommand\mdJobName{lnavicol} - \MakeJobDoc{17}{\SectionLevelTwoParseInput} - \renewcommand\mdJobName{blogdot} - \MakeJobDoc{17}{\SectionLevelTwoParseInput} + \MainDocParser{\SectionLevelTwoParseInput} + \HeaderLines{17} + \MakeSingleDoc{blog.sty} + \MakeSingleDoc{lnavicol.sty} + \MakeSingleDoc{blogdot.sty} } \documentclass[fleqn]{article}%% TODO paper dimensions!? \sfcode`-=1001 %% 2011/10/15 @@ -23,6 +23,8 @@ %% cf. microtype.pdf ... %% 2010/11/06 \newcommand*{\xmltagcode}[1]{\texttt{<#1>}} \newcommand*{\HTML}{\acro{HTML}} %% 2011/09/08 +\newcommand*{\CSS}{\acro{CSS}} %% 2011/11/09 +\newcommand*{\secref}[1]{Sec.~\ref{sec:#1}} %% 2011/11/23 \sloppy \begin{document} \maketitle @@ -184,12 +186,16 @@ in a directory `demo/writings', hopefully useful as templates. \listinginput[5]{1}{CTAN/morehype/demo/writings/schreibt.tex} \endgroup -\section{The File `blog.sty'} %% 2011/10/04 allow other files +\section{The File \file{blog.sty}} %% 2011/11/09 +% \section{The File \texttt{blog.sty}} +% \section{The File {\tt blog.sty}} +%% <- strange 2011/11/08 -> +% \section{The File `blog.sty'} %% 2011/10/04 allow other files \subsection{Package File Header (Legalize)} \ResetCodeLineNumbers \input{blog.doc} -\pagebreak %% 2011/10/10 +\pagebreak %% 2011/10/10 \section{Real Web Pages with 'lnavicol.sty'} \label{sec:lnavicol} This is the code and documentation of the package mentioned in @@ -375,3 +381,8 @@ with morehype RELEASE r0.4 2011/10/15 more on limitations of blogdot; abstract on lnavicol and blogdot 2011/10/21 links to fifinddo-info/dantev45.htm +2011/11/05 using \MakeSingleDoc from makedoc.sty v0.42 +2011/11/08 playing with alternatives to defective `blog.sty' + in page head +2011/11/09 so use \file with new makedoc.cfg for hyperref; \CSS +2011/11/23 \secref |