A server that compiles freemind into latex and finally returns the pdf content.
868
This tool converts a mindmap into PDF slides (via LaTeX beamer). You can write complex yet fine-tuned slides with this tool.

Go to an empty directory and start editing it
cd /path/to/your/document/directory
freemindlatex
It will bring up freemind for editing, evince for slides preview, and keep monitoring the file changes. While you edit the mindmap, slides content will refresh.
Tweaking fonts suck. But you do it all the time.
With freemindlatex, we ask you to just focus on the logic.
The tool runs on Linux, MacOS and Windows, with Python.
First, make sure you install evince, or skim as the PDF viewer:
Then install it with
pip install freemind-latex
By default, this tool connects to my server (sword.xuehuichao.com:8117) for LaTeX compilation. You may also run latex on your own computer. In this case, please make sure you have the full texlive (https://www.tug.org/texlive) installed.
sudo apt-get install texlive-fullThen, instead of freemindlatex, please run freemindlatex local in your working directory.
virtualenv testenv
source testenv/bin/activate
pip install --upgrade . && python -m pytest tests/
python setup.py sdist
python setup.py bdist_wheel
python setup.py bdist_wheel --universal
twine upload dist/*
Content type
Image
Digest
Size
2.2 GB
Last updated
almost 9 years ago
docker pull xuehuichao/freemind-latex