Category: English

Date:

We, researchers have pain while writing papers, especially placing figures, giving citations... Most of the Computer Science researchers use LaTeX for writing their papers. Since paper writing is not a short process, combining citations from various sources, in time, may lead to long citation lists which are not sorted. It takes too long to sort them if they are more than 3 elements. Below is an example citation code and output:

cite{CC00, XL2007, DA06, PBZW06, AH06, BIB03, KBCG03, TSS02, BCKY02, GLD00, bhatta09, teng06}.

[16, 40, 17, 46, 1, 9, 37, 54, 8, 23, 11, 55].

To overcome this problem, I write a PyQt4 program: CiteSorter. You can give your bibitem and number list and get the sorted bibitems to give correct result.

AH06, BCKY02, BIB03, bhatta09, CC00, DA06, GLD00, KBCG03, XL2007, PBZW06, TSS02, teng06

Citation Sorter

Makale yazarken verdiğiniz referansların sırasız bir şekilde listelendiğini gördüğünüzde LaTeX kodunuzdaki referans sıralamasını değiştirmeniz gerekir ancak bu zaman alıcı bir iştir. Hazırladığım bu PyQt4 programı (CiteSorter) ile latex referans kodlarınızı, çıkan sayı sıralamasını (PDFten seçip kopyalayarak) programa verdiğinizde size doğru kod sıralamasını verecek, hafızaya kaydedecektir. Size de latex kodunuza yapıştırmak kalacak. Umarım birçok araştırmacının işine yarar.


Share: FacebookGoogle+Email


comments powered by Disqus