Metadata-Version: 2.1
Name: curvenote-template
Version: 0.2.3
Summary: Jinja-style templating for LaTeX documents by Curvenote
Home-page: http://curvenote.com
Author: iooxa inc.
Author-email: hi@curvenote.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Financial and Insurance Industry
Requires-Python: >=3.7
License-File: LICENSE


Curvenote Template
==================

Curvenote Template is a command line tool (cli) for jinja-style templating of LaTeX documents. This means you can build templates in LaTeX and then quickly or semi-automatically create new latex documents with different content by running the tool. The templating syntax has been chosen specifically to not collide with LaTeX markup.

We built this package while developing our template based PDF export for `Curvenote <https://curvenote.com>`_ and some examples of templates that this package can process are available on the `Curvenote Community Template Repo <https://github.com/curvenote/templates>`_.

You can use this tool free-form with any template layout, and document model that you like but it is opinionated, it does certain things the Curvenote way.

If you are contributing a new template to the `Curvenote Community Template Repo <https://github.com/curvenote/templates>`_ this is definitely the tool you need for development and testing.

Quick Start
-----------

Template Syntax 101
^^^^^^^^^^^^^^^^^^^

...


Free Form Rendering
^^^^^^^^^^^^^^^^^^^

...


Rendering with a Curvenote Template
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

...


CLI
---

...


Technical Details
-----------------

Jinja
^^^^^

Base Configuration
^^^^^^^^^^^^^^^^^^

Packages
~~~~~~~~

By default Curvenote templates make available the following base packages, which are defined in `package-base.def <curvenote_template/defs/package-base.def>`_

Package Options
~~~~~~~~~~~~~~~

Curvenote templates use the ``\PassOptionsToPackage`` macro in order to forward options to packages without generating options warnings. Base options are defined in `passopts-base.def <defs/passopts-base.def>`_


* normalem: ulem
* inputenc: utf8


