I sometimes send a Latex 'tex' file to a friend to edit. He uses Scientific Word (I use another Latex editor), and when he sends the tex file back, the tex file is full of "\normalsize" tags. These tags make it less easy to read and edit, and they also seem to change the text formatting when compiling.
Basically, theach paragraph/figure/table is now enclosed with a tag like this:
Code: Select all
{\normalsize [...text_of_paragraph...] }
Code: Select all
{\normalsize \noindent [...text_of_paragraph...] }
Thank you in advance for your response.