Is there a program for tracking IEEE reference numbers and adjusting their order?
from ComicalMayhem@lemmy.world to nostupidquestions@lemmy.world on 03 Mar 21:12
https://lemmy.world/post/43820372

Writing a paper for class, in IEEE format. In-text citations use [x] where x is the number of the reference. Professor is strict about references being numbered based on order of appearance (first reference is [1], second reference is [2], etc). This makes it really hard to input newly found references in previously written sections, since then I have to go through and change all the previous ones to [x+1]. Is there a program or feature that helps with this?

Edit: Hey everyone thanks for the recommendations! I really do appreciate it.

#nostupidquestions

threaded - newest

schnurrito@discuss.tchncs.de on 03 Mar 21:20 next collapse

You can name them with a string that helps you identify them while you’re editing, then only when you’re finished run search and replace to replace those names with numbers.

Or I guess you could write it in MediaWiki which does exactly this automatically with its references feature. 😁

ComicalMayhem@lemmy.world on 03 Mar 21:22 collapse

That’s a very clever solution, thank you! I’ll take a look at MediaWiki as well.

Scipitie@lemmy.dbzer0.com on 03 Mar 21:25 next collapse

The answer is a clear yes.

In short: Choose your tool that will suit you throughout your degree and really dig into it and learn it now while doing your paper.


Long version:

This is absolutely common and I’m not aware of a text editor which supports footnotes but doesn’t support automatically numbering and referencing.

In latex there’s actually a \footnote that takes care of that. In libre office, if I recall correctly, it’s Insert -> Footnote and I’m sure there are templates with the proper formatting and font sizing already in place.

Now it sounds like you’re quite early in your higher degree career - depending on your goals and future challenges you might want to either go the easiest route or really dig into writing-based formatting: It’s just faster if you’re typing all the time to not switch to a mouse to inert footnotes - but only if your really used to it.

slazer2au@lemmy.world on 03 Mar 21:33 next collapse

Can’t most word processors deal with this?

naught101@lemmy.world on 03 Mar 22:04 next collapse

Zotero

porcoesphino@mander.xyz on 04 Mar 02:44 collapse

This is the best answer so far

DrFunkenstein@sh.itjust.works on 04 Mar 02:41 collapse

Learn latex if you haven’t already – it’s perfect for this! There’s a million tutorials out there, overleaf especially is very user friendly