scoop-template-engine


Namescoop-template-engine JSON
Version 1.6.0 PyPI version JSON
download
home_pageNone
SummaryPrepare scientific journal publications and other documents in LaTeX
upload_time2025-02-09 22:57:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
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 primary 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.

As of version 1.5.0, the SCOOP template engine also supports the creation of LaTeX letters.

## 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
Please refer to the "Quick Start" section in the documentation
```python
ste doc
```
for more.

To create the files for a sample document in the current folder, say
```python
ste start amspreprint
```
To render this manuscript in a preprint layout, say
```python
ste prepare
```
Then compile the sample document `manuscript-amspreprint.tex`.

To see the list of supported journals, say
```python
ste list --template
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "scoop-template-engine",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "template engine, LaTeX, scientific publishing, journals",
    "author": null,
    "author_email": "Roland Herzog <roland.herzog@iwr.uni-heidelberg.de>",
    "download_url": "https://files.pythonhosted.org/packages/cf/2f/b351e150c41656f60fa90b0ce79d66f3b64a15772b53f93cb88589e10c65/scoop_template_engine-1.6.0.tar.gz",
    "platform": null,
    "description": "The primary 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\nAs of version 1.5.0, the SCOOP template engine also supports the creation of LaTeX letters.\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\nPlease refer to the \"Quick Start\" section in the documentation\n```python\nste doc\n```\nfor more.\n\nTo create the files for a sample document in the current folder, say\n```python\nste start amspreprint\n```\nTo render this manuscript in a preprint layout, say\n```python\nste prepare\n```\nThen compile the sample document `manuscript-amspreprint.tex`.\n\nTo see the list of supported journals, say\n```python\nste list --template\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Prepare scientific journal publications and other documents in LaTeX",
    "version": "1.6.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": "12617a44ab6426eba7a58f8fe6b96e856fdaabff7cd5be075c8d4e12e728520c",
                "md5": "6ef253998bf7306d537518ca133101f2",
                "sha256": "8854f132b63c08648c98d28ff2c1a2abad3be257fd6b1123d70416cdc9fd46d4"
            },
            "downloads": -1,
            "filename": "scoop_template_engine-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ef253998bf7306d537518ca133101f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2736550,
            "upload_time": "2025-02-09T22:57:17",
            "upload_time_iso_8601": "2025-02-09T22:57:17.254112Z",
            "url": "https://files.pythonhosted.org/packages/12/61/7a44ab6426eba7a58f8fe6b96e856fdaabff7cd5be075c8d4e12e728520c/scoop_template_engine-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf2fb351e150c41656f60fa90b0ce79d66f3b64a15772b53f93cb88589e10c65",
                "md5": "72a663b9d5c82b5973f854c0a0926729",
                "sha256": "eb670c7c0b9a95efcb78ecad4b6b76b9a6c4047c25c0783fcd41cb1cc5477aa7"
            },
            "downloads": -1,
            "filename": "scoop_template_engine-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "72a663b9d5c82b5973f854c0a0926729",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1095780,
            "upload_time": "2025-02-09T22:57:19",
            "upload_time_iso_8601": "2025-02-09T22:57:19.923547Z",
            "url": "https://files.pythonhosted.org/packages/cf/2f/b351e150c41656f60fa90b0ce79d66f3b64a15772b53f93cb88589e10c65/scoop_template_engine-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 22:57: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.60992s