Julia + Weave + LaTeX — Scientific documents with executable code.
- Julia code execution in documents
- LaTeX math rendering
- PDF output (Research paper, Presentation slide, Letters)
- AI assistant compatible (Groq, Claude, etc.)
- Dark mode
macOS
brew install juliaUbuntu/Debian
curl -fsSL https://install.julialang.org | shWindows
Follow the instructions provided by julialang.org
to confirm that Julia is installed, open a terminal and run the following line:
julia --versionmacOS/Linux
curl -sL "https://yihui.org/tinytex/install-bin-unix.sh" | shWindows
Invoke-WebRequest -Uri "https://yihui.org/tinytex/install-windows.bat" -OutFile "install.bat"; .\install.batfor conversion from file.jmd to file.pdf macOS
brew install pandocUbuntu/Debian
sudo apt install pandocWindows
Follow the instructions provided by pandoc.org
git clone https://github.com/bakimane/juleaf.git
cd juleafInstall Julia packages:
For Bash/Git Bash/Linux/macOS:
julia -e 'using Pkg; Pkg.add(["HTTP", "Weave"])'For Windows PowerShell:
julia -e "using Pkg; Pkg.add([`"HTTP`", `"Weave`"])"Start the server:
julia juleaf.jl| Template | Use Case |
|---|---|
| Article | Reports, papers |
| IEEE | Conference papers |
| Beamer | Presentations |
| Letter | Formal letters |
| Math | Theorems, proofs |
| Key | Action |
|---|---|
Ctrl+S |
Save + Compile |
Ctrl+Enter |
Compile |
Ctrl+I |
AI assist |
We welcome contributions! Please see our Contributing Guide for details.
- Get free key at console.groq.com
- Click AI → paste key
This project is licensed under MIT License - see the LICENSE file for details.
