Skip to content
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

Maven rework #13

Merged
merged 1 commit into from
May 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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