-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #39: LaTeX math support #3
Conversation
…ature to 'project.clj'.
|
Give an explanation about test failure to LaTeXModeTestExample.
…nce they are not necessarily 'text'.
Well, this repository deserves its own name... |
This would be an awesome feature! Are there any updates for this pull request? |
@rudolph9 https://github.com/stathissideris/ditaa Otherwise it will not be publicly available.
The next thing to be done is to rework Step 2. over the original repository. If you want to try the feature only, you can simply clone the branch (https://github.com/dakusui/ditaa/tree/issue-39-latex-math-support) and build it. |
The re-worked version was pull requested to the original repository and this is not necessary anymore. |
This is a pull request that offers an implementation of Issue-stathissideris#39 (LaTeX math mode support)
NOTE: This pull request is opened for review and discussions. Another pull request will be created when it becomes necessary.
README
Following is a documentation about this feature. This will appear in README.md after discussions are concluded.
Usage and syntax
Command line
(snip)
(snip)
Syntax
(snip)
LaTeX mode.
If you place LaTeX formulae inside 2
$
s, it will be rendered usingjlatexmath
. That is, if you have a following input files.This will be rendered as follows.
Limitations
This feature is only available when you are generating
.png
files.Discussions
.svg
support is discussed separately in Issue-44.Tasks
*
is rendered as a bullet point (or a connector?) even if it is placed inside$
and$
.pom.xml
pom.xml
toproject.clj
leiningen
.