From 224a648436551066fb5b3e68c2029d6ab179d0f9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Jan 2012 00:12:39 +0000 Subject: calxxxx-yyyy (2jan12) git-svn-id: svn://tug.org/texlive/trunk@25001 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex | 38 +++++++++++++++------- 1 file changed, 26 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/tex/latex/calxxxx-yyyy') diff --git a/Master/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex b/Master/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex index 6ffe0293cc1..e1cb189e002 100644 --- a/Master/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex +++ b/Master/texmf-dist/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex @@ -1,9 +1,9 @@ % calxxx-yyyy.tex -% file version: v1.0c -% file date: 2011/02/01 -% documentation date: 2011/02/01 +% file version: v1.0d +% file date: 2012/01/01 +% documentation date: 2012/01/01 % -% Copyright (C) 2010, 2011 H.-Martin M\"{u}nch (Martin dot Muench at Uni-Bonn dot de) +% Copyright (C) 2010 - 2012 H.-Martin M\"{u}nch (Martin dot Muench at Uni-Bonn dot de) % Portions of code copyrighted by Slobodan Jankovi\'{c}. % This file was invented in 1999 by Slobodan Jankovi\'{c}. % I was not able to reach him at slobodan@archimed.filfak.ni.ac.yu @@ -37,8 +37,8 @@ % % This work consists of the main source files calxxxx-yyyy.tex and README.tex % and the derived files -% README.pdf, cal2011-2028_DE.pdf, cal2011-2028_DK.pdf, -% and cal2011-2028_EN.pdf. +% README.pdf, cal2012-2029_DE.pdf, cal2012-2029_DK.pdf, +% and cal2012-2029_EN.pdf. \documentclass[12pt,a4paper,danish,german,english]{report} % In the options you need to place the desired language at the last position. @@ -53,24 +53,38 @@ \thispagestyle{empty} % Counters, logical, and lengths -\newcount\y \newcount\m \newcount\x% year, month, day of the week -\newcount\p \newcount\q % temporary counters +% year, month, day of the week: +\newcount\y +\y=0\relax +\newcount\m +\m=0\relax +\newcount\x +\x=0\relax +% temporary counters: +\newcount\p +\p=0\relax +\newcount\q +\q=0\relax \newif\ifleap % if leap year \newif\ifJulian % if Julian calendar \newif\ifZeroExist% if 0th year exist \newif\ifCmRule % cm rule at right \newlength{\Wd} % the widest name of days +\setlength{\Wd}{0pt} \newlength{\Wdx} % temporary dim +\setlength{\Wdx}{0pt} %========== Start of Safe Modifications ============= % The following definitions are safe to change % Fonts for Year, Months and Days -\def\yearfont{\normalsize\bfseries} \def\monthfont{\scriptsize\scshape} \def\dayfont{\tiny} +\def\yearfont{\normalsize\bfseries} +\def\monthfont{\scriptsize\scshape} +\def\dayfont{\tiny} % Language Dependent Definitions (B.C., A.D., months, and days) % Default language: English -\def\BC{ B.C.}\def\AD{}% 'B.C.' after a negative year, nothing after a positive +\def\BC{\ B.\,C.}\def\AD{}% 'B.C.' after a negative year, nothing after a positive \def\Jan{January} \def\Feb{February}\def\Mar{March} \def\Apr{April} \def\May{May} \def\Jun{June} \def\Jul{July} \def\Aug{August} @@ -324,9 +338,9 @@ \message{^^J}\message{^^J}% \newline% \tiny{\indent Original calxxxx.\TeX \ \copyright \ 1999/12/19 Slobodan Jankovi\'{c};\ % -these calendars produced with calxxxx-yyyy 2011/02/01 v1.0c by \texttt{Martin.Muench@Uni-Bonn.de};\ % +these calendars produced with calxxxx-yyyy 2012/01/01 v1.0d by \texttt{Martin.Muench@Uni-Bonn.de};\ % \iflanguage{english}{English by Slobodan Jankovi\'{c}.}{% - \iflanguage{german}{Deutsch von Martin M\"{u}nch.}{% + \iflanguage{german}{Deutsch von H.-Martin M\"{u}nch.}{% \iflanguage{danish}{Dansk af Michael Lodahl.}{% (Unknown language/translator.)% } -- cgit v1.2.3