4

I want to avoid all reference quoting in my work. That is replace all [num] with null string. Deleting thousands of that manually is painstaking. Could a code be written for it.? NB: i copy pasted the text and [num] came along with it. I want to remove those. Texmaker is the editor I’m using.

Its looks like this

\chapter{name}

I just copied and pasted here and[2] came along with it. 
I want to remove that. I have created my work and it was in 
the end that it occurred to me there were unintended citations[3].

There’s a lot of \chapters, \sections and \subsections and to manually remove it by reading every para is tedious. So i was wondering if there’d be a code to help me solve this issue.

Peter Grill
  • 223,288
  • 1
  • You are really citing yourself thousands times?
  • Can't you just change the bibtex entry corresponding to your work to blank entries?
  • I don't get it, you're citing work actually writing, for example, [4]?
  • If 3) is true, most text editors allow for "find and replace" functionalities. Example, in texstudio (and most of editors), give a shot to CTRL + R
  • – G. Gare Nov 29 '18 at 06:34
  • Welcome to the site. This seems not difficult. Can you please add a minimale example of your code. – touhami Nov 29 '18 at 06:59
  • Does that mean that the text in your .tex document (not only in the PDF output) already only contains [4] etc. and not \cite{sigfridsson}? – moewe Nov 29 '18 at 07:37
  • @moewe yes exactly. – Aswin Prasad Dec 01 '18 at 02:35