mailr28056 - /trunk/docs/latex/find_duplicate_titles.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 15, 2015 - 11:27:
Author: bugman
Date: Thu Oct 15 11:27:10 2015
New Revision: 28056

URL: http://svn.gna.org/viewcvs/relax?rev=28056&view=rev
Log:
Removed the duplicate LaTeX title finding shell script.

This is now handled by the far more advanced Python script.


Removed:
    trunk/docs/latex/find_duplicate_titles.sh

Removed: trunk/docs/latex/find_duplicate_titles.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/find_duplicate_titles.sh?rev=28055&view=auto
==============================================================================
--- trunk/docs/latex/find_duplicate_titles.sh   (original)
+++ trunk/docs/latex/find_duplicate_titles.sh   (removed)
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-grep "section{" *.tex */*.tex -h \
-| grep -v subsubsection \
-| sed "s/subsection//g" \
-| sed "s/section//g" \
-| sed "s/    //g" \
-| sed "s/ \\\\label.*//g" \
-| sed "s/{//g" \
-| sed "s/}//g" \
-| sed "s/^\\\\//g" \
-| sed "s/^The //g" \
-| sed "s/\\\\-//g" \
-| sort \
-| uniq -cd




Related Messages


Powered by MHonArc, Updated Thu Oct 15 12:00:07 2015