Requirements:
- CKAN 2.9
- ckanext-scheming (for using LaTeX snippets in schema definitions)
Installation:
pip install ckanext-latex
Add to ckan.plugins:
latex
Usage:
The extension provides scheming snippets for LaTeX input and display.
Use these snippets in your scheming schema definitions to enable LaTeX rendering in forms and displays.
Development installation:
git clone https://github.com/mutantsan/ckanext-latex.git
cd ckanext-latex
python setup.py develop
pip install -r dev-requirements.txt
Development dependencies:
- pytest-ckan
- ckanext-toolbelt
- requests-mock
Testing: pytest –ckan-ini=test.ini
Use cases:
- Scientific datasets with mathematical formulas
- Equations in metadata descriptions
- Mathematical notation in dataset fields
- LaTeX-formatted technical documentation