Skip to content

Commit

Permalink
maven migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed May 14, 2017
1 parent 22fcf69 commit 68ae206
Show file tree
Hide file tree
Showing 390 changed files with 1,386 additions and 1,024 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.class
*~
dist/*
bin/*
target
.classpath
.settings
.project
/bin
/dist
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ jdk:
before_install:
- sudo apt-get -qq update
- sudo apt-get build-dep libjlatexmath-java

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

addons:
hosts:
- jlmhost
hostname: jlmhost
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><img src="images/Logo.png"/></p>
<p><img src="docs/images/Logo.png"/></p>
<p>JLaTeXMath is a Java library. Its main purpose is to display mathematical formulas written in LaTeX. JLaTeXMath is the best Java library to display LaTeX code.</p>
<p>This library is used by numerous important projects like <a href="http://www.scilab.org/">Scilab</a>, <a href="http://www.geogebra.org/">Geogebra</a>, <a href="http://freeplane.sourceforge.net">Freeplane</a>, <a href="http://www.mathpiper.org/">Mathpiper</a>, <a href="http://db-maths.nuxit.net/CaRMetal/index_en.html">CaRMetal</a>, <a href="http://ultrastudio.org/">Ultrastudio</a>, etc.

Expand All @@ -25,13 +25,13 @@
There is no dependency and no external programs to install : <i>JLaTeXMath</i> is fully functional by itself.</p>
<p>Few examples are available in the source distribution, they show how to use <i>JLaTeXMath</i> and for developpers how to write new commands in using Java.</p>
<p>A first example :</p>
<p><img src="images/Formula1.png"/></p>
<p><img src="docs/images/Formula1.png"/></p>
<p>a second one :</p>
<p><img src="images/Formula2.png"/></p>
<p><img src="docs/images/Formula2.png"/></p>
<p>and a third one :</p>
<p><img src="images/Formula3.png"/></p>
<p><img src="docs/images/Formula3.png"/></p>
<p><i>JLaTeXMath</i> is used by <a href="http://www.scilab.org">Scilab</a> to display formulas wrote in LaTeX in graphic windows :</p>
<p><img src="images/ScilabScreenshot.png"/></p>
<p><img src="docs/images/ScilabScreenshot.png"/></p>
<p><i>JLaTeXMath</i> is a fork of the excellent project <a href="http://jmathtex.sourceforge.net/">JMathTeX</a>.</p>

To build the jlatexmath library just type ant...
Expand Down
240 changes: 0 additions & 240 deletions build.xml

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 68ae206

Please sign in to comment.