[Shake-cvs] Shake/doc/dev/design Shake.tex,1.13,1.14
Status: Pre-Alpha
Brought to you by:
menelan
|
From: <me...@us...> - 2003-09-22 10:38:25
|
Update of /cvsroot/shake/Shake/doc/dev/design
In directory sc8-pr-cvs1:/tmp/cvs-serv24857
Modified Files:
Shake.tex
Log Message:
no message
Index: Shake.tex
===================================================================
RCS file: /cvsroot/shake/Shake/doc/dev/design/Shake.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Shake.tex 22 Sep 2003 00:06:41 -0000 1.13
--- Shake.tex 22 Sep 2003 10:38:21 -0000 1.14
***************
*** 17,20 ****
--- 17,21 ----
\usepackage{longtable}
\usepackage{a4wide,fancyhdr}
+ \usepackage{xspace}
\title{
***************
*** 33,43 ****
% Various shorthands:
! \newcommand{\shake}{``Shake \& Make''}
! \newcommand{\shakeURL}{\URL{http://shake.sourceforge.net}}
! \newcommand{\MOT}{Mads Orbesen Troest}
! \newcommand{\mailMOT}{ma...@tr...}
! \newcommand{\SF}{SourceForge}
! \newcommand{\OS}{Open Source}
! \newcommand{\DAG}{directed acyclic graph}
% "Semantic" markup:
--- 34,44 ----
% Various shorthands:
! \newcommand{\shake}{``Shake \& Make''\xspace}
! \newcommand{\shakeURL}{\URL{http://shake.sourceforge.net}\xspace}
! \newcommand{\MOT}{Mads Orbesen Troest\xspace}
! \newcommand{\mailMOT}{ma...@tr...\xspace}
! \newcommand{\SF}{SourceForge\xspace}
! \newcommand{\OS}{Open Source\xspace}
! \newcommand{\DAG}{directed acyclic graph\xspace}
% "Semantic" markup:
|