{ "info": { "author": "KissBooth collective", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "KSS plugin package \"kss.plugin.jsmath\"\n\nInstallation and Setup\n======================\n\nRead INSTALL.txt\n\nDocumentation\n=============\n\nkss.plugin.jsmath enables the use of the\n`jsMath library `_\nwith KSS.\n\njsMath has its own markers for marking the beginning and end of\nthe formulas in your text content. In addition, this component \nprovides a KSS action, that needs to be executed on the nodes, \nwithin which you want the conversion to be enabled. This action\nwill activate the conversion on the selected areas only.\n\nFor example the following rule activates conversion inside all\nnodes that are marked with the \"mathcontent\" CSS class::\n\n .mathcontent:load {\n action-client: jsmath-activate;\n }\n\nYou can use this, for example, to enable seamless conversion of\nthe view of any of your widgets. In Zope, you can activate\nthis for certain fields of certain or all content types, with \na properly choosen selector.\n\nSince the conversion only affects the view results, the mechanism\nworks all the same, independently if the field is edited as a\ntext area input, or with an editor (like kupu). In the editor,\nyou are able to edit the LaTeX markup directly.\n\n\nMarkup\n------\n\njsMath offers more variants for marking your content, these are\ncontrollable by parameters on the action. According to defaults,\nputting the formula between the markers ``\\(`` and ``\\)`` works out \nof the box::\n\n \\( \\textstyle \\sqrt{x+2}\\quad \\underline 4\\quad \\overline{x+y}\\quad x^{\\underline n}\\quad x^{\\overline{m+n}} \\quad \\sqrt{x^2+\\sqrt{\\alpha}} \\)\n\nThe markers only become active in the areas that you select with\nKSS.\n\nDynamic loading\n---------------\n\njsMath has a mechanism for loading its large javascript\ndynamically, on demand. The package uses this mechanism combined\nwith custom code that helps dynamic loading integrate with KSS.\n\nThe following javascript files::\n\n /++resource++jsmath/jsMath.js\n /++resource++jsmath/plugins/tex2math.js\n\nwill be loaded dynamically, if you selected any conversion with\nKSS in your page. This will cause a little delay before the first\nconversion takes place but makes sure that the large javascript\nis only loaded when needed. The works seamlessly in practice,\nbecause the loading and the conversion takes place asynchronously\nand it does not block access to the page from the browser.\n\nHowever, it is also possible to include these resources\nstatically in the page header, as well. In this case the\nresources will be used at once and will not be loaded\ndynamically. You may choose this method, if you find it increases\noverall performance on your site.\n\nBrowser compatibility\n---------------------\n\njsMath is famous for working on all browsers including all the\nones that are supported by KSS. However if you find that the\nplugin fails in your browser, please report the bug so that we\ncan attempt to fix it.\n\nCaveats\n-------\n\nSince the conversion happens on client side, you will not be able\nto use the same mechanism to convert your pages to PDF, on the\nserver side.\n\n\nDownload\n**********************", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://kssproject.org", "keywords": null, "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "kss.plugin.jsmath", "package_url": "https://pypi.org/project/kss.plugin.jsmath/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kss.plugin.jsmath/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://kssproject.org" }, "release_url": "https://pypi.org/project/kss.plugin.jsmath/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "KSS jsMath plugin", "version": "1.0.2" }, "last_serial": 794020, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "baf3f1d9165dff98c4ffeb9c5423c914", "sha256": "1c2067a44bc67669b70db6b52b98e67c0ce2f1957582d1abc3fd00ba91062c7e" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.1-py2.4.egg", "has_sig": false, "md5_digest": "baf3f1d9165dff98c4ffeb9c5423c914", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 9225477, "upload_time": "2008-07-03T11:07:17", "url": "https://files.pythonhosted.org/packages/9a/5d/a65ab1cd09038cc46cb21359780d1352e8883a83625e59ab82db97ac44bb/kss.plugin.jsmath-1.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d6427c12fbcf29252638e4557aed0ee0", "sha256": "53a56179c9a41db82f5478b0a4309a3f015322d1b57bb4fa3fd035ab3721d143" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d6427c12fbcf29252638e4557aed0ee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3908042, "upload_time": "2008-07-03T11:04:23", "url": "https://files.pythonhosted.org/packages/2c/57/1a4daae97be60f618b3c5291fdcbebdfe3d735f7c0e78bca6f6e62709eaa/kss.plugin.jsmath-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1d221a1043511968d32ec156022519d1", "sha256": "1ce17785aa399654e78a04911aeeb8586cdfd3c9b7b11df4b3d5757c11f07cb8" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.2-py2.4.egg", "has_sig": false, "md5_digest": "1d221a1043511968d32ec156022519d1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 9225477, "upload_time": "2008-07-04T14:07:30", "url": "https://files.pythonhosted.org/packages/2a/80/0d6b1dab40d171e2459f3fbba76683c475367eff9440e53e99193a9ae35f/kss.plugin.jsmath-1.0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0e828aed04f1fce019ad507aa9f6032e", "sha256": "bb99ac6526d0631a67eb0d6a6693c7be42b08a999a23cd68fa973f2f3e587242" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0e828aed04f1fce019ad507aa9f6032e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3908369, "upload_time": "2008-07-04T14:04:38", "url": "https://files.pythonhosted.org/packages/c4/50/899693e665465867302efff13839c1563d602154ed99cce7da6e2c60258f/kss.plugin.jsmath-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d221a1043511968d32ec156022519d1", "sha256": "1ce17785aa399654e78a04911aeeb8586cdfd3c9b7b11df4b3d5757c11f07cb8" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.2-py2.4.egg", "has_sig": false, "md5_digest": "1d221a1043511968d32ec156022519d1", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 9225477, "upload_time": "2008-07-04T14:07:30", "url": "https://files.pythonhosted.org/packages/2a/80/0d6b1dab40d171e2459f3fbba76683c475367eff9440e53e99193a9ae35f/kss.plugin.jsmath-1.0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0e828aed04f1fce019ad507aa9f6032e", "sha256": "bb99ac6526d0631a67eb0d6a6693c7be42b08a999a23cd68fa973f2f3e587242" }, "downloads": -1, "filename": "kss.plugin.jsmath-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0e828aed04f1fce019ad507aa9f6032e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3908369, "upload_time": "2008-07-04T14:04:38", "url": "https://files.pythonhosted.org/packages/c4/50/899693e665465867302efff13839c1563d602154ed99cce7da6e2c60258f/kss.plugin.jsmath-1.0.2.tar.gz" } ] }