From 1f68cb8a5de45c8b697ca74085cd5aae2c361787 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Fri, 13 Mar 2026 01:37:50 -0500 Subject: Update logo, app icon, fix shutdown crash, add README - Simplified logo: cosmic latte cup on brown background with turquoise liquid and sparkle stars - Square app icon (.icns) for macOS dock - Fix crash on window close: guard all IPC sends against destroyed window - Include ws/chokidar/diff-match-patch in packaged app - Add README with features and install instructions Co-Authored-By: Claude Opus 4.6 --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bdaaa2 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# LatteX + +

+ LatteX logo +

+ +

+ LaTeX editor with real-time Overleaf sync, themed in Cosmic Latte. +

+ +## Features + +- **Real-time Overleaf sync** — WebSocket-based OT collaboration, live co-editing +- **Bidirectional file sync** — edit `.tex` files on disk (e.g. with Claude Code in the integrated terminal) and changes sync to Overleaf automatically +- **Local LaTeX compilation** — compile PDFs locally with `latexmk`, no Overleaf compile limits +- **PDF viewer** — built-in viewer with SyncTeX forward/inverse search, pinch-to-zoom +- **LaTeX autocomplete** — commands, environments, `\ref`, `\cite`, file paths +- **Comments & review** — inline comment highlights with review panel +- **Collaborator cursors** — see other editors' positions in real-time +- **Project chat** — real-time chat panel +- **Integrated terminal** — built-in terminal for CLI tools + +## Install + +Download the latest `.dmg` from [Releases](https://github.com/YurenHao0426/lattex/releases). + +> **Note:** This is an unsigned build. On first launch, right-click → Open, or allow it in System Settings → Privacy & Security. + +### Requirements + +- macOS (Apple Silicon) +- [TeX Live](https://www.tug.org/texlive/) or [MacTeX](https://www.tug.org/mactex/) for local compilation + +## Development + +```bash +npm install +npm run dev +``` + +### Build + +```bash +npm run build +npx electron-builder --mac dmg +``` + +## License + +[AGPL-3.0](LICENSE) -- cgit v1.2.3