diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype/texblog.fdf')
-rw-r--r-- | Master/texmf-dist/tex/latex/morehype/texblog.fdf | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/texblog.fdf b/Master/texmf-dist/tex/latex/morehype/texblog.fdf index 57cddc96973..38b9d928e9e 100644 --- a/Master/texmf-dist/tex/latex/morehype/texblog.fdf +++ b/Master/texmf-dist/tex/latex/morehype/texblog.fdf @@ -1,4 +1,4 @@ -\ProvidesFile{texblog.fdf}[2012/11/29 extra blog settings] +\ProvidesFile{texblog.fdf}[2012/12/06 extra blog settings] %% %% macros I use for my note pages %% -- Uwe Lueck, www.contact-ednotes.sty.de.vu @@ -62,7 +62,10 @@ </head>% <body\@style{background-color:\bodybgcolor}>} %% 2011/11/09 %% <- no space 2012/09/08 -\newcommand*{\bodybgcolor}{\#fffff0} %% CSS ivory 2011/08/03 +% \newcommand*{\bodybgcolor}{\#fffff8} %% 2012/12/06 +\newcommand*{\bodybgcolor}{\#fff8dc} %% cornsilk 2012/12/06 +% \newcommand*{\bodybgcolor}{\#fefefa} %% baby powder 2012/12/06 +% \newcommand*{\bodybgcolor}{\#fffff0} %% CSS ivory 2011/08/03 % \newcommand*{\bodybgcolor}{\#ffffe7} %% 2010/11/23 2011/06/29 % \newcommand*{\bodybgcolor}{\#f5f5dc} %% CSS beige 2011/07/31 % \newcommand*{\bodybgcolor}{\#f8f8ff} %% CSS ghostwhite 2011/07/31 @@ -162,7 +165,7 @@ \newcommand*{\Nextview}[1]{% %% 2011/05/12 \nextview{#1}\\\lineanc{#1}} %% \\ 2012/11/21 \newcommand*{\nextruleview}[1]{% %% 2010/09/15 - \nextview{#1}\hrule\vspace{4}\lineanc{#1}} %% \vspace 2012/11/21 + \nextview{#1}\hrule\vspace{5}\lineanc{#1}} %% \vspace 2012/11/21 12/01 \newcommand*{\NRV}{\nextruleview} %% 2011/03/15 %% Diary date sections: % \newcommand*{\datepar}[1]{% @@ -172,11 +175,12 @@ % \vspace{3} %%% 2011/08/16 \\% \vspace{12} %% 2012/09/13 %% TODO CSS!? <- 2012/09/13 -> -% \heading4{% + \heading4{% %% wieder 2012/12/01 \lineanc{\isodateplus#1\isodateplus}% \lineanc{#1}% - %% mod. 2012/10/24: - \heading4{\noligs{\isodateplus#1\isodateplus +% %% mod. 2012/10/24: +% \heading4{% + \noligs{\isodateplus#1\isodateplus \ifx\@nnil#2\@nnil\else \pardash\ParseLigs{#2}\fi}}} % \isodateplus#1\isodateplus}} @@ -400,7 +404,9 @@ %% <- rm. 2011/10/24 \providecommand*{\file}{\code} %% provide 2011/03/07 \newenvironment*{itquote}{\quote<i>}{</i>\endquote} -\newcommand*{\mystrong}{\textcolor{\#aa0000}} +% \newcommand*{\mystrong}{\textcolor{\#aa0000}} +\newcommand*{\mystrong}{\textcolor{\#880000}} + %% <- 2012/12/06 TODO \spanclass \providecommand*{\myalert}{\textcolor{red}} % \newcommand*{\myalert}[1]{% % \textcolor{red}{\ParseLigs{#1}}} %% 2011/12/20 |