CVS general

CVS commit messages for debian-flyers debian-flyers-commits at lists.alioth.debian.org
Fri Sep 7 02:57:43 UTC 2007


Update of /cvsroot/debian-flyers/general
In directory alioth:/tmp/cvs-serv1926

Modified Files:
	english.tex layout.tex nederlands.tex preamble.tex 
Log Message:
apparently, rcsInfo needs to be called in a paragraph environment. just stick it in the first minipage

--- /cvsroot/debian-flyers/general/english.tex	2007/09/07 02:28:56	1.20
+++ /cvsroot/debian-flyers/general/english.tex	2007/09/07 02:57:43	1.21
@@ -13,10 +13,10 @@
 %   along with this program;  if not, write to the Free Software
 %   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 
-\rcsInfo $Id: english.tex,v 1.20 2007/09/07 02:28:56 joostvb Exp $
-
 \selectlanguage{english}
 
+\def\MyRCS{\rcsInfo $Id: english.tex,v 1.21 2007/09/07 02:57:43 joostvb Exp $}
+
 \def\Universal{The Universal Operating System}
 
 \def\WhatIsDebianCaption{What is Debian GNU/Linux?}
@@ -189,7 +189,8 @@
 
 \def\MadeWith{
 %
-This flyer was made on \rcsInfoDate using \LaTeX\ and a Debian system.
+% \today is from rcsInfo
+This flyer was made on \today using \LaTeX\ and a Debian system.
 %
 }
 
--- /cvsroot/debian-flyers/general/layout.tex	2004/11/22 19:31:10	1.6
+++ /cvsroot/debian-flyers/general/layout.tex	2007/09/07 02:57:43	1.7
@@ -44,6 +44,7 @@
 
 % a tiny minipage for the background swirl
 \begin{minipage}{.01\textwidth}
+\MyRCS
 \includegraphics[width=100.\textwidth]{swirl}
 \end{minipage}
 %
--- /cvsroot/debian-flyers/general/nederlands.tex	2007/09/06 04:28:07	1.20
+++ /cvsroot/debian-flyers/general/nederlands.tex	2007/09/07 02:57:43	1.21
@@ -32,6 +32,8 @@
 
 \selectlanguage{dutch}
 
+\def\MyRCS{\rcsInfo $Id: nederlands.tex,v 1.21 2007/09/07 02:57:43 joostvb Exp $}
+
 \def\Universal{Het universele besturingssysteem}
 
 \def\WhatIsDebianCaption{Wat is Debian GNU/Linux?}
@@ -136,7 +138,7 @@
 details over de offici"ele DVD/CD-images kunt u terecht op
 \boxurl{http://www.debian.org/CD/}.}
 
-\def\MadeWith{Deze folder is gemaakt met \LaTeX\ op een Debian systeem.}
+\def\MadeWith{Deze folder is op \today gemaakt met \LaTeX\ op een Debian systeem.}
 
 \def\SponsoredBy{Het drukken van deze folder is gesponsord door}
 
--- /cvsroot/debian-flyers/general/preamble.tex	2007/09/07 02:28:56	1.6
+++ /cvsroot/debian-flyers/general/preamble.tex	2007/09/07 02:57:43	1.7
@@ -19,7 +19,7 @@
 \usepackage{latexsym}
 \usepackage{amssymb}
 \usepackage{color}
-\usepackage{rcsinfo}
+\usepackage[today]{rcsinfo}
 
 \input{config}
 \usepackage[\firstbabel,\secondbabel]{babel}




More information about the debian-flyers-commits mailing list