mailr28052 - /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 - 10:24:
Author: bugman
Date: Thu Oct 15 10:24:05 2015
New Revision: 28052

URL: http://svn.gna.org/viewcvs/relax?rev=28052&view=rev
Log:
Updated the shell script for finding duplicated titles in the LaTeX files of 
the manual.


Modified:
    trunk/docs/latex/find_duplicate_titles.sh

Modified: trunk/docs/latex/find_duplicate_titles.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/find_duplicate_titles.sh?rev=28052&r1=28051&r2=28052&view=diff
==============================================================================
--- trunk/docs/latex/find_duplicate_titles.sh   (original)
+++ trunk/docs/latex/find_duplicate_titles.sh   Thu Oct 15 10:24:05 2015
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-grep "section{" *.tex -h \
+grep "section{" *.tex */*.tex -h \
 | grep -v subsubsection \
 | sed "s/subsection//g" \
 | sed "s/section//g" \
@@ -11,6 +11,5 @@
 | sed "s/^\\\\//g" \
 | sed "s/^The //g" \
 | sed "s/\\\\-//g" \
-| tr '[:upper:]' '[:lower:]' \
 | sort \
 | uniq -cd




Related Messages


Powered by MHonArc, Updated Thu Oct 15 11:20:07 2015