Patch IEEE citation format in Microsoft Word docx documents
Project description
Microsoft Word IEEE Citation Patcher
Post-processing script that patches IEEE citation format in Microsoft Word documents in the docx format.
Word does only allow to list citations one by one and has no integrated logic to group or sort them. Especially in scientific documents it is often the case that multiple citations are added to the same paragraphs and it is likely that they are not in order. Sorting and grouping citation references is a tedious task, so this script is here to help.
An original text like this
as shown by Brown [5], [4]; as mentioned earlier [9], [4], [5], [2], [7], [6]; Smith [4] and Brown and Jones [5]; Wood et al. [7]
is transformed to this
as shown by Brown [4], [5]; as mentioned earlier [2], [4]-[7], [9]; Smith [4] and Brown and Jones [5]; Wood et al. [7]
or with an optional compression option to this
as shown by Brown [4,5]; as mentioned earlier [2,4-7,9]; Smith [4] and Brown and Jones [5]; Wood et al. [7]
Installation
Python >= 3.8 is required for this tool to work. The package is hosted on PyPI.
To install with pip, use the following command:
$ pip install dcs-ms-word-ieee-patch
This installs two CLI scripts, ieee-patch
and xml-pretty-print
.
Usage
Run the script with the path to the
$ ieee-patch /path/to/file.docx # on unix
$ ieee-patch C:\Users\foobar\Desktop\file.docx # on windows
The script by default creates a file with the filename suffix .patched
in the same folder as the original file and patches the content within this file which means the original file is left untouched.
In case the replacement should be done in-place, e.g., when space limitations apply, use the --overwrite
CLI flag.
Please use this flag only if really necessary, since the original content cannot be restored after is has been overwritten!
Legal notice
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Microsoft Corporation, or any of its subsidiaries or its affiliates.
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
Built Distribution
File details
Details for the file dcs-ms-word-ieee-patch-0.2.2.tar.gz
.
File metadata
- Download URL: dcs-ms-word-ieee-patch-0.2.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a99ed134dc7a25a9fb1ba1cf7aaf4216c006528be9a68a349ad766e20ed43724 |
|
MD5 | 619b84b103209ee98baf020220cd82a2 |
|
BLAKE2b-256 | 7fbc7387df823156bb0b2abfc9db7323bdda862636f86fe40bd51ce44f85f473 |
File details
Details for the file dcs_ms_word_ieee_patch-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: dcs_ms_word_ieee_patch-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e362dfdd2ffce2db07efe1817c056306a4d5739188c8390b2213d04736fc1168 |
|
MD5 | 502dad120e882dcb62ce707e14e08f4e |
|
BLAKE2b-256 | 31d462b3a29d5b256ba191a2fc762440666ae658078d3a2a51d67e79174627be |