[or-cvs] r18564: {} and two more things to move (projects/performance tor/trunk/doc/design-paper)

arma at seul.org arma at seul.org
Mon Feb 16 10:26:52 UTC 2009


Author: arma
Date: 2009-02-16 05:26:51 -0500 (Mon, 16 Feb 2009)
New Revision: 18564

Added:
   projects/performance/node-selection/
   projects/performance/prettyref.sty
Removed:
   tor/trunk/doc/design-paper/node-selection/
   tor/trunk/doc/design-paper/prettyref.sty
Log:
and two more things to move


Copied: projects/performance/prettyref.sty (from rev 18563, tor/trunk/doc/design-paper/prettyref.sty)
===================================================================
--- projects/performance/prettyref.sty	                        (rev 0)
+++ projects/performance/prettyref.sty	2009-02-16 10:26:51 UTC (rev 18564)
@@ -0,0 +1,37 @@
+%%
+%% This is file `prettyref.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% prettyref.dtx  (with options: `style')
+%% 
+%% Copyright (c) 1995 Kevin Ruland
+%% 
+%%
+%% prettyref v3.0
+%%
+%% Copyright 1995,1998.  by Kevin Ruland kevin at rodin.wustl.edu
+%%
+\ProvidesPackage{prettyref}[1998/07/09 v3.0]
+\def\newrefformat#1#2{%
+  \@namedef{pr@#1}##1{#2}}
+\newrefformat{eq}{\textup{(\ref{#1})}}
+\newrefformat{lem}{Lemma \ref{#1}}
+\newrefformat{thm}{Theorem \ref{#1}}
+\newrefformat{cha}{Chapter \ref{#1}}
+\newrefformat{sec}{Section \ref{#1}}
+\newrefformat{tab}{Table \ref{#1} on page \pageref{#1}}
+\newrefformat{fig}{Figure \ref{#1} on page \pageref{#1}}
+\def\prettyref#1{\@prettyref#1:}
+\def\@prettyref#1:#2:{%
+  \expandafter\ifx\csname pr@#1\endcsname\relax%
+    \PackageWarning{prettyref}{Reference format #1\space undefined}%
+    \ref{#1:#2}%
+  \else%
+    \csname pr@#1\endcsname{#1:#2}%
+  \fi%
+}
+\endinput
+%%
+%% End of file `prettyref.sty'.

Deleted: tor/trunk/doc/design-paper/prettyref.sty
===================================================================
--- tor/trunk/doc/design-paper/prettyref.sty	2009-02-16 10:26:04 UTC (rev 18563)
+++ tor/trunk/doc/design-paper/prettyref.sty	2009-02-16 10:26:51 UTC (rev 18564)
@@ -1,37 +0,0 @@
-%%
-%% This is file `prettyref.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% prettyref.dtx  (with options: `style')
-%% 
-%% Copyright (c) 1995 Kevin Ruland
-%% 
-%%
-%% prettyref v3.0
-%%
-%% Copyright 1995,1998.  by Kevin Ruland kevin at rodin.wustl.edu
-%%
-\ProvidesPackage{prettyref}[1998/07/09 v3.0]
-\def\newrefformat#1#2{%
-  \@namedef{pr@#1}##1{#2}}
-\newrefformat{eq}{\textup{(\ref{#1})}}
-\newrefformat{lem}{Lemma \ref{#1}}
-\newrefformat{thm}{Theorem \ref{#1}}
-\newrefformat{cha}{Chapter \ref{#1}}
-\newrefformat{sec}{Section \ref{#1}}
-\newrefformat{tab}{Table \ref{#1} on page \pageref{#1}}
-\newrefformat{fig}{Figure \ref{#1} on page \pageref{#1}}
-\def\prettyref#1{\@prettyref#1:}
-\def\@prettyref#1:#2:{%
-  \expandafter\ifx\csname pr@#1\endcsname\relax%
-    \PackageWarning{prettyref}{Reference format #1\space undefined}%
-    \ref{#1:#2}%
-  \else%
-    \csname pr@#1\endcsname{#1:#2}%
-  \fi%
-}
-\endinput
-%%
-%% End of file `prettyref.sty'.



More information about the tor-commits mailing list