Removing vc-git bits to avoid setting it up on Tilmans machine
authoraaronshaw <aaron.d.shaw@gmail.com>
Thu, 16 Jul 2015 16:53:41 +0000 (11:53 -0500)
committeraaronshaw <aaron.d.shaw@gmail.com>
Thu, 16 Jul 2015 16:53:41 +0000 (11:53 -0500)
20150717-wikimania_research.tex
Makefile

index d7cfe47f5c5b7dd985e0e831fe9bad56f5345959..2bf29dfbad46e991516ab4b2f749922e0a9fb89c 100644 (file)
 
     };
   \end{tikzpicture}
 
     };
   \end{tikzpicture}
-  
-  \input{vc}
 
 
-  \tikz[overlay,shift=(current page.south west)]{\node [xshift=5.6em,yshift=0.5em]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\  (\VCDateTEX)}};}
+% Removed to accommodate Tilman's setup  
+%  \input{vc}
+%
+%  \tikz[overlay,shift=(current page.south west)]{\node [xshift=5.6em,yshift=0.5em]{\colorbox{makopurple1}{\color{white} \tt \smaller \smaller \smaller revision:\ \VCRevision\  (\VCDateTEX)}};}
 
   \note{I've been doing this for many years. I started in 2008 and
     have done this almost every single year since.
 
   \note{I've been doing this for many years. I started in 2008 and
     have done this almost every single year since.
index 4aa32cce0a4a56809a01ed5a375f635abee3f6e6..0d79d081e4750203edfa755b19eddb042cc0d708 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,9 @@ pdfpc: notes.config pdf
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
-vc:
-       vc-git
+# Commented out to accommodate Tilman's setup
+#vc:
+#      vc-git
 
 clean: 
        rubber -d --clean *.tex
 
 clean: 
        rubber -d --clean *.tex

Benjamin Mako Hill || Want to submit a patch?