scoop-template-engine


Namescoop-template-engine JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryPrepare manuscripts in LaTeX
upload_time2023-06-23 16:09:19
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords template engine latex scientific publishing journals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The purpose of the SCOOP template engine (`ste`) is to facilitate the preparation of manuscripts in [LaTeX](https://www.latex-project.org/) for publication in scientific journals.
It allows the user to concentrate on the content, rather than the layout.
The layout, which depends on the journal, will be automatically generated.
An effort is made to achieve compatibility of a range of standard LaTeX packages with each supported journal.
In addition, a consistent set of theorem-like environments is provided across journals. 

## Installation
The SCOOP template engine requires Python 3.9 or newer.
To install the SCOOP template engine and initialize the journal resources, say
```python
pip3 install scoop-template-engine
ste init
```

## Getting Started
To create the files for a sample document in the current folder, say
```python
ste start
```
To render this manuscript in a preprint layout, say
```python
ste prepare -t amspreprint
```
Then compile the sample document `manuscript-amspreprint.tex`.
To see the list of supported journals, say `ste list`.
Please refer to the "Quick Start" section in the documentation (`ste doc`) for more.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scoop-template-engine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "template engine,LaTeX,scientific publishing,journals",
    "author": "",
    "author_email": "Roland Herzog <roland.herzog@iwr.uni-heidelberg.de>",
    "download_url": "https://files.pythonhosted.org/packages/19/3e/d611f371b375596d99b6f3df4c10b40c3f8b67635305feb18e67f63dd0e5/scoop-template-engine-1.2.0.tar.gz",
    "platform": null,
    "description": "The purpose of the SCOOP template engine (`ste`) is to facilitate the preparation of manuscripts in [LaTeX](https://www.latex-project.org/) for publication in scientific journals.\nIt allows the user to concentrate on the content, rather than the layout.\nThe layout, which depends on the journal, will be automatically generated.\nAn effort is made to achieve compatibility of a range of standard LaTeX packages with each supported journal.\nIn addition, a consistent set of theorem-like environments is provided across journals. \n\n## Installation\nThe SCOOP template engine requires Python 3.9 or newer.\nTo install the SCOOP template engine and initialize the journal resources, say\n```python\npip3 install scoop-template-engine\nste init\n```\n\n## Getting Started\nTo create the files for a sample document in the current folder, say\n```python\nste start\n```\nTo render this manuscript in a preprint layout, say\n```python\nste prepare -t amspreprint\n```\nThen compile the sample document `manuscript-amspreprint.tex`.\nTo see the list of supported journals, say `ste list`.\nPlease refer to the \"Quick Start\" section in the documentation (`ste doc`) for more.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Prepare manuscripts in LaTeX",
    "version": "1.2.0",
    "project_urls": {
        "changelog": "https://gitlab.com/scoopgroup-public/scoop-template-engine/-/blob/main/CHANGELOG.md",
        "homepage": "https://gitlab.com/scoopgroup-public/scoop-template-engine",
        "issues": "https://gitlab.com/scoopgroup-public/scoop-template-engine/issues",
        "repository": "https://gitlab.com/scoopgroup-public/scoop-template-engine"
    },
    "split_keywords": [
        "template engine",
        "latex",
        "scientific publishing",
        "journals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c282f358fd89ac391241350181acc66be37b4cf41a1fc1d4b97e5ede1a99ffb9",
                "md5": "53372a8e1d19972bb3193d11a1676a70",
                "sha256": "7b402f3cc37dca9b01c1ee5163a99857af183cff4fe5c55b5e7b61846e7ed0bc"
            },
            "downloads": -1,
            "filename": "scoop_template_engine-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53372a8e1d19972bb3193d11a1676a70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2624108,
            "upload_time": "2023-06-23T16:09:17",
            "upload_time_iso_8601": "2023-06-23T16:09:17.684741Z",
            "url": "https://files.pythonhosted.org/packages/c2/82/f358fd89ac391241350181acc66be37b4cf41a1fc1d4b97e5ede1a99ffb9/scoop_template_engine-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "193ed611f371b375596d99b6f3df4c10b40c3f8b67635305feb18e67f63dd0e5",
                "md5": "c2c8da0e06c72d033c4dad8a284d4a78",
                "sha256": "dd4ee7e4f96dfa7e8540232c45bf967205be52da757360e30a48acad149e2ec5"
            },
            "downloads": -1,
            "filename": "scoop-template-engine-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c2c8da0e06c72d033c4dad8a284d4a78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 988579,
            "upload_time": "2023-06-23T16:09:19",
            "upload_time_iso_8601": "2023-06-23T16:09:19.718077Z",
            "url": "https://files.pythonhosted.org/packages/19/3e/d611f371b375596d99b6f3df4c10b40c3f8b67635305feb18e67f63dd0e5/scoop-template-engine-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 16:09:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "scoopgroup-public",
    "gitlab_project": "scoop-template-engine",
    "lcname": "scoop-template-engine"
}
        
Elapsed time: 0.08297s