|  05-16-2014, 08:40 AM | #1 | 
| Gwaredd  Posts: 4 Karma: 10 Join Date: Jun 2012 Location: Whitewater, WI Device: Kindle Paperwhite | 
				
				Deleting Citation Numbers
			 
			
			I have a rather large novel that I'm editing since it was poorly formatted. I read all my books on a Kindle so tables of content are a bit of an encumbrance. So having removed the TOC I'm left with hundreds of tiny citation numbers throughout a 350 page book. Does any one know of a way to remove all of these at one time? Doing them individually will take weeks.   | 
|   |   | 
|  05-16-2014, 09:04 AM | #2 | 
| Addict            Posts: 243 Karma: 44444 Join Date: Mar 2014 Device: Kindle PW2 special offers removed by Amazon for FREE | 
			
			which table of contents did you remove? if the other one is still there then I'm not sure you want to do this. Can you post a example. you can probably remove them with one regex search and replace. | 
|   |   | 
| Advert | |
|  | 
|  05-16-2014, 10:05 AM | #3 | 
| Color me gone            Posts: 2,089 Karma: 1445295 Join Date: Apr 2008 Location: Central Oregon Coast Device: PRS-300 | 
			
			You will probably have to do it in three steps. And there is no way to reliably do it automatically. But you can use [1-9] to search for single numbers, [1-9][0-9] for two numbers, [1-9][0-9][0-9] for three numbers. But since it will get all numbers, you will need to look at them all. If they are surrounded consistently by a certain codes like <sup> or <i> or <b>, you can search for them. If it is a pdf conversion particularly, you are going to have to look at all of them, albeit for a second or two. It will take minutes, not days, though I will concede the boredom. | 
|   |   | 
|  05-16-2014, 10:17 AM | #4 | 
| Groupie            Posts: 171 Karma: 86271 Join Date: Feb 2012 Device: iPad, Kindle Touch, Sony PRS-T1 | 
			
			if you post an example of the citation numbers you'd get a better idea if it's possible/a good idea use a regex to remove them all
		 | 
|   |   | 
|  05-16-2014, 01:25 PM | #5 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			@mrmikel, 1 regex: http://regular-expressions.info/numericranges.html I'd just stick with Code: [1-9][0-9]?[0-9]? | 
|   |   | 
| Advert | |
|  | 
|  05-23-2014, 12:00 PM | #6 | |
| Gwaredd  Posts: 4 Karma: 10 Join Date: Jun 2012 Location: Whitewater, WI Device: Kindle Paperwhite | Quote: 
 Thanks mate! | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Chapter Page Numbers Instead of Title Page Numbers | TheArtfulDodger | Devices | 1 | 11-18-2013 01:08 PM | 
| Kindle (AZW3/MOBI) ebooks with "real page numbers" to PDF with same page numbers? | abvgd | Conversion | 2 | 05-24-2013 01:24 PM | 
| [KT] Annotation export, citation software, SCIENCE! | Pismire | Amazon Kindle | 0 | 06-06-2012 12:56 PM | 
| deleting annotations | sovre | Sony Reader | 1 | 12-13-2011 11:06 AM | 
| Is there a hack for displaying page numbers rather than location numbers? | nesler | Kindle Developer's Corner | 16 | 02-15-2011 12:00 AM |