blob: 8c19929f374c08d7f24923817e156e205998dbff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
\def \GenDate {2011/01/26}
\ProvidesFile{makehtml.tex}
[\GenDate \space- UL's TeX-generated web pages]
\RequirePackage{blog}[2011/01/24]
\input{atari.fdf} \input{lang-en.fdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def \htmljob
% {texmap} %% 2011/01/25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% {aaoe1550} %% 2010/09/14
% {heyctan}
% {jobs} %%% \BlogAutoPars
% {makeshow}
% {private} \input{lang-de.fdf}
% {README}
{texhax}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% "CFG:"
\newcommand*{\enlastrev}{%
\rightpar{%
\textit{Last~revised~\GenDate\
\copyright~\FileRef{contacten.html}{%% 2010/09/26
Uwe~L\uml{u}ck}}}}
\newcommand*{\delastrev}{%
\rightpar{%
\textit{Letzte \uml{A}nderung~\GenDate\
\copyright~\FileRef{contacten.html}{%% 2010/09/26
Uwe~L\uml{u}ck}}}}
\newcommand*{\entotopofpage}{%
\rightpar{\ancref{top-of-page}{[\textit{\to~top~of~page}~]}}}
\newcommand*{\detotopofpage}{%
\rightpar{\ancref{top-of-page}{[\textit{\to~Seitenanfang}~]}}}
\newcommand*{\file}{\code}
\newenvironment*{itquote}{\quote<i>}{</i>\endquote}
\newcommand*{\mystrong}{\textcolor{\#aa0000}}
\newcommand*{\myalert}{\textcolor{red}}
\newcommand*{\nextview}[1]{% %% corr. 2010/09/15
\rightpar{\ancref{#1}{[\to}|%
\ancref{top-of-page}{~\uparrow~]}}}
\newcommand*{\nextruleview}[1]{% %% 2010/09/15
\nextview{#1}\hrule\hanc{#1}{}}
\newcommand*{\TOPref}[1]{\bytopicref{#1}{JF}}
\newcommand*{\htext}{.htm}
\newcommand*{\fivebreaks}{\\\\\\\\\\}
%% 2010/09/10:
\newcommand*{\Hrule}{\totopofpage\hrule}
%% 2010/09/15:
\renewcommand*{\body}{</head><body bgcolor="\bodybgcolor">}
% \newcommand*{\bodybgcolor}{\#ffffff}
%% <- 2010/09/16 ->
\newcommand*{\bodybgcolor}{\#ffffe7} %% 2010/11/23
% \newcommand*{\bodybgcolor}{\#ffffdd} %% 2010/11/17
% \newcommand*{\bodybgcolor}{\#faffe7} %% 2010/11/17
% \newcommand*{\bodybgcolor}{\#fcffe7} %% 2010/11/23
% \newcommand*{\bodybgcolor}{\#fbfff0} %% 2010/11/23
% \newcommand*{\bodybgcolor}{\#fffffe} %% 2010/11/23
%% 2010/09/11:
\newcommand*{\textopofpage}{%
% \hanc{top-of-page}{[~\code{\Fileref{texmap} > \htmljob}~]}}
\hanc{top-of-page}{%
\small
\file{uwe_lueck}
\ifx\htmljob\texmapName\else \code{>} \Fileref{texmap}\fi
\ \code{>} \file{\htmljob}}%
\endsmall}
\newcommand*{\texmapName}{texmap}
\newcommand*{\Fileref}[1]{\fileref{#1}{\file{#1}}}
\newcommand*{\texrobots}{\robots{index,follow,noarchive}}
\newcommand*{\texstylesheet}{\stylesheet{all}{plain}}
%% 2010/09/12:
\newcommand*{\prl}[1]{#1} %% prg lang, corr. 2010/12/15
\newcommand*{\src}[1]{\STS{sup}{[#1]}}
%% 2010/11/13 TODO -- catcodes.sty!?:
{\catcode`\"\active \gdef\catchdq#1"{\dqtd{#1}}}
%% 2010/11/23:
\newcommand*{\idx}[1]{\textcolor{green}{\code{\lt#1\gt}}}
\renewcommand*{\,}{ } %% 2011/01/01
\newcommand*{\pardash}{\,\emdash\,} %% for playing 2011/01/14
\newcommand*{\UKFAQref}[1]{\ukfaqref{#1}{UK~FAQ}} %% 2011/01/03
\ResultFile{\htmljob\htext}
\typeout{^^J\screenqtd{blog.sty} generating \screenqtd{\htmljob\htext}}
\errorcontextlines=6
% \tracingmacros=1
\BlogCopyFile[\AtariCodes
\MakeActiveDef\"{\catchdq}%
]{\htmljob.tex}
% \CopyFile[\BlogCodes\AtariCodes]{\htmljob.tex}
\CloseResultFile
\stop
|