All Projects → latexdraw → Latexdraw

latexdraw / Latexdraw

Licence: gpl-3.0
A vector drawing editor for LaTeX (JavaFX).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Latexdraw

Dvisvgm
A fast DVI, EPS, and PDF to SVG converter
Stars: ✭ 134 (-60.12%)
Mutual labels:  latex, svg, pdf
Pandoc Letter Din5008
Pandoc template for writing Markdown letters (DIN 5008)
Stars: ✭ 77 (-77.08%)
Mutual labels:  latex, pdf
Milewski Ctfp Pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
Stars: ✭ 9,037 (+2589.58%)
Mutual labels:  latex, pdf
Neotex
latex live preview - plugin for neovim and vim 8
Stars: ✭ 170 (-49.4%)
Mutual labels:  latex, pdf
Stories About Ming Dynasty
明朝那些事儿(全七卷)
Stars: ✭ 52 (-84.52%)
Mutual labels:  latex, pdf
Docker Texlive
A docker container containing an installation of texlive as well as several useful scripts.
Stars: ✭ 52 (-84.52%)
Mutual labels:  latex, pdf
Nb pdf template
A more accurate representation of jupyter notebooks when converting to pdfs.
Stars: ✭ 109 (-67.56%)
Mutual labels:  latex, pdf
Satysfi
A statically-typed, functional typesetting system
Stars: ✭ 815 (+142.56%)
Mutual labels:  latex, pdf
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+577.68%)
Mutual labels:  latex, pdf
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+609.82%)
Mutual labels:  latex, javafx
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+4351.49%)
Mutual labels:  latex, pdf
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+187.8%)
Mutual labels:  latex, pdf
Img2latex Mathpix
An image to LaTeX tool by MathpixOCR API and JavaFX
Stars: ✭ 872 (+159.52%)
Mutual labels:  latex, javafx
Mathjax
Beautiful and accessible math in all browsers
Stars: ✭ 8,551 (+2444.94%)
Mutual labels:  latex, svg
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-93.15%)
Mutual labels:  latex, pdf
Deck
Slide Decks
Stars: ✭ 261 (-22.32%)
Mutual labels:  svg, pdf
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (+79.76%)
Mutual labels:  latex, pdf
Ultimate Beamer Theme List
A collection of custom Beamer themes
Stars: ✭ 652 (+94.05%)
Mutual labels:  latex, pdf
Travis Ci Latex Pdf
Travis CI and deployment service to build PDF from LaTeX document.
Stars: ✭ 170 (-49.4%)
Mutual labels:  latex, pdf
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-27.98%)
Mutual labels:  latex, pdf

Download LaTeXDraw Build Status Code Coverage ncloc java java

latexdraw

A vector drawing editor for LaTeX.

Documentation and installation requirements (in particular regarding LaTeX): https://github.com/arnobl/latexdraw/wiki/Manual

Binaries and installation files to download on Sourceforge: http://sourceforge.net/projects/latexdraw/

How to run

You downloaded the binaries of a 4.x version and you want to run the app. Go in the bin folder and launch the latexdraw-run file (or latexdraw-run.bat on Windows).

On Windows, the system may tell you Windows has protected your computer. To overcome this issue, right-click on this file, click on the properties menu, and activate the unlock checkbox.

On MacOSX, you may have the message damaged and can't be opened. You should eject the disk image" after installing the app. Look here: https://secure.clcbio.com/helpspot/index.php?pg=kb.page&id=323 and here: https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/

You do not need Java for running the app. For rendering LaTeX instructions, you need an up-to-date LaTeX installation.

Support

You can support this software by making a donation: http://sourceforge.net/donate/index.php?group_id=156523

How to report a bug

Before reporting a bug, please check the following elements:

  • Make sure you use the latest LaTeXDraw version.

  • Make sure your LaTeX installation is up to date (in particular for export / compilation issues). In particular with MikTeX, run the update utilities to check that. We already faced errors solved by updating MikTeX.

  • Do you have LaTeX and some required packages installed? The required packages are: pstricks, pstricks-add, pst-grad, pst-plot, geometry, pst-tools. To render text thumbnails the app use either GhostScript (gs) or pdftoppm (provided by poppler-utils and Texlive on Linux ).

  • With MikTeX, check the auto-install of missing packages is enable. MikTeX can install on-demand (during the compilation of a document) the missing packages. Go in the MikTeX preferences to check that this feature is enable (either 'yes' or 'ask me first'), as depicted by the following screenshot:

miktext config

If you still have a problem, please do the following steps while reporting the bug:

  • Copy/paste in a bug report or on the forum the information provided in the "system" tab you can find here: "Help" menu -> "About LateXDraw" menu item -> "system" tab.

  • Provide either a scenario that I can execute to reproduce the problem, or an SVG document plus some instructions regarding the problem.

  • Be nice. You did not pay for the software and I develop it on my free time since more than one decade.

  • Report your bug on Github (https://github.com/latexdraw/latexdraw/issues).

Latest development version

You can test the next 4.x development version using the following binaries and installation files:

Linux packaging

Packaging status

Build LaTeXDraw

To compile you need JDK14 and Maven: https://adoptopenjdk.net

The default Maven profile is for Linux and does not work for Windows and MacOSX If you want to compile the project on MacOSX use the mac profile. On Windows, use the win profile. To do so, you have to add the option -P mac or -P win in the following Maven commands.

If you just want to compile the app: mvn clean compile

If you want to build the app (and produce platform-specific installer files): mvn clean package

If you run the tests, you need LaTeX to be installed (and PSTricks packages). If you want to skip the tests: mvn -DskipTests=true clean package

If you want to skip the tests and the linters: mvn clean package -DskipTests -Dcheckstyle.skip -Dspotbugs.skip

The packaging step is specific for each OS (Fedora, Debian, Windows, MacOSX, etc.): it uses tools these OS' provide to build installation files. These tools are:

  • On Fedora, you need rpmbuild: dnf install rpm-build
  • On Debian/Ubuntu, you need fakeroot: apt install fakeroot
  • On Windows, you need WIX toolset (https://wixtoolset.org)
  • On MacOSX, it seems to work without any supplementary installation

If you do not want to go through this step, you can ask Maven to ignore these steps: mvn clean package -Dexec.skip -Dassembly.skipAssembly

LaTeXDraw 3.x serie

We do not maintain the 3.x serie anymore. You can find the 3.x help page here: https://github.com/latexdraw/latexdraw/wiki/Manual-for-Versions-3.x

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].