Skip to main content

CitationSorter is a Python package for sorting and organizing citations in LaTeX documents.

Project description

CitationSorter

CitationSorter is a Python package for sorting and organizing citations in LaTeX documents. It is designed to help you neatly arrange in-text citations within LaTeX files based on the author and publication year.

Installation

You can install CitationSorter using pip:

pip install citation-sorter

Usage

CitationSorter can be used both as a library and as a command-line tool.

As a Library

You can use CitationSorter as a library in your Python scripts. Here's an example of how to use it:

from citation_sorter import CitationSorter

# Create an instance of the CitationSorter class
sorter = CitationSorter()

# Process LaTeX files in the input folder and save the modified versions in the output folder
sorter.process_folder(input_folder='input_folder_path', output_folder='output_folder_path')

As a Command-Line Tool

You can also use CitationSorter from the command line. After installing it, you can run it as follows:

citation_sorter input_folder output_folder

Replace input_folder with the path to the folder containing your LaTeX files and output_folder with the path where you want the modified files to be saved.

LaTeX File Format

CitationSorter works with LaTeX files containing citation commands starting with \cite. It sorts the citations within these commands based on the author's name and publication year.

Example LaTeX citation command:

\cite{smith2023book, jones2022paper, brown2021article}
\cite[p.1]{smith2023book, jones2022paper, brown2021article}
\citet{smith2023book, jones2022paper, brown2021article}
\citep{smith2023book, jones2022paper, brown2021article}

License

This project is licensed under the GPL-3.0 license. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

citation_sorter-0.3.2.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

citation_sorter-0.3.2-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file citation_sorter-0.3.2.tar.gz.

File metadata

  • Download URL: citation_sorter-0.3.2.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for citation_sorter-0.3.2.tar.gz
Algorithm Hash digest
SHA256 d6103f943d1f075db17e8232d8c19efa45f35c32dc8e97e068a64653daad38f2
MD5 7e1af4459beb35b9e17373811aab8fb0
BLAKE2b-256 a677b6147807cf01aa365965fc246524f78ed4aeb92ecbe707251f41273fee00

See more details on using hashes here.

File details

Details for the file citation_sorter-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for citation_sorter-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 eb3724f59c259830ae7dba7cf7542fbd3bcc0bf15f53540dbd987ada8ae983a9
MD5 bcf97048b76c7195bcba16bd349da21e
BLAKE2b-256 b48cb8a2a55397d9ba8dec5875357f678fb6388a571c136328cdb60fbbc87302

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page